I'm trying to install midgard-lib-1.5.0 on White-Dwarf linux (doesn't use RPMs) and I get an error:

checking for pkg-config... /usr/local/bin/pkg-config
sh: glib-config: command not found
sh: glib-config: command not found
sh: glib-config: command not found
checking for library containing crypt... no
configure: error: You need libcrypt

even though:
/lib/libcrypt-2.2.5.so
/lib/libcrypt.so.1
/usr/lib/libcrypt.a
/usr/lib/libcrypt.so
/usr/lib/libcrypto.so
/usr/lib/libcrypto.so.0
/usr/lib/libcrypto.so.0.9.6
/usr/lib/libcrypt_p.a

Also, I've installed glib, so why do you think it can't find glib-config??

This is the output is config.log:
configure:5909: checking for pkg-config
configure:5978: checking for library containing crypt
configure:5996: gcc -o conftest -Wall -g -O2 /usr/local/bin/pkg-config --cflags glib conftest.c /usr/local/bin/pkg-config --libs glib 1>&5
gcc: glib: No such file or directory
gcc: glib: No such file or directory
cc1: unrecognized option `-fcflags'
cc1: unrecognized option `-flibs'
configure: failed program was:
#line 5985 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();


int main() {
crypt()
; return 0; }
configure:6018: gcc -o conftest -Wall -g -O2 /usr/local/bin/pkg-config --cflags glib conftest.c -lcrypt /usr/local/bin/pkg-config --libs glib 1>&5
gcc: glib: No such file or directory
gcc: glib: No such file or directory
cc1: unrecognized option `-fcflags'
cc1: unrecognized option `-flibs'
configure: failed program was:
#line 6007 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();


int main() {
crypt()
; return 0; }


Thanks so much, Anne


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to