-
Notifications
You must be signed in to change notification settings - Fork 57
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
binutils 2.41 still complains about libdep.a
#88
Comments
Minimal reproduction: echo. > empty.c
gcc -c -o empty.o empty.c
ar -rc libempty.a empty.o |
binutils 2.38 has been released and contains the claimed fix, so I just need to build it. |
Still repros with binutils 2.41. |
libdep.a
libdep.a
Hi @StephanTLavavej I've been working around this for years. But sadly, do not know how to repair it. When I build GCC for embedded targets like I use your standalone MinGW EVN for building since your GCC is dependency-free, which is rare. Unfortunatley, I have not yet found the place in source code where the program dynamically loads and remain still doing workarounds like this. |
This should be reported upstream to binutils. |
Two users have independently reported that building different projects (Lua, wxWidgets) fails with a dialog box complaining:
This appears to have been fixed upstream as https://sourceware.org/bugzilla/show_bug.cgi?id=27113 . However, I'm not 100% certain, because that bug and fix talks about
libdep.dll.a
. (The difference may be that I build the distro statically.)It would be helpful to:
libdep.a
makes this problem go away (as I can easily add that to the build script)The text was updated successfully, but these errors were encountered: