Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
BeaVe 10.09.2005 00:18
Что делаю?./configure --prefix=$HOME/gnome make installЧто получаю?
gstrfuncs.c: In function `g_printf_string_upper_bound': gstrfuncs.c:870: error: syntax error before string constant gstrfuncs.c:1037: error: syntax error before string constant gstrfuncs.c:1080: error: syntax error before string constant gstrfuncs.c:1111: error: syntax error before string constant make[1]: *** [gstrfuncs.lo] Error 1 make[1]: Leaving directory `/home/beave/glib-1.2.10' make: *** [install-recursive] Error 1Что делать дальше?
[beave@localhost glib-1.2.10]$ uname -a Linux localhost 2.6.11-6mdk-i686-up-4GB #1 Tue Mar 22 15:51:40 CET 2005 i686 Intel(R) Pentium(R) M processor 1.60GHz unknown GNU/Linux [beave@localhost glib-1.2.10]$ gcc -v Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)