On mar, 2011-10-04 at 21:50 +0200, Ludovic Courtès wrote: > Hi, > > Germán Arias <ger...@xelalug.org> skribis: > > > checking size of size_t... 4 > > checking size of ssize_t... 4 > > checking for guile... /usr/local/bin/guile > > checking for guile-config... /usr/local/bin/guile-config > > checking for guile-tools... /usr/local/bin/guile-tools > > checking libguile compile flags... -pthread > > -I/usr/local/include/guile/2.0 -I/usr/local/include > > checking libguile link flags... -L/usr/local/lib -lguile-2.0 -lgc > > checking for guile-2.0... no > > > > > > Why? the Guile libraries are just there. > > Presumably it’s running ‘pkg-config guile-2.0’, which fails. Can you > check whether guile-2.0.pc is in $PKG_CONFIG_PATH? > > HTH, > Ludo’. >
PKG_CONFIG_PATH is empty. So I do: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig guile-2.0.pc is at /usr/local/lib/pkgconfig. But I get the same output. Which should be the output of 'pkg-config guile-2.0'? If I run this, I get: german@german-desktop:~/Instalados/g-wrap-1.9.13$ pkg-config guile-2.0 german@german-desktop:~/Instalados/g-wrap-1.9.13$ Thanks.