On Sat, Sep 09, 2000 at 01:02:19PM +0200, Guido Guenther wrote:
> On Fri, Sep 08, 2000 at 07:16:12PM -0700, Keith M Wesolowski wrote:
> > I'm astonished it only complained about unresolved symbols. If you
> > leave it as is, it tries to link in your build system's libraries. I
> > always replace the two with full paths to the mips libraries. I'm
> > fairly sure this is also in my cross-build faq.
> Acutally it really first tried to link in the glibc in /lib, which I
> overrided with LDFLAGS=-L/u/l/mips-linux/...
> I couldn't find anything about it in the cross-mips faq. But IMHO it
> would be worth a note(maybe also in the mips-howto?).
If the crosscompiler ever tries to link in something from /lib, /usr/lib
or other directories with native binaries then either the compiler
was missconfigured when built or the makefiles pass bogus -L arguments.
Ralf
|