Re: Where do I find argp?




On Tue, 23 Jun 1998, Peter Hawkins wrote:
> [snip...]
> >
> > I am not positive about the gnome v0.20 release (I'm working off of
> > development snapshots), but argp.h should be found in either the
> > gnome-libs-devel package, or possibly the gnome-libs package.
> >
> 
> Ummm... no it isnt... and i can't find it in the CVS archive either... if
> it's in the CVS, what directory is it in? And if it's not in the RPMs (which
> it isn't) shouldn't it be?

Here's what I get when I look at the v0.20 release RPM files:

$ rpm -qlp gnome-libs-devel-0.20-1.i386.rpm |grep argp
/usr/lib/gnome-libs/include/argp.h
/usr/lib/gnome-libs/include/gnome-argp.h



If you are compiling from tarballs, or the snapshots, you might want to
check other likely prefixes, such as:
   /usr/local/lib/gnome-libs/include/argp.h
   /opt/lib/gnome-libs/include/argp.h

If you are looking at Jim Pick's snapshots, it will be found in
gnome-common/support/argp.h.

If you find your argp.h file, but the compiler can't find it, make sure
you have the right include path added.  For example, on my system, gcc
needs the switch '-I/usr/lib/gnome-libs/include'.  The autogen.sh should
put the right path in the Makefile for you, but it can't hurt to check.

Best of Luck,
-Gleef



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]