thomas talks to thomas - confused??? ;->> i figured it out when i changed to the directory where the build stops. and i executed the last command with -O2 - error, without -O2 -g - works, with only -g - works, ... - till i tried -g -O1 (the -g had no effect with my problem) - worked i had to trial and error. when i got it - i had to tell it the build process - i think i set CPPFLAGS or CXXFLAGS to -g -O1 in fink: SetCPPFLAGS: -g -O1 SetCXXFLAGS: -g -O1
sorry for confused description ... - you can send me the .info+.patch in private mail to show me ... Thomas (the other) ;-> Am Dienstag den, 21. Mai 2002, um 15:24, schrieb T Ingham: > Thomas, > > Should that be CXXFLAGS= - put -O1 > CXXFLAGS = -O1 as I've made this change in my > makefile, but it's either not working, or not working as expected. > Please help;) > > -thomas > > new output: > > 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 -O1 -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 -O1 -Wall -g -c Root.cc > -Wp,-MD,.deps/Root.TPlo -fno-common -DPIC -o .libs/Root.lo > /var/tmp/cccWoaaa.s:unknown:Fixup of -42572 too large for field width > of 16 bits > /var/tmp/cccWoaaa.s:unknown:Fixup of -60580 too large for field width > of 16 bits > /var/tmp/cccWoaaa.s:unknown:Fixup of -67708 too large for field width > of 16 bits > /var/tmp/cccWoaaa.s:unknown:Fixup of -69504 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 > > On Tuesday, May 21, 2002, at 08:10 AM, Thomas Kotzian wrote: > >> 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. >> _______________________________________________________________ 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
