Not sure what shells OS X gives you.  On linux, remedy would be one of the following:

 

ksh

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

./configure

 

-        or –

 

bash

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

./configure

 

-        or –

 

csh

setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig

./configure

 

Any success?

 

dtm

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Cebasek
Sent: Monday, June 05, 2006 7:15 AM
To: [email protected]
Subject: [Muscle] Configuring GPShell for build

 

Hi

 

I'm trying to get the GlobalPlatform code going on Mac OS X 10.4.6 to build the Musclecard applet and when I do a ./configure, the script is failing when it tries to test for /usr/local/lib/pkgconfig/libpcsclite.pc. It's the line:

 

if test -f /usr/local/lib/pkgconfig/libpcsclite.pc ...

 

If I create a short shell script to do the same test, the test succeeds, but during the configure, it fails.

 

I have tried

 

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/libpcsclite.pc ./configure

 

but that doesn't seem to help.

 

Any suggestions?

 

 

John Cebasek

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

Reply via email to