GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

Dave Peticolas dave@krondo.com
Mon, 18 Sep 2000 22:31:50 -0700


Steve Davidson writes:
> Dave Peticolas wrote:
> 
> > Steve Davidson writes:
> > > In src/engine/Makefile:
> > > GLIB_CFLAGS =
> >
> > That's definitely the problem. Does your ./configure test
> > for glib succeed or fail? What does
> >
> > glib-config --cflags
> 
> glib-config: command not found
> 
> >
> >
> > give you?
> >
> > thanks,
> > dave
> 
> >From ./configure:
> 
> checking for glib-config... (cached) no
> checking for GLIB - version >= 0.99.7... no
> *** The glib-config script installed by GLIB could not be found
> *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GLIB_CONFIG environment variable to the
> *** full path to glib-config.
> 
> I only have:
> glib-1.2.8
> glib-1.3.1
> 
> Where would I get 0.99.7?

You don't need 0.99.7, as 1.2.8 will do. However, you also need
the development files for glib, including the headers and the
glib-config script. Is there a glib-devel or glib-dev package
available?

dave