>lib/libnet-tools.a: could not read symbols: Archive has no index: run
>ranlib to add one
>collect2: ld returned 1 exit status
>make: *** [ifconfig] Error 1
>
>I then ran ranlib on libnet-tools.a and ran make again. It failed again
>so I touch all the c files and reran ranlib. Tried make and it failed
>again.

You need to use arm-linux-ranlib, ie the target version.  (The reason this 
happened is because the makefile used plain `ar' and not arm-linux-ar.)

>Let me know if I'm going about building these cross-compiled packages
>wrong. 

No; cross-compiling anything that doesn't use autoconf is likely to be 
painful.  What's wrong with the precompiled binaries, out of interest?

p.


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

Reply via email to