We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi im trying to compile a project with this module and cant seem to wrap my head around it!
Was first of not a easy job to get it running on a windows computer at start but managed to get around it by using TDM!
Right now the issue is being able to compile the project to a exe without requiring the file!
Error on go build:
c:\go\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1 C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lzmq collect2.exe: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi im trying to compile a project with this module and cant seem to wrap my head around it!
Was first of not a easy job to get it running on a windows computer at start but managed to get around it by using TDM!
Right now the issue is being able to compile the project to a exe without requiring the file!
Error on go build:
c:\go\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lzmq
collect2.exe: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: