--On Tuesday, December 02, 2003 18:31:42 +0100 Ludovic Rousseau <[EMAIL PROTECTED]> wrote:
> My compilation problem is on the link and library creation: > g++ OCFPCSC1.o PcscContexts.o PcscExceptions.o Tracer.o fieldIO.o > -L/usr/local/pcsc/lib -lpcsclite -lpthread -dynamiclib -install_name > /tmp/lib/libOCFPCSC1.jnilib -o libOCFPCSC1.jnilib g++: > /tmp/lib/libOCFPCSC1.jnilib: No such file or directory > make: *** [libOCFPCSC1.jnilib] Error 1 > I don't know why the /tmp/lib/libOCFPCSC1.jnilib must exist since it > should be the target generated by the linker. -install_name seems to be macos x specific (as is -dynamiclib, as is using the suffix .jnilib instead of .so) Are you using macos x? _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
