Okay, I found the problem.  I didn't have my compiler built or installed
correctly.  Now that I have fixed that, the shared libraries build just
fine.  Phil got me looking in the right direction.  Thanks!

--
Kyle Mestery
StorageTek's Storage Networking Group
Protect your right to privacy: www.freecrypto.org

On Thu, 6 May 1999, Philip Blundell wrote:

> >I was wondering if it is possible to cross-compile shared libraries?
> 
> Yes, this is no problem.  I used to cross compile glibc all the time.
> 
> >After playing around with attempting to do it yesterday, it looks like
> >it isn't, since using gcc -shared seems to want to invoke /lib/ld-so.2.1,
> 
> It shouldn't.  You ought to get `-dynamic-linker /lib/ld-linux.so.2' in the 
> flags passed to ld (this comes from the specs file) but at no time should it 
> try to actually execute the dynamic linker.  Can you post an example of what 
> you do, and what goes wrong?
> 
> p.
> 
> 

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to