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/21/2003 10:57:34
Harold Gutch <logix@foobar.franken.de> writes:

> Native libkrb:
> 
>   > ldd /usr/lib/libkrb.so
>   /usr/lib/libkrb.so:
>            -ldes.7 => /usr/lib/libdes.so.7
> 
> I'm still using gcc 2.95.3 for my crossbuilds, so I don't have
> a crossbuilt .so file, I just have a Dreamcast libkrb.a, on which
> ldd obviously doesn't work.

Yeah, .a libraries can't have dependencies, so if the Makefile for
"hpropd" is depending on libkrb to pull in libdes, it simply means it
isn't possible to build that program statically.


  // Marcus