> The only potential problem with these changes is when you tried  
> that first
> transformation by hand editing plplot-tcl.pc, one of the essential
> "-framework" strings was not emitted by pkg-config.  That's really  
> peculiar.
> Could you try the following simple example to see what you get on  
> your system?
>
> *****test.pc  (simplest possible example)
> [EMAIL PROTECTED]> cat test.pc
> Name:
> Description:
> Requires:
> Version:
> Libs: -framework tcl -framework tk
> Cflags:
>
> On my Linux system both -framework options are emitted properly by  
> pkg-config:
>
> [EMAIL PROTECTED]> PKG_CONFIG_PATH=. pkg-config --libs test
> -framework tcl -framework tk

It is peculiar.

iMac /usr/local/lib/pkgconfig : more test.pc
Name:
Description:
Requires:
Version:
Libs: -framework tcl -framework tk
Cflags:

iMac /usr/local/lib/pkgconfig : PKG_CONFIG_PATH=. pkg-config --libs test
-framework tcl tk

iMac /usr/local/lib/pkgconfig : pkg-config --version
0.15.0

Is my version of pkg-config too old?

-Hazen




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to