> > source='Root.cc' object='Root.lo' libtool=yes \ > depfile='.deps/Root.Plo' tmpdepfile='.deps/Root.TPlo' \ > depmode=gcc /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. > -I../.. -g -O2 -Wall -g -c -o Root.lo `test -f Root.cc || echo > './'`Root.cc > rm -f .libs/Root.lo > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -g -c Root.cc > -Wp,-MD,.deps/Root.TPlo -fno-common -DPIC -o .libs/Root.lo > /var/tmp/ccq7naaa.s:unknown:Fixup of -42052 too large for field width > of 16 bits > /var/tmp/ccq7naaa.s:unknown:Fixup of -59828 too large for field width > of 16 bits > /var/tmp/ccq7naaa.s:unknown:Fixup of -66888 too large for field width > of 16 bits > /var/tmp/ccq7naaa.s:unknown:Fixup of -68696 too large for field width > of 16 bits > make[4]: *** [Root.lo] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2
i had the same problem when porting nget to macosx. You have to change -O2 to -O1 - there is a bug in the optimzation routine of gcc that gets triggered somehow. - put -O1 works! you can do this by setting the CPPFLAGS environment variable ... - please look at the nget-package 1.18.1 in fink. ThomasK. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
