Problems compiling latest unstable

Dave Peticolas dave@krondo.com
Sun, 04 Feb 2001 23:30:43 -0800


Richard -Gilligan- Uschold writes:
> 
> Back to compiling the latest unstable:
> 
> rm config.cache
> make distclean
> ./autogen.sh --enable-opt-style-install --prefix=/opt5.3  > &
> autogen.err.txt
> 
> ...
> checking for glib-config... /usr/bin/glib-config
> checking for GLIB - version >= 0.99.7... no
> *** Could not run GLIB test program, checking why...
> *** The test program failed to compile or link. See the file config.log for
> the
> *** exact error that occured. This usually means GLIB was incorrectly
> installed
> *** or that you have moved GLIB since it was installed. In the latter case,
> you
> *** may want to edit the glib-config script: /usr/bin/glib-config
> configure: error: Cannot find glib.
> 
> config.log:
> ...
> configure:2264: gcc -o conftest -g -O2 -I/usr/lib/glib/include   conftest.c
> -L/usr/lib -lglib  1>&5
> /usr/lib/libglib.so: undefined reference to `getpwuid_r@@GLIBC_2.0'
> ...
> 
> Apparently, it wants an older version of glibc.  I'm pretty sure that
> `getpwuid_r@@GLIBC_2.0' is in libc.so.x, but I'm not sure what x is.
> 
> Any clue?

What version of glib (not glibc) do you have?

dave