>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]