Heyas,

        I figure since fink does all the nifty stuff getting software 
from other os's to run under osx and darwin, I might as well post 
here to see if this jingles any change.

        I'm trying to compile a library that generally compiles well 
under linux and other os's. I've resolved the issues with configure 
and ltconfig, and now I'm getting the error:

My class file is Root.cc, Root.h respectively.


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


        It appears to be some sort of toolchain error, or compiler bug 
wherein allotment of space to smaller ints is not being performed, 
or some such nonsense ( over my head obviously ) . If anyone has 
any insight on this issue, please, I beg of you, spare me this 
nightmare any longer... ;)

        I've been fighting this one for a good few hours, so any help 
would be much appreciated. I can provide ftp locations for the 
source files if you'd like to help out.

thanks much,

-thomas <magnethead>


_______________________________________________________________

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

Reply via email to