Le dimanche 08 d�cembre 2002 � 10:26:08, Russel Winder a �crit: [...] > In the latest version of pcsc-tools (version 1.2.3 [2]) the Makefile > uses -I/usr/local/include and -L/usr/local/lib.
I have now obtained the latest version and installed it -- apologies for
not having done this previously.
If the location of the include directory and libs are parameterized
instead of using /usr/local explicitly then I think all problems of the
sort using stow are solved. I changed the first few defines of the
Makefile as follows and I think (but I may be wrong) it works as
required:
# The root of the include and lib directory where PCSC Lite is
# installed.
PCSCBASE ?= /usr/local
# by default install in /usr/local
DESTDIR ?= /usr/local
VERSION=`echo \`pwd\` | sed s/.*tools-//`
CFLAGS=-Wall -O2 -DVERSION=\"$(VERSION)\" -I${PCSCBASE}/include
LDLIBS=-lpcsclite -lpthread -L${PCSCBASE}/lib
# On xBSD systems use
# LDLIBS=-lpcsclite -lc_r -L${PCSCBASE}/lib
--
Russel.
====================================================================
Dr Russel Winder Chief Technology Officer
OneEighty Software Ltd Tel: +44 20 8680 8712
Cygnet House Fax: +44 20 8680 8453
12-14 Sydenham Road [EMAIL PROTECTED]
Croydon, Surrey CR9 2ET, UK http://www.180sw.com
====================================================================
Under the Regulation of Investigatory Powers (RIP) Act 2000 together
with any and all Regulations in force pursuant to the Act One Eighty
Software Ltd reserves the right to monitor any or all incoming or
outgoing communications as provided for under the Act
signature.asc
Description: This is a digitally signed message part
