Pokusavam instalirati mono (.Net za linux) na suse 8.0 (gnome 1.4).
Da bi ga kompajlirao moram imati instalirane pkg-config i glib 1.3.
glib 1.3 sam nekako i uspio instalirati (zahvaljujuci rpm-u), dok pkg-config nisam:
Kada pokusam da instaliram pkg-config paket dobijem sljedecu poruku.
rpm -i //home/goran/pkgconfig-0.15.0-20.i586.rpm
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by pkgconfig-0.15.0-20
RESULT=1
Kada pkg-config pokusam instalirati iz source-a, nakon ./configure, make no funcione. Mozda ce vam naredni redovi biti
od koristi:
goran@linux:~/pkgconfig-0.8.0> ./configure
creating cache ./config.cache
checking for a BSD compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking whether make sets ${MAKE}… no
checking for working aclocal… missing
checking for working autoconf… missing
checking for working automake… missing
checking for working autoheader… missing
checking for working makeinfo… missing
checking whether to enable maintainer-specific portions of Makefiles… no
checking for Cygwin environment… no
checking for mingw32 environment… no
checking how to run the C preprocessor… cc -E
checking host system type… i686-pc-linux-gnu
checking build system type… i686-pc-linux-gnu
checking for gcc… gcc
checking whether the C compiler (gcc ) works… yes
checking whether the C compiler (gcc ) is a cross-compiler… no
checking whether we are using GNU C… yes
checking whether gcc accepts -g… yes
checking for ld used by GCC… /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld… yes
checking for /usr/i486-suse-linux/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 dependant libraries… pass_all
checking for object suffix… o
checking for executable suffix… no
checking command to parse /usr/bin/nm -B output… ok
checking for dlfcn.h… yes
checking for ranlib… ranlib
checking for strip… strip
checking for objdir… .libs
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 if gcc supports -c -o file.lo…
checking if gcc supports -fno-rtti -fno-exceptions… yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries… yes
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking if libtool supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
creating libtool
checking for gcc… (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works… yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler… no
checking whether we are using GNU C… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for working alloca.h… yes
checking for alloca… yes
checking for setresuid… yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in glib-1.2.8
running /bin/sh ./configure --cache-file=…/./config.cache --srcdir=.
loading cache …/./config.cache
checking for a BSD compatible install… (cached) /usr/bin/install -c
checking whether build environment is sane… yes
checking whether make sets ${MAKE}… (cached) no
checking for working aclocal… missing
checking for working autoconf… missing
checking for working automake… missing
checking for working autoheader… missing
checking for working makeinfo… missing
checking host system type… i686-pc-linux-gnu
checking build system type… i686-pc-linux-gnu
checking for ranlib… (cached) ranlib
checking for gcc… (cached) gcc
checking whether the C compiler (gcc ) works… yes
checking whether the C compiler (gcc ) is a cross-compiler… no
checking whether we are using GNU C… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for ld used by GCC… /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld… yes
checking for BSD-compatible nm… /usr/bin/nm -B
checking whether ln -s works… (cached) yes
updating cache …/./config.cache
loading cache …/./config.cache within ltconfig
checking for object suffix… o
checking for executable suffix… (cached) 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 if gcc supports -c -o file.lo… yes
checking if gcc supports -fno-rtti -fno-exceptions … yes
checking if gcc static flag -static works… -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld… yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries… yes
checking command to parse /usr/bin/nm -B output… ok
checking how to hardcode library paths into programs… immediate
checking for /usr/i486-suse-linux/bin/ld option to reload object files… -r
checking dynamic linker characteristics… Linux ld.so
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for objdir… .libs
creating libtool
loading cache …/./config.cache
checking whether to enable maintainer-specific portions of Makefiles… no
checking host system type… i686-pc-linux-gnu
checking whether to enable memory checking… no
checking whether to enable memory profiling… no
checking for gcc… (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works… yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler… no
checking whether we are using GNU C… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ANSI C… none needed
checking for a BSD compatible install… /usr/bin/install -c
checking for extra flags to get ANSI library prototypes… none needed
checking for extra flags for POSIX compliance… none needed
checking how to run the C preprocessor… (cached) cc -E
checking for ANSI C header files… yes
checking for vprintf… yes
checking for atexit… yes
checking for on_exit… yes
checking size of char… 1
checking size of short… 2
checking size of long… 4
checking size of int… 4
checking size of void *… 4
checking size of long long… 8
checking for working const… yes
checking for __inline… yes
checking for inline… yes
checking for inline… yes
checking whether byte ordering is bigendian… no
checking for float.h… yes
checking for limits.h… yes
checking for pwd.h… yes
checking for sys/param.h… yes
checking for sys/poll.h… yes
checking for sys/select.h… yes
checking for sys/time.h… yes
checking for sys/times.h… yes
checking for unistd.h… yes
checking for values.h… yes
checking for lstat… yes
checking for strerror… yes
checking for strsignal… yes
checking for memmove… yes
checking for vsnprintf… yes
checking for strcasecmp… yes
checking for strncasecmp… yes
checking for poll… yes
checking for sys_errlist… yes
checking for sys_siglist… yes
checking for sys_siglist declaration… yes
checking for fd_set… yes, found in sys/types.h
checking for wchar.h… yes
checking for wctype.h… yes
checking for iswalnum… yes
checking if iswalnum() and friends are properly defined… yes
checking whether realloc (NULL,) will work… yes
checking for an implementation of va_copy()… no
checking for an implementation of __va_copy()… yes
checking whether va_lists can be copied by value… yes
checking for dlopen… no
checking for dlopen in -ldl… yes
checking for dlsym in -ldl… yes
checking for preceeding underscore in symbols… no
checking for dlerror… yes
checking for pthread.h… yes
checking for thread implementation… posix
checking for pthread_attr_init in -lpthread… yes
checking necessary linker options… -lpthread
checking necessary compiler options… -D_REENTRANT
checking for localtime_r… yes
checking for rand_r… yes
checking for getpwuid_r… yes
checking whether getpwuid_r is posix like… yes
checking whether pthread_getspecific is posix like… yes
checking whether pthread_mutex_trylock is posix like… yes
checking whether pthread_cond_timedwait is posix like… yes
checking size of pthread_mutex_t… 24
checking byte contents of pthread_mutex_t… 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 system definitions for POLLIN POLLOUT POLLPRI POLLERR POLLHUP POLLNVAL… done
updating cache …/./config.cache
creating ./config.status
creating glib.spec
creating Makefile
creating glib-config
creating gmodule/gmoduleconf.h
creating gmodule/Makefile
creating gthread/Makefile
creating docs/Makefile
creating docs/glib-config.1
creating tests/Makefile
creating config.h
creating glibconfig.h
goran@linux:~/pkgconfig-0.8.0> make
bash: make: command not found