Xavier DEBREUIL a �crit :
> 
> Hello,
> I am trying to build zlib library ; configuring for shared libraries
> failed, so I compiled it to be static...
> but the following line is uncorrect
> 
> arm-linux-ar libz.a adler32.o compress.o crc32.o gzio.o uncompr.o
> deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o
> infutil.o inffast.o

seems that the option -r added in the Makefile solved the problem...
the linker does not complain but I need to test the library...

> arm-linux-ar: illegal option -- z
> Usage: arm-linux-ar [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV]
> [member-name] [count] archive-file file...
>        arm-linux-ar -M
> [<mri-script]
> 
> Could someone tell me which option is usefull to make that library ?
> Thank you
> Xavier
> 
> _______________________________________________
> http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
> Please visit the above address for information on this list.

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to