-
Notifications
You must be signed in to change notification settings - Fork 647
collect2.exe: error: ld returned 1 exit status #319
New issue
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
Comments
Make sure you mention your environment when opening an issue. I see you're using Windows, and I can tell the version of mingw but not the version of Go and the way your gcc is configured. On Go 1.11, current version of ui I built fine with |
I'm getting this error on Windows 10 64-bit. Here's the gcc -v output: Using built-in specs. |
It appears MinGW does not like having spaces in its directory name. |
You're correct, which is why there are no spaces in its install path. |
@sheppe that is the problem in the original post. Your error is likely different; can you post it? |
c:/mypath/go/src/github.com/andlabs/ui/libui_windows_amd64.a(stddialogs.cpp.obj): In function |
@SammyLee666 have you tried updating MinGW-w64? If so, and it still doesn't work, I suggest reporting that it doesn't like having its own files in a directory with spaces to them. |
github.com/andlabs/ui
Go get github.com/andlabs/ui
After trying to run, I get the following error
The text was updated successfully, but these errors were encountered: