Linking

walter harms wharms at bfs.de
Tue Aug 26 08:45:40 UTC 2008



Sébastien Chrétien schrieb:
> Hello,
> 
> I am trying to create an embedded system with busybox. When I compile
> Busybox, this message is written :
> Trying libraries : crypt m
> Library m is needed
> Final link with : crypt m
> 
> Does it mean that crypt and m are included in the file busybox or does it
> mean that I have to add  crypt and m in /lib ?
> 
> Which libraries are needed ? Where have I to copy them ?
> 

radio eriwan, in principle yes but ..

yes: if you link dynamic libraries you need to add then onto you target
      use ldd busybox to see what libs are realy needed

no: if you link static all libraries should be inside you binary.
     no copy needed.

re,
  wh





More information about the busybox mailing list