Hi,
   Put the muscle library in /lib directory and check..

Thanks
Ramprasad
[EMAIL PROTECTED] wrote:

hi all,

Please can anybody help me, im still getting same error while running my muscleTools and my make is like this

# by default install in /usr/local
ifeq ($(DESTDIR),)
DESTDIR=/usr/local
endif

CC = gcc
CFLAGS = -g -Wall
LIBS = -lpcsclite -lpthread
LDFLAGS = $(LIBS)

all: muscleTool
osx: muscleToolOSX

clean:
    rm -f *.o muscleTool

install: muscleTool
    install --mode=0755 --strip $^ $(DESTDIR)/bin/$^

muscleToolOSX: muscleTool.c
    $(CC) -g -o muscleTool muscleTool.c -framework PCSC


and after make command it gaves like this type of error....

$ make
gcc -g -Wall -lmusclecard -lpthread  muscleTool.c  -o muscleTool
/usr/bin/ld: cannot find -lmusclecard
collect2: ld returned 1 exit status
make: *** [muscleTool] Error 1


for this i change my library path in my bash_profile still it is giving this only. Please can anybody tel how can i solve out this error n my pcsc-lite running succesfully.



Thanks in advance Jyostna

--------------------------------------------
Email in Indian languages.
This mail has been sent to you from http://webmail.idrbt.ac.in
<

DISCLAIMER:
This message is intended solely for the individual or entity to which it is addressed.This communication may contain information that is proprietary, privileged or confidential and otherwise legally exempt from disclosure. If you are not the named addressee,or have been inadvertently referenced in the address line, you are not authorized to read, print, retain, copy or disseminate this message or any part of it.If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.Visit us at http://www.idrbt.ac.in./BODY>


------------------------------------------------------------------------

_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle




_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to