Subject: Re: Two build problems
To: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
From: J.T. Conklin <jtc@cygnus.com>
List: port-sun3
Date: 07/31/1995 08:59:20
>>>>> "DM" == der Mouse <mouse@Collatz.McRCIM.McGill.EDU> writes:

DM> Sure enough, that directory doesn't exist.  This I "fixed" by removing
DM> libnet from sys/arch/sun3/stand/Makefile.  Then I restarted and got
DM> something more serious:

DM> tree.o: Undefined symbol `___fixunsxfdi' referenced from text segment
DM> tree.o: Undefined symbol `___floatdixf' referenced from text segment
DM> tree.o: Undefined symbol `___floatdixf' referenced from text segment
DM> tree.o: Undefined symbol `___fixxfdi' referenced from text segment
DM> *** Error code 1

To fix this recompile libgcc.a.  It was patched (to include those
functions (on the m68k)) just after lint was integrated, so it should
be in your sources.

	--jtc