Subject: Re: problem building "xlint" during "make all"
To: None <fair@clock.org>
From: Mark W. Eichin <eichin@kitten.gen.ma.us>
List: port-sun3
Date: 10/27/1995 18:37:59
> tree.o: Undefined symbol `___fixunsxfdi' referenced from text segment
> tree.o: Undefined symbol `___floatdixf' referenced from text segment
> tree.o: Undefined symbol `___floatdixf' referenced from text segment
> tree.o: Undefined symbol `___fixxfdi' referenced from text segment

Yes, all of these are functions that should be in your libgcc.a (I
think xf is "long double" on the 68k - df is double, tf is a float
type of twice that length, xf is somewhere in between, usually an 80
bit type.) I suspect that knowing this doesn't help you :-)