On Tue, Aug 07, 2012 at 01:13:09AM -0700, JIA Pei wrote: > Hi, David Schleef: > > Thank you for your reply. I just checked. > What I've done is > > $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig > > $ export ORC_CFLAGS="-I/usr/local/include" > > $ export ORC_CPPFLAGS="-I/usr/local/include" > > $ export ORC_LIBS="-L/usr/local/lib" > > $ export PKG_CONFIG="/usr/local/lib" > > $ orcc --version > > Orc Compiler 0.4.16 > > $ echo $PKG_CONFIG_PATH > > /usr/local/lib/pkgconfig/ > > > > Even with all of the staffs in the above, still, "./configure" gives me the > same result: > > > checking pkg-config is at least version 0.9.0... ./configure: line 16413: > > /usr/l > > ocal/lib: is a directory
This is not surprising, since you are telling it to use /usr/local/lib by setting PKG_CONFIG. These things are supposed to work automatically. If they don't, you're not doing it right. At most, you should be setting PKG_CONFIG_PATH. David ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Schrodinger-devel mailing list Schrodinger-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/schrodinger-devel