Hallo,
beim Versuch emcast zu kompilieren bekomme ich einen Fehler bei configure.
/emcast-0.3.2$ ./configure --build=i386-linux-gnu --target=mipsel-linux --host=mipsel-linux
config.log
Hat jemand eine Idee wie ich das übersetzt bekomme?
beim Versuch emcast zu kompilieren bekomme ich einen Fehler bei configure.
/emcast-0.3.2$ ./configure --build=i386-linux-gnu --target=mipsel-linux --host=mipsel-linux
Code:
checking for main in -lsocket... (cached) no
checking for main in -lnsl... (cached) yes
checking for main in -lresolv... (cached) yes
checking for ANSI C header files... (cached) yes
checking for glib-config... (cached) /home/ludwig/Freetz/freetz-trunk/toolchain/target/bin/glib-config
checking for GLIB - version >= 1.2.0... 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: /home/ludwig/Freetz/freetz-trunk/toolchain/target/bin/glib-config
configure: error: Cannot find GLIB: Is glib-config in path?
Code:
return 1;
}
configure:6165: gcc -o conftest -g -Wall -D_REENTRANT -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c -lresolv -lnsl -L/usr/lib -lglib 1>&5
configure:6157:18: error: glib.h: No such file or directory
configure: In function 'main':
configure:6161: error: 'glib_major_version' undeclared (first use in this function)
configure:6161: error: (Each undeclared identifier is reported only once
configure:6161: error: for each function it appears in.)
configure:6161: error: 'glib_minor_version' undeclared (first use in this function)
configure:6161: error: 'glib_micro_version' undeclared (first use in this function)
configure: failed program was:
#line 6155 "configure"
#include "confdefs.h"
#include <glib.h>
#include <stdio.h>
int main() {
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
; return 0; }