cd ~/go/src/github.com_del/verdverm/go-pge/plug export 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 gcc -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