This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs-1.0 and libjpeg.so.6.0.1
- To: egcs at cygnus dot com
- Subject: egcs-1.0 and libjpeg.so.6.0.1
- From: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
- Date: Mon, 15 Dec 1997 16:10:02 -0500 (EST)
- Reply-To: egcs at cygnus dot com
I've been using egcs-1.0 for several days now with no problems. I tried
rebuilding xv, having applied the most recent source patches, linking with
the existing (I guess gcc compiled) libjpeg.so on my system (i586 running
linux 2.0.32). The build went fine and the program worked until I tried
a jpeg file. xv wouldn't read the file, complaining about some structure
being the wrong size.
I rebuilt libjpeg.so with egcs and the problem went away.
I don't think this should have happened, and I'm nervous that the new
library will break other things. Should I be?
I compiled with the following flags (as well as some others specific to the
xv build):
-march=pentium -O8 -funroll-loops -ffast-math -fomit-frame-pointer -fexp
ensive-optimizations -malign-double -malign-loops=0 -malign-jumps=0 -malign-func
tions=0
David Ronis