Автор Тема: Gtk+ ?!?  (Прочетена 564 пъти)

mrowcp

  • Напреднали
  • *****
  • Публикации: 450
    • Профил
Gtk+ ?!?
« -: Dec 20, 2006, 15:42 »
Този Тиликс може да ти скъса нервите.Проблема ми е че при опит да стартирам ./configure на която и да било програма все едно и също:
Примерен код

pcworm@pcworm-tilix:~/Gens/GensForLinux$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... no
*** Could not run GTK+ 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 GTK+ is incorrectly installed.
configure: error: *** GTK+ version 2.4.0 not found!
pcworm@pcworm-tilix:~/Gens/GensForLinux$ cd
pcworm@pcworm-tilix:~$ cd gt*
pcworm@pcworm-tilix:~/gtk+-2.6.10$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for native Win32... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for nm... /usr/bin/nm -B
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.6.0    atk >= 1.0.1    pango >= 1.8.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.
pcworm@pcworm-tilix:~/gtk+-2.6.10$ cd ..
pcworm@pcworm-tilix:~$ cd glib*
pcworm@pcworm-tilix:~/glib-2.12.4$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the BeOS... no
checking for Win32... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether we are using the GNU C++ compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... none
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for pkg-config... /usr/bin/pkg-config
checking for gawk... (cached) mawk
checking for perl5... no
checking for perl... perl
checking for indent... no
checking for perl... /usr/bin/perl
checking for iconv_open... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether we are using the GNU C Library 2.1 or newer... yes
checking Whether to cache iconv descriptors... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  am ar az be bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka ko ku lt lv mk ml mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sr@ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking for ANSI C header files... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for valloc... yes
checking for atexit... yes
checking for on_exit... yes
checking for timegm... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for void *... yes
checking size of void *... 4
checking for long long... yes
checking size of long long... 8
checking for int64... 0
checking for format to printf and scanf a guint64... %llu
checking for an ANSI C-conforming const... yes
checking if malloc() and friends prototypes are gmem.h compatible... yes
checking for growing stack pointer... no
checking for inlineva_copy()... yes
checking whether va_lists can be copied by value... yes
checking for dlopen... no
checking for NSLinkModule... no
checking for dlopen in -ldl... yes
checking for dlsym in -ldl... yes
checking for RTLD_GLOBAL brokenness... no
checking for preceeding underscore in symbols... no
checking for dlerror... yes
checking for the suffix of shared libraries... .so
checking for gspawn implementation... gspawn.lo
checking for GIOChannel implementation... giounix.lo
checking for platform-dependent source...
checking whether to compile timeloop... yes
checking if building for some Win32 platform... no
checking for thread implementation... posix
checking thread related cflags... -pthread
checking for sched_get_priority_min... yes
checking thread related libraries... -pthread
checking for localtime_r... yes
checking for posix getpwuid_r... yes
checking size of pthread_t... 4
checking for pthread_attr_setstacksize... yes
checking for minimal/maximal thread priority... sched_get_priority_min(SCHED_OTHER)/sched_get_priority_max(SCHED_OTHER)
checking for pthread_setschedparam... yes
checking for posix yield function... sched_yield
checking size of pthread_mutex_t... 24
checking byte contents of PTHREAD_MUTEX_INITIALIZER... 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
checking whether to use assembler code for atomic operations... i486
checking value of POLLIN... 1
checking value of POLLOUT... 4
checking value of POLLPRI... 2
checking value of POLLERR... 8
checking value of POLLHUP... 16
checking value of POLLNVAL... 32
checking for EILSEQ... yes
configure: creating ./config.status
config.status: creating glib-2.0.pc
config.status: creating glib-2.0-uninstalled.pc
config.status: creating gmodule-2.0.pc
config.status: creating gmodule-export-2.0.pc
config.status: creating gmodule-no-export-2.0.pc
config.status: creating gmodule-2.0-uninstalled.pc
config.status: creating gmodule-no-export-2.0-uninstalled.pc
config.status: creating gthread-2.0.pc
config.status: creating gthread-2.0-uninstalled.pc
config.status: creating gobject-2.0.pc
config.status: creating gobject-2.0-uninstalled.pc
config.status: creating glib-zip
config.status: creating glib-gettextize
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/dirent/Makefile
config.status: creating build/win32/vs8/Makefile
config.status: creating glib/Makefile
config.status: creating glib/libcharset/Makefile
config.status: creating glib/gnulib/Makefile
config.status: creating gmodule/Makefile
config.status: creating gmodule/gmoduleconf.h
config.status: creating gobject/Makefile
config.status: creating gobject/glib-mkenums
config.status: creating gthread/Makefile
config.status: creating po/Makefile.in
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/glib/Makefile
config.status: creating docs/reference/glib/version.xml
config.status: creating docs/reference/gobject/Makefile
config.status: creating docs/reference/gobject/version.xml
config.status: creating tests/Makefile
config.status: creating tests/gobject/Makefile
config.status: creating tests/refcount/Makefile
config.status: creating m4macros/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing glibconfig.h commands
config.status: glibconfig.h is unchanged
config.status: executing chmod-scripts commands
pcworm@pcworm-tilix:~/glib-2.12.4$ make
bash: make: command not found
pcworm@pcworm-tilix:~/glib-2.12.4$ ls -al
общо 3460
drwxr-xr-x 11 pcworm pcworm    4096 2006-12-20 15:33 .
drwxr-xr-x 30 pcworm pcworm    4096 2006-12-20 14:59 ..
-rw-r--r--  1 pcworm pcworm    4548 2004-02-27 02:57 acglib.m4
-rw-r--r--  1 pcworm pcworm   14208 2003-10-05 02:24 acinclude.m4
-rw-r--r--  1 pcworm pcworm  282636 2006-10-02 02:05 aclocal.m4
-rw-r--r--  1 pcworm pcworm    1344 2005-12-26 07:23 AUTHORS
drwxr-xr-x  3 pcworm pcworm    4096 2006-12-20 15:33 build
-rw-r--r--  1 pcworm pcworm   24640 2006-10-02 01:51 ChangeLog
-rw-r--r--  1 pcworm pcworm   99827 2005-08-10 13:46 ChangeLog.pre-1-2
-rw-r--r--  1 pcworm pcworm  237083 2005-08-10 13:46 ChangeLog.pre-2-0
-rw-r--r--  1 pcworm pcworm   49620 2002-12-28 23:16 ChangeLog.pre-2-2
-rw-r--r--  1 pcworm pcworm   66937 2004-05-04 23:13 ChangeLog.pre-2-4
-rw-r--r--  1 pcworm pcworm   53606 2005-01-10 17:52 ChangeLog.pre-2-6
-rw-r--r--  1 pcworm pcworm   47167 2005-08-24 21:53 ChangeLog.pre-2-8
-rwxr-xr-x  1 pcworm pcworm    2774 2006-08-20 08:15 compile
-rwxr-xr-x  1 pcworm pcworm   43668 2006-08-20 08:14 config.guess
-rw-r--r--  1 pcworm pcworm   13296 2006-12-16 17:37 config.h
-rw-r--r--  1 pcworm pcworm   12418 2006-10-02 02:06 config.h.in
-rw-r--r--  1 pcworm pcworm   13925 2006-10-02 02:06 config.h.win32
-rw-r--r--  1 pcworm pcworm   14136 2004-08-05 02:12 config.h.win32.in
-rw-r--r--  1 pcworm pcworm  140406 2006-12-20 15:33 config.log
-rwxr-xr-x  1 pcworm pcworm   76474 2006-12-20 15:33 config.status
-rwxr-xr-x  1 pcworm pcworm   32151 2006-08-20 08:14 config.sub
-rwxr-xr-x  1 pcworm pcworm 1254732 2006-10-02 02:05 configure
-rw-r--r--  1 pcworm pcworm   80402 2006-10-01 08:51 configure.in
-rw-r--r--  1 pcworm pcworm   25292 1998-08-04 17:26 COPYING
-rwxr-xr-x  1 pcworm pcworm   13866 2006-08-20 08:15 depcomp
drwxr-xr-x  3 pcworm pcworm    4096 2006-12-20 15:33 docs
drwxr-xr-x  6 pcworm pcworm    4096 2006-12-20 15:33 glib
-rw-r--r--  1 pcworm pcworm     336 2006-12-20 15:33 glib-2.0.pc
-rw-r--r--  1 pcworm pcworm     348 2003-07-30 03:01 glib-2.0.pc.in
-rw-r--r--  1 pcworm pcworm     473 2006-12-20 15:33 glib-2.0-uninstalled.pc
-rw-r--r--  1 pcworm pcworm     519 2002-03-05 07:17 glib-2.0-uninstalled.pc.in
-rw-r--r--  1 pcworm pcworm    5256 2006-12-16 17:37 glibconfig.h
-rw-r--r--  1 pcworm pcworm    5495 2006-10-02 02:06 glibconfig.h.win32
-rw-r--r--  1 pcworm pcworm    5551 2006-03-08 01:45 glibconfig.h.win32.in
-rwxr-xr-x  1 pcworm pcworm    5409 2006-12-20 15:33 glib-gettextize
-rw-r--r--  1 pcworm pcworm    5409 2005-12-07 05:57 glib-gettextize.in
-rwxr-xr-x  1 pcworm pcworm    1251 2006-12-20 15:33 glib-zip
-rwxr-xr-x  1 pcworm pcworm    1370 2005-09-07 13:10 glib-zip.in
drwxr-xr-x  3 pcworm pcworm    4096 2006-12-20 15:33 gmodule
-rw-r--r--  1 pcworm pcworm     279 2006-12-20 15:33 gmodule-2.0.pc
-rw-r--r--  1 pcworm pcworm     294 2002-03-05 07:17 gmodule-2.0.pc.in
-rw-r--r--  1 pcworm pcworm     298 2006-12-20 15:33 gmodule-2.0-uninstalled.pc
-rw-r--r--  1 pcworm pcworm     333 2002-03-05 07:17 gmodule-2.0-uninstalled.pc.in
-rw-r--r--  1 pcworm pcworm     279 2006-12-20 15:33 gmodule-export-2.0.pc
-rw-r--r--  1 pcworm pcworm     294 2005-01-07 17:20 gmodule-export-2.0.pc.in
-rw-r--r--  1 pcworm pcworm     258 2006-12-20 15:33 gmodule-no-export-2.0.pc
-rw-r--r--  1 pcworm pcworm     275 2004-11-17 05:33 gmodule-no-export-2.0.pc.in
-rw-r--r--  1 pcworm pcworm     324 2006-12-20 15:33 gmodule-no-export-2.0-uninstalled.pc
-rw-r--r--  1 pcworm pcworm     334 2005-05-07 00:54 gmodule-no-export-2.0-uninstalled.pc.in
drwxr-xr-x  3 pcworm pcworm    4096 2006-12-20 15:33 gobject
-rw-r--r--  1 pcworm pcworm     246 2006-12-20 15:33 gobject-2.0.pc
-rw-r--r--  1 pcworm pcworm     236 2002-03-05 07:17 gobject-2.0.pc.in
-rw-r--r--  1 pcworm pcworm     343 2006-12-20 15:33 gobject-2.0-uninstalled.pc
-rw-r--r--  1 pcworm pcworm     353 2002-03-05 07:17 gobject-2.0-uninstalled.pc.in
drwxr-xr-x  3 pcworm pcworm    4096 2006-12-20 15:33 gthread
-rw-r--r--  1 pcworm pcworm     241 2006-12-20 15:33 gthread-2.0.pc
-rw-r--r--  1 pcworm pcworm     246 2002-03-05 07:17 gthread-2.0.pc.in
-rw-r--r--  1 pcworm pcworm     252 2006-12-20 15:33 gthread-2.0-uninstalled.pc
-rw-r--r--  1 pcworm pcworm     277 2002-03-05 07:17 gthread-2.0-uninstalled.pc.in
-rw-r--r--  1 pcworm pcworm    4652 2006-10-02 02:06 gtk-doc.make
-rw-r--r--  1 pcworm pcworm    3893 2006-10-02 02:06 INSTALL
-rw-r--r--  1 pcworm pcworm    3909 2003-04-09 21:49 INSTALL.in
-rwxr-xr-x  1 pcworm pcworm    7122 2006-08-20 08:15 install-sh
-rwxr-xr-x  1 pcworm pcworm  207477 2006-12-20 15:33 libtool
-rw-r--r--  1 pcworm pcworm  196440 2006-08-20 08:14 ltmain.sh
drwxr-xr-x  2 pcworm pcworm    4096 2006-12-20 15:33 m4macros
-rw-r--r--  1 pcworm pcworm   29968 2006-12-20 15:33 Makefile
-rw-r--r--  1 pcworm pcworm    3007 2006-03-09 07:31 Makefile.am
-rw-r--r--  1 pcworm pcworm   29693 2006-10-02 02:05 Makefile.in
-rw-r--r--  1 pcworm pcworm     585 2001-09-21 22:48 makefile.msc
-rwxr-xr-x  1 pcworm pcworm   10266 2006-08-20 08:15 missing
-rwxr-xr-x  1 pcworm pcworm    1988 2006-08-20 08:15 mkinstalldirs
-rw-r--r--  1 pcworm pcworm    1611 2002-01-05 20:54 msvc_recommended_pragmas.h
-rw-r--r--  1 pcworm pcworm   59720 2006-10-01 09:30 NEWS
-rw-r--r--  1 pcworm pcworm    8705 2001-04-03 22:22 NEWS.pre-1-3
drwxr-xr-x  2 pcworm pcworm    4096 2006-12-20 15:33 po
-rw-r--r--  1 pcworm pcworm    6996 2006-10-02 02:06 README
-rw-r--r--  1 pcworm pcworm    7004 2006-02-24 16:25 README.in
-rw-r--r--  1 pcworm pcworm   13004 2005-01-03 02:20 README.win32
-rwxr-xr-x  1 pcworm pcworm     725 2006-07-02 22:52 sanity_check
-rw-r--r--  1 pcworm pcworm      23 2006-12-20 15:33 stamp-h1
drwxr-xr-x  8 pcworm pcworm    4096 2006-12-20 15:33 tests
pcworm@pcworm-tilix:~/glib-2.12.4$
Активен

Some Things Just Are The Way They Are

senser

  • Напреднали
  • *****
  • Публикации: 1328
    • Профил
Gtk+ ?!?
« Отговор #1 -: Dec 20, 2006, 16:37 »
случайно да имаш инсталиран make .......
http://www.gnu.org/software/make/make.html
Активен