Subject: Re: Crosscompile linking questions
To: Anders =?iso-8859-1?q?Nyg=E5rd?= <anders.nygard@netinsight.net>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: port-arm32
Date: 07/03/2001 23:27:23
On Tuesday 03 July 2001  3:31 pm, Anders Nygård wrote:
> When I compile and link a program for arm32 on i386 it seems to link in
> all of libc into the executable. Is there a fix/workaround? Is this
> known behaviour?
>
> The crosscompiler tools are unable to produce dynamically linked
> binaries. Does anybody know the reason for this limitation and if it is
> likely to change soon?

Is it producing elf binaries?  currently netbsd arm elf binaries must be 
statically linked as we've not got working shared libraries yet (it's in the 
works though)

Chris