Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/go-code/Compile.txt @ 16191

Last change on this file since 16191 was 16191, checked in by hmaislin, 6 years ago

#2929: Added current DLL to PGE dir that needs to be placed in bin path

File size: 624 bytes
Line 
1cd ~/go/src/github.com_del/verdverm/go-pge/plug
2
3export GOGC=off; export GODEBUG=cgocheck=0; CGO_ENABLED=1 go build -ldflags="-s -w " -buildmode=c-archive pge.go && cp pge.a /c/MinGW/lib64/libpge.a
4
5gcc -shared -pthread -o go-pge.dll pge.c pge.a -lWinMM -lntdll -lWS2_32  -L/c/Users/Hansi/Downloads/clapackgcc/ -L/c/Users/Hansi/go/src/github.com/verdverm/go-levmar/levmar-2.6/liblevmar.a -lm -llevmar -llapack -lblas -lf2c -L/lib64 -ltmglib && cp go-pge.dll /c/Users/Hansi/source/repos/TestPGELib/TestPGELib/bin/Debug -f && cp go-pge.dll /c/Users/Hansi/BachelorArbeit/2929_PrioritizedGrammarEnumeration/bin/go-pge.dll -f
Note: See TracBrowser for help on using the repository browser.