Subject: Re: Problems during crossbuild on i386
To: Harold Gutch <logix@foobar.franken.de>
From: Marcus Comstedt <marcus@mc.pp.se>
List: port-dreamcast
Date: 08/20/2003 22:48:25
Harold Gutch <logix@foobar.franken.de> writes:

> Hi,
> 
> I'm unable to crossbuild NetBSD-current for Dreamcast on i386.
> It bails out in:
> 
[...]
> 
> These symbols are in libdes, which is already built at that
> point.  Note that in the command above -ldes is not specified.
> The same thing happens on a native i386 build, but gcc seems to
> automatically link the resulting binary against libdes, since it
> picks this dependency up from somewhere (I guess from one of the
> other libraries linked against it, perhaps libkrb).

What does ldd say if you run it on libkrb from the native and cross
builds respectively?  Any dependency should be reported just like for
an executable.


  // Marcus