[ghemical-devel] Few Notes on libghemical and ghemical CVS bulids...

Tommi Hassinen thassine@messi.uku.fi
Tue, 31 Aug 2004 13:17:53 +0300 (WET)


On Tue, 31 Aug 2004, Donald E. Curtis wrote:

> For libghemical, it looks like libghemical.pc needs to be added to the the
> AC_OUTPUT in the configure.in.

Yep, this should be fixed now.

> Now here is my question to anyone who might be able to answer.
>
> Currently my pkg-config only looks in /usr/lib/pkgconfig for the .pc files.
> Now, i know i can add /usr/local/lib/pkgconfig to the list but the .pc files
> for mopac7 (which i am just noting, this is not the mopac development list)
> AND libghemical are no even getting installed there.

As far as I know, the libghemical.pc should now be installed in the
<prefix>/lib/pkgconfig directory. If you just do

	./configure

the <prefix> will be /usr/local. You can set it like this:

	./configure --prefix=/usr

which sets <prefix> to /usr, causing everything to be installed under /usr
not /usr/local which is the default.

Usually /usr prefix is used for "offical" programs that come with the
OS/distribution, and /usr/local is usually used for programs that are
installed by the system administrator.

Regards,

	Tommi