Le dimanche 08 d�cembre 2002 � 10:26:08, Russel Winder a �crit:
> Clearly the includes directory (in our case /home/share/tools/include)
> should be included in the command line.  Also the location of the
> libpcsclite.so (in our case /home/share/tools/lib) needs to be given. 
> The following worked for me:
> 
> By redefining CFLAGS and LDFLAGS:
> 
> CFLAGS = -I/home/share/tools/include -Wall -O2 -DVERSION=\"$(VERSION)\"
> LDFLAGS = -L/home/share/tools/lib
> 
> but as to what the general solution should be I am not sure.

If I remember correctly stow [1] is used to manage /usr/local/ by
creating symlinks from /usr/local/{include,bin,lib,etc} to the _real_
location of the files.

In the latest version of pcsc-tools (version 1.2.3 [2]) the Makefile
uses -I/usr/local/include and -L/usr/local/lib.

So I suspect you do not use stow in the correct way. And you don't seem
to be using the latest pcsc-tools either.

Bye,

[1] http://www.gnu.ai.mit.edu/software/stow/stow.html
[2] http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools.html

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le Camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to