2011-11-01

Debian multiarch is cool, except when it breaks GCC

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:
Enjoy!

Cheers,
Kyle Moffett

1 comment:

  1. A bit late, but export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu does wonder in this case.

    I 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.

    ReplyDelete