Subject: Re: Error in compiling lint
To: CHAN Yiu Wah <clarence@cs.cuhk.hk>
From: J.T. Conklin <jconklin@netcom.com>
List: current-users
Date: 12/13/1995 05:16:22
> I got the error message
> tree.o: Undefined symbol `___fixunsxfdi'
> referenced from text segment
> Can anyone teach me how to solve it.

First cd to src/gnu/usr.bin/gcc/libgcc; make; and make install.  Then
rebuild lint.

	--jtc