This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-1.0 and libjpeg.so.6.0.1


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]