Subject: Re: Bulding my own static libraries?
To: None <port-mac68k@netbsd.org>
From: Alexander Klein <Alexander.Klein@math.uni-giessen.de>
List: port-mac68k
Date: 04/01/2002 15:36:45
Hi,

thanks to all the people who answered.

In fact, it was very simple, the problem was that:

>[beoneel@wabisabi68k 78]$ cc -m68040 -o t t.c -L. -lstuff

works, while

[beoneel@wabisabi68k 78]$ cc -m68040 -o t -L. -lstuff t.c

works not, because in the latter case, the linker will not search
libstuff.a for unknown symbols of t.c again.

Regards,

	Alex