Ugh...
The last few days have been frustrating. GCC does not have a nice build-system to play with, and encountering a build error 6 hours in to a 7-hour build really sucks. Even worse is GCJ (the GCC Java compiler and runtime) failing 6 hours into its 7-hour build with an error that you have to go back and redo the 8-hour GCC build to fix.
I'm afraid I'm a bit burned out from all that, so all I have for you today is a few links:
- An additional e500 libffi patch: #647288
- A totally-untested GCC/GCJ patch to fix Debian multiarch directories: #647324
- Some PowerPC MPIC patches: [RFC PATCH 00/10] powerpc/mpic: General cleanup patch series
Enjoy!
Cheers,
Kyle Moffett
A bit late, but export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu does wonder in this case.
ReplyDeleteI work quite a lot with GDC and have the same issue on a regular basis. This strike me to see that the issue still remains after so much time.