Jivin souhail sou lays it down ... > sorry i forgot it > this is out put of ./configure --target=arm-elf (in gdb) > > checking for time... (cached) yes > checking for sigaction... (cached) yes > checking for __setfpucw... (cached) no > checking for bind in -lsocket... (cached) no > checking for gethostbyname in -lnsl... (cached) yes > checking return type of signal handlers... (cached) void > checking for gtk-config... no > checking for GTK - version >= 1.1.3... no > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the GTK_CONFIG environment variable to the > *** full path to gtk-config. > configure: error: Cannot find GTK: Is gtk-config in path? > configure: error: ./configure failed for arm > Configure in /gdb-5.0/sim failed, exiting.
You need to install the gtk dev files or point the configure script at their locations. Try and find the file 'gtk-config' on your system. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
