Le Tuesday 26 October 2004 � 15:35:06, [EMAIL PROTECTED] a �crit: > hi all, > can anyone kindly tell me the reason for the following error that i am facing while > installing pcsc-tools-1.4.0. > on using MAKE i got following error: > > cc -Wall -O2 -g -DVERSION=\"`echo \`pwd\` | sed s/.*tools-//`\" > /usr/local/pcsc/lib/pkgconfig/libpcsclite.pc -c -o pcsc_scan.o pcsc_scan.c > cc: cannot specify -o with -c or -S and multiple compilations > make: *** [pcsc_scan.o] Error 1 > > my makefile appeares like: > > # PC/SC Lite libraries and headers. > #PCSC_CFLAGS ?= `pkg-config libpcsclite --cflags` > PCSC_CFLAGS ?= /usr/local/pcsc/lib/pkgconfig/libpcsclite.pc
Do not modify a Makefile if you do not know what you do! You broke it and then ask for help. It would be better to have correctly installed pkg-config instead. Bye, -- Dr. Ludovic Rousseau [EMAIL PROTECTED] -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. -- _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
