On Fri, 02 May 2014 01:34:42 leif wrote:
> François Bissey wrote:
> > On Thu, 01 May 2014 15:05:03 Volker Braun wrote:
> >> On Thursday, May 1, 2014 9:58:47 PM UTC+1, leif wrote:
> >>>> pkg-config --variable pc_path pkg-config
> >>> 
> >>> That doesn't always work.  (See my other post on how to get it.)
> >> 
> >> Where does it not work?
> > 
> > My SLES11SP1 system on power7 reports:
> > frb15@p2n14-c /hpc/home/frb15 :/usr/bin/pkg-config --variable pc_path pkg-
> > config
> > 
> > frb15@p2n14-c /hpc/home/frb15 :/usr/bin/pkg-config --version
> > 0.23
> > 
> > It just report blank for that particular command but I checked it
> > reports configuration of system libraries OK so it is not broken.
> 
> Same for 0.22 here on Ubuntu 10.04.4.
> 
> 0.25 does support it.  (Also supports ... --debug 2>&1 | grep
> '^Scanning' ...)
> 
> And:
> 
> $ pkg-config --variable pc_path pkg-config
> $ pkg-config --debug 2>&1 | grep '^Scanning' | awk '{print $3}'
> '/usr/lib/pkgconfig'
> $ pkg-config --version
> 0.15.0
> $ uname -rs
> SunOS 5.10
> 
For some reason I found our AIX system defaulted on an antique 0.14
version that someone installed before my time.
frb15@p1n14-c /hpc/home/frb15 :pkg-config --version
0.14.0
frb15@p1n14-c /hpc/home/frb15 :pkg-config --variable pc_path pkg-config
frb15@p1n14-c /hpc/home/frb15 :pkg-config --debug 2>&1 | awk '/^Scanning 
/{print substr($3,2,length($3)-2)}'
/usr/local/lib/pkgconfig

But it was hiding 0.19 on the system so I don't quite officially beat you
for the oldest version around :)
frb15@p1n14-c /hpc/home/frb15 :uname -rsv
AIX 1 6
And it should be read AIX 6.1. True IBM fashion.

Francois

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to