Hello,
J'ai donc désinstallé pkgconfig et installé la dernière version
(0.15.0), mais depuis, l'installation de glib-2.4.2 me dit qu'il ne
trouve pas pkgconfig !! Je suppose qu'il faut paramètrer des chemins
quelque part, mais je ne sais pas où...
Hello,
J'ai donc désinstallé pkgconfig et installé la dernière version
(0.15.0), mais depuis, l'installation de glib-2.4.2 me dit qu'il ne
trouve pas pkgconfig !! Je suppose qu'il faut paramètrer des chemins
quelque part, mais je ne sais pas où...
Hello,
J'ai donc désinstallé pkgconfig et installé la dernière version
(0.15.0), mais depuis, l'installation de glib-2.4.2 me dit qu'il ne
trouve pas pkgconfig !! Je suppose qu'il faut paramètrer des chemins
quelque part, mais je ne sais pas où...
Oodini wrote:
Donc dans l'ordre :
- faire "whereis pkgconfig" dans une console.
- se logguer en tant que l'utilisateur qui fait l'installation (celui
qui fait la compilation).
- faire "echo $PATH" et verififier que le repertoire qui contient
'pkgconfig' est present dans la liste presentee.
- Si le chemin est present (ce dont je doute) nous poster les messages
d'erreur
- Si il ne l'est pas, tu lis ceci
http://www.troubleshooters.com/linux/prepostpath.htm
Oodini wrote:
Donc dans l'ordre :
- faire "whereis pkgconfig" dans une console.
- se logguer en tant que l'utilisateur qui fait l'installation (celui
qui fait la compilation).
- faire "echo $PATH" et verififier que le repertoire qui contient
'pkgconfig' est present dans la liste presentee.
- Si le chemin est present (ce dont je doute) nous poster les messages
d'erreur
- Si il ne l'est pas, tu lis ceci
http://www.troubleshooters.com/linux/prepostpath.htm
Oodini wrote:
Donc dans l'ordre :
- faire "whereis pkgconfig" dans une console.
- se logguer en tant que l'utilisateur qui fait l'installation (celui
qui fait la compilation).
- faire "echo $PATH" et verififier que le repertoire qui contient
'pkgconfig' est present dans la liste presentee.
- Si le chemin est present (ce dont je doute) nous poster les messages
d'erreur
- Si il ne l'est pas, tu lis ceci
http://www.troubleshooters.com/linux/prepostpath.htm
-> /usr/lib/ipconfig
pkgconfig, évidemment...
Ci-dessous figure le log de l'installation de pkgconfig:
-> /usr/lib/ipconfig
pkgconfig, évidemment...
Ci-dessous figure le log de l'installation de pkgconfig:
-> /usr/lib/ipconfig
pkgconfig, évidemment...
Ci-dessous figure le log de l'installation de pkgconfig:
Oodini wrote:-> /usr/lib/ipconfig
pkgconfig, évidemment...Ci-dessous figure le log de l'installation de pkgconfig:
Voici plutôt le contenu de config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by glib configure 2.4.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.18-14
uname -s = Linux
uname -v = #1 Wed Sep 4 13:35:50 EDT 2002
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/lib
PATH: /root/bin
PATH: /usr/lib/pkgconfig
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1579: checking for a BSD-compatible install
configure:1634: result: /usr/bin/install -c
configure:1645: checking whether build environment is sane
configure:1688: result: yes
configure:1721: checking for gawk
configure:1737: found /bin/gawk
configure:1747: result: gawk
configure:1757: checking whether make sets $(MAKE)
configure:1777: result: yes
configure:1990: checking whether to enable maintainer-specific portions
of Makefiles
configure:1999: result: no
configure:2021: checking build system type
configure:2039: result: i686-pc-linux-gnu
configure:2047: checking host system type
configure:2061: result: i686-pc-linux-gnu
configure:2070: checking for the BeOS
configure:2080: result: no
configure:2084: checking for Win32
configure:2114: result: no
configure:2239: checking whether to enable garbage collector friendliness
configure:2251: result: no
configure:2255: checking whether to disable memory pools
configure:2258: result: no
configure:2330: checking for gcc
configure:2346: found /usr/bin/gcc
configure:2356: result: gcc
configure:2600: checking for C compiler version
configure:2603: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2606: $? = 0
configure:2608: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:2611: $? = 0
configure:2613: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2616: $? = 1
configure:2639: checking for C compiler default output file name
configure:2642: gcc conftest.c >&5
configure:2645: $? = 0
configure:2691: result: a.out
configure:2696: checking whether the C compiler works
configure:2702: ./a.out
configure:2705: $? = 0
configure:2722: result: yes
configure:2729: checking whether we are cross compiling
configure:2731: result: no
configure:2734: checking for suffix of executables
configure:2736: gcc -o conftest conftest.c >&5
configure:2739: $? = 0
configure:2764: result:
configure:2770: checking for suffix of object files
configure:2791: gcc -c conftest.c >&5
configure:2794: $? = 0
configure:2816: result: o
configure:2820: checking whether we are using the GNU C compiler
configure:2844: gcc -c conftest.c >&5
configure:2850: $? = 0
configure:2854: test -z
|| test ! -s conftest.err
configure:2857: $? = 0
configure:2860: test -s conftest.o
configure:2863: $? = 0
configure:2876: result: yes
configure:2882: checking whether gcc accepts -g
configure:2903: gcc -c -g conftest.c >&5
configure:2909: $? = 0
configure:2913: test -z
|| test ! -s conftest.err
configure:2916: $? = 0
configure:2919: test -s conftest.o
configure:2922: $? = 0
configure:2933: result: yes
configure:2950: checking for gcc option to accept ANSI C
configure:3020: gcc -c -g -O2 conftest.c >&5
configure:3026: $? = 0
configure:3030: test -z
|| test ! -s conftest.err
configure:3033: $? = 0
configure:3036: test -s conftest.o
configure:3039: $? = 0
configure:3057: result: none needed
configure:3075: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:3081: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3225: checking for style of include used by make
configure:3253: result: GNU
configure:3281: checking dependency style of gcc
configure:3364: result: gcc3
configure:3386: checking for c++
configure:3402: found /usr/bin/c++
configure:3412: result: c++
configure:3525: checking for C++ compiler version
configure:3528: c++ --version </dev/null >&5
c++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3531: $? = 0
configure:3533: c++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:3536: $? = 0
configure:3538: c++ -V </dev/null >&5
c++: argument to `-V' missing
configure:3541: $? = 1
configure:3544: checking whether we are using the GNU C++ compiler
configure:3568: c++ -c conftest.cc >&5
configure:3574: $? = 0
configure:3578: test -z
|| test ! -s conftest.err
configure:3581: $? = 0
configure:3584: test -s conftest.o
configure:3587: $? = 0
configure:3600: result: yes
configure:3606: checking whether c++ accepts -g
configure:3627: c++ -c -g conftest.cc >&5
configure:3633: $? = 0
configure:3637: test -z
|| test ! -s conftest.err
configure:3640: $? = 0
configure:3643: test -s conftest.o
configure:3646: $? = 0
configure:3657: result: yes
configure:3699: c++ -c -g -O2 conftest.cc >&5
configure:3705: $? = 0
configure:3709: test -z
|| test ! -s conftest.err
configure:3712: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3744: c++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:19: `exit' undeclared (first use this function)
conftest.cc:19: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3750: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "glib 2.4.2"
| #define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 4
| #define GLIB_MICRO_VERSION 2
| #define GLIB_INTERFACE_AGE 2
| #define GLIB_BINARY_AGE 402
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3699: c++ -c -g -O2 conftest.cc >&5
configure:3705: $? = 0
configure:3709: test -z
|| test ! -s conftest.err
configure:3712: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3744: c++ -c -g -O2 conftest.cc >&5
configure:3750: $? = 0
configure:3754: test -z
|| test ! -s conftest.err
configure:3757: $? = 0
configure:3760: test -s conftest.o
configure:3763: $? = 0
configure:3788: checking dependency style of c++
configure:3871: result: gcc3
configure:3905: c++ -c -g -O2 conftest.cc >&5
configure:3911: $? = 0
configure:3915: test -z
|| test ! -s conftest.err
configure:3918: $? = 0
configure:3921: test -s conftest.o
configure:3924: $? = 0
configure:3955: checking for gcc option to accept ANSI C
configure:4018: gcc -c -g -O2 conftest.c >&5
configure:4024: $? = 0
configure:4028: test -z
|| test ! -s conftest.err
configure:4031: $? = 0
configure:4034: test -s conftest.o
configure:4037: $? = 0
configure:4052: result: none needed
configure:4076: checking for a BSD-compatible install
configure:4131: result: /usr/bin/install -c
configure:4150: checking for special C compiler options needed for large
files
configure:4249: result: no
configure:4255: checking for _FILE_OFFSET_BITS value needed for large files
configure:4286: gcc -c -g -O2 conftest.c >&5
conftest.c:24: warning: left shift count >= width of type
conftest.c:24: warning: left shift count >= width of type
conftest.c:26: size of array `off_t_is_large' is negative
configure:4292: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "glib 2.4.2"
| #define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 4
| #define GLIB_MICRO_VERSION 2
| #define GLIB_INTERFACE_AGE 2
| #define GLIB_BINARY_AGE 402
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4339: gcc -c -g -O2 conftest.c >&5
configure:4345: $? = 0
configure:4349: test -z
|| test ! -s conftest.err
configure:4352: $? = 0
configure:4355: test -s conftest.o
configure:4358: $? = 0
configure:4370: result: 64
configure:4380: checking for _LARGE_FILES value needed for large files
configure:4411: gcc -c -g -O2 conftest.c >&5
configure:4417: $? = 0
configure:4421: test -z
|| test ! -s conftest.err
configure:4424: $? = 0
configure:4427: test -s conftest.o
configure:4430: $? = 0
configure:4495: result: no
configure:4513: checking for pkg-config
configure:4544: result: no
configure:4552: error: *** pkg-config not found. See
http://www.freedesktop.org/software/pkgconfig/
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set > ac_cv_env_CC_value > ac_cv_env_CFLAGS_set > ac_cv_env_CFLAGS_value > ac_cv_env_CPPFLAGS_set > ac_cv_env_CPPFLAGS_value > ac_cv_env_CPP_set > ac_cv_env_CPP_value > ac_cv_env_CXXCPP_set > ac_cv_env_CXXCPP_value > ac_cv_env_CXXFLAGS_set > ac_cv_env_CXXFLAGS_value > ac_cv_env_CXX_set > ac_cv_env_CXX_value > ac_cv_env_F77_set > ac_cv_env_F77_value > ac_cv_env_FFLAGS_set > ac_cv_env_FFLAGS_value > ac_cv_env_LDFLAGS_set > ac_cv_env_LDFLAGS_value > ac_cv_env_build_alias_set > ac_cv_env_build_alias_value > ac_cv_env_host_alias_set > ac_cv_env_host_alias_value > ac_cv_env_target_alias_set > ac_cv_env_target_alias_value > ac_cv_exeext > ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CXX=c++
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc > ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bitsd
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc >
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/Installations/glib-2.4.2/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/Installations/glib-2.4.2/missing --run tar'
AR=''
AUTOCONF='${SHELL} /root/Installations/glib-2.4.2/missing --run autoconf'
AUTOHEADER='${SHELL} /root/Installations/glib-2.4.2/missing --run
autoheader'
AUTOMAKE='${SHELL} /root/Installations/glib-2.4.2/missing --run
automake-1.7'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CXX='c++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DISABLE_MEM_POOLS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_GC_FRIENDLY=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
ENABLE_TIMELOOP_FALSE=''
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE=''
GIO=''
GLIBC21=''
GLIB_BINARY_AGE='402'
GLIB_DEBUG_FLAGS=''
GLIB_DEF=''
GLIB_GENMARSHAL=''
GLIB_INTERFACE_AGE='2'
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='2'
GLIB_MINOR_VERSION='4'
GLIB_VERSION='2.4.2'
GMODULE_DEF=''
GMOFILES=''
GMSGFMT=''
GOBJECT_DEF=''
GSPAWN=''
GTHREAD_COMPILE_IMPL_DEFINES=''
GTHREAD_DEF=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
G_LIBS_EXTRA=''
G_LIB_WIN32_RESOURCE=''
G_MODULE_BROKEN_RTLD_GLOBAL=''
G_MODULE_HAVE_DLERROR=''
G_MODULE_IMPL=''
G_MODULE_LDFLAGS=''
G_MODULE_LIBS=''
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE=''
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED=''
G_MODULE_WIN32_RESOURCE=''
G_OBJECT_WIN32_RESOURCE=''
G_THREAD_CFLAGS=''
G_THREAD_LIBS=''
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD=''
G_THREAD_WIN32_RESOURCE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_GOOD_PRINTF_FALSE=''
HAVE_GOOD_PRINTF_TRUE=''
HTML_DIR=''
ICONV_LIBS=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
LT_AGE='400'
LT_CURRENT='400'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.4'
LT_REVISION='2'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/Installations/glib-2.4.2/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.4.2'
PACKAGE_TARNAME='glib'
PACKAGE_VERSION='2.4.2'
PATH_SEPARATOR=':'
PERL=''
PERL_PATH=''
PKG_CONFIG='no'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
REBUILD=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TESTGMODULE_EXP=''
USE_NLS=''
VERSION='2.4.2'
XGETTEXT=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/Installations/glib-2.4.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define GLIB_BINARY_AGE 402
#define GLIB_INTERFACE_AGE 2
#define GLIB_MAJOR_VERSION 2
#define GLIB_MICRO_VERSION 2
#define GLIB_MINOR_VERSION 4
#define G_COMPILED_WITH_DEBUGGING "minimum"
#define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
#define PACKAGE_NAME "glib"
#define PACKAGE_STRING "glib 2.4.2"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.4.2"
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Oodini wrote:
-> /usr/lib/ipconfig
pkgconfig, évidemment...
Ci-dessous figure le log de l'installation de pkgconfig:
Voici plutôt le contenu de config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by glib configure 2.4.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.18-14
uname -s = Linux
uname -v = #1 Wed Sep 4 13:35:50 EDT 2002
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/lib
PATH: /root/bin
PATH: /usr/lib/pkgconfig
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1579: checking for a BSD-compatible install
configure:1634: result: /usr/bin/install -c
configure:1645: checking whether build environment is sane
configure:1688: result: yes
configure:1721: checking for gawk
configure:1737: found /bin/gawk
configure:1747: result: gawk
configure:1757: checking whether make sets $(MAKE)
configure:1777: result: yes
configure:1990: checking whether to enable maintainer-specific portions
of Makefiles
configure:1999: result: no
configure:2021: checking build system type
configure:2039: result: i686-pc-linux-gnu
configure:2047: checking host system type
configure:2061: result: i686-pc-linux-gnu
configure:2070: checking for the BeOS
configure:2080: result: no
configure:2084: checking for Win32
configure:2114: result: no
configure:2239: checking whether to enable garbage collector friendliness
configure:2251: result: no
configure:2255: checking whether to disable memory pools
configure:2258: result: no
configure:2330: checking for gcc
configure:2346: found /usr/bin/gcc
configure:2356: result: gcc
configure:2600: checking for C compiler version
configure:2603: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2606: $? = 0
configure:2608: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:2611: $? = 0
configure:2613: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2616: $? = 1
configure:2639: checking for C compiler default output file name
configure:2642: gcc conftest.c >&5
configure:2645: $? = 0
configure:2691: result: a.out
configure:2696: checking whether the C compiler works
configure:2702: ./a.out
configure:2705: $? = 0
configure:2722: result: yes
configure:2729: checking whether we are cross compiling
configure:2731: result: no
configure:2734: checking for suffix of executables
configure:2736: gcc -o conftest conftest.c >&5
configure:2739: $? = 0
configure:2764: result:
configure:2770: checking for suffix of object files
configure:2791: gcc -c conftest.c >&5
configure:2794: $? = 0
configure:2816: result: o
configure:2820: checking whether we are using the GNU C compiler
configure:2844: gcc -c conftest.c >&5
configure:2850: $? = 0
configure:2854: test -z
|| test ! -s conftest.err
configure:2857: $? = 0
configure:2860: test -s conftest.o
configure:2863: $? = 0
configure:2876: result: yes
configure:2882: checking whether gcc accepts -g
configure:2903: gcc -c -g conftest.c >&5
configure:2909: $? = 0
configure:2913: test -z
|| test ! -s conftest.err
configure:2916: $? = 0
configure:2919: test -s conftest.o
configure:2922: $? = 0
configure:2933: result: yes
configure:2950: checking for gcc option to accept ANSI C
configure:3020: gcc -c -g -O2 conftest.c >&5
configure:3026: $? = 0
configure:3030: test -z
|| test ! -s conftest.err
configure:3033: $? = 0
configure:3036: test -s conftest.o
configure:3039: $? = 0
configure:3057: result: none needed
configure:3075: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:3081: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3225: checking for style of include used by make
configure:3253: result: GNU
configure:3281: checking dependency style of gcc
configure:3364: result: gcc3
configure:3386: checking for c++
configure:3402: found /usr/bin/c++
configure:3412: result: c++
configure:3525: checking for C++ compiler version
configure:3528: c++ --version </dev/null >&5
c++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3531: $? = 0
configure:3533: c++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:3536: $? = 0
configure:3538: c++ -V </dev/null >&5
c++: argument to `-V' missing
configure:3541: $? = 1
configure:3544: checking whether we are using the GNU C++ compiler
configure:3568: c++ -c conftest.cc >&5
configure:3574: $? = 0
configure:3578: test -z
|| test ! -s conftest.err
configure:3581: $? = 0
configure:3584: test -s conftest.o
configure:3587: $? = 0
configure:3600: result: yes
configure:3606: checking whether c++ accepts -g
configure:3627: c++ -c -g conftest.cc >&5
configure:3633: $? = 0
configure:3637: test -z
|| test ! -s conftest.err
configure:3640: $? = 0
configure:3643: test -s conftest.o
configure:3646: $? = 0
configure:3657: result: yes
configure:3699: c++ -c -g -O2 conftest.cc >&5
configure:3705: $? = 0
configure:3709: test -z
|| test ! -s conftest.err
configure:3712: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3744: c++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:19: `exit' undeclared (first use this function)
conftest.cc:19: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3750: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "glib 2.4.2"
| #define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 4
| #define GLIB_MICRO_VERSION 2
| #define GLIB_INTERFACE_AGE 2
| #define GLIB_BINARY_AGE 402
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3699: c++ -c -g -O2 conftest.cc >&5
configure:3705: $? = 0
configure:3709: test -z
|| test ! -s conftest.err
configure:3712: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3744: c++ -c -g -O2 conftest.cc >&5
configure:3750: $? = 0
configure:3754: test -z
|| test ! -s conftest.err
configure:3757: $? = 0
configure:3760: test -s conftest.o
configure:3763: $? = 0
configure:3788: checking dependency style of c++
configure:3871: result: gcc3
configure:3905: c++ -c -g -O2 conftest.cc >&5
configure:3911: $? = 0
configure:3915: test -z
|| test ! -s conftest.err
configure:3918: $? = 0
configure:3921: test -s conftest.o
configure:3924: $? = 0
configure:3955: checking for gcc option to accept ANSI C
configure:4018: gcc -c -g -O2 conftest.c >&5
configure:4024: $? = 0
configure:4028: test -z
|| test ! -s conftest.err
configure:4031: $? = 0
configure:4034: test -s conftest.o
configure:4037: $? = 0
configure:4052: result: none needed
configure:4076: checking for a BSD-compatible install
configure:4131: result: /usr/bin/install -c
configure:4150: checking for special C compiler options needed for large
files
configure:4249: result: no
configure:4255: checking for _FILE_OFFSET_BITS value needed for large files
configure:4286: gcc -c -g -O2 conftest.c >&5
conftest.c:24: warning: left shift count >= width of type
conftest.c:24: warning: left shift count >= width of type
conftest.c:26: size of array `off_t_is_large' is negative
configure:4292: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "glib 2.4.2"
| #define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 4
| #define GLIB_MICRO_VERSION 2
| #define GLIB_INTERFACE_AGE 2
| #define GLIB_BINARY_AGE 402
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4339: gcc -c -g -O2 conftest.c >&5
configure:4345: $? = 0
configure:4349: test -z
|| test ! -s conftest.err
configure:4352: $? = 0
configure:4355: test -s conftest.o
configure:4358: $? = 0
configure:4370: result: 64
configure:4380: checking for _LARGE_FILES value needed for large files
configure:4411: gcc -c -g -O2 conftest.c >&5
configure:4417: $? = 0
configure:4421: test -z
|| test ! -s conftest.err
configure:4424: $? = 0
configure:4427: test -s conftest.o
configure:4430: $? = 0
configure:4495: result: no
configure:4513: checking for pkg-config
configure:4544: result: no
configure:4552: error: *** pkg-config not found. See
http://www.freedesktop.org/software/pkgconfig/
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set > ac_cv_env_CC_value > ac_cv_env_CFLAGS_set > ac_cv_env_CFLAGS_value > ac_cv_env_CPPFLAGS_set > ac_cv_env_CPPFLAGS_value > ac_cv_env_CPP_set > ac_cv_env_CPP_value > ac_cv_env_CXXCPP_set > ac_cv_env_CXXCPP_value > ac_cv_env_CXXFLAGS_set > ac_cv_env_CXXFLAGS_value > ac_cv_env_CXX_set > ac_cv_env_CXX_value > ac_cv_env_F77_set > ac_cv_env_F77_value > ac_cv_env_FFLAGS_set > ac_cv_env_FFLAGS_value > ac_cv_env_LDFLAGS_set > ac_cv_env_LDFLAGS_value > ac_cv_env_build_alias_set > ac_cv_env_build_alias_value > ac_cv_env_host_alias_set > ac_cv_env_host_alias_value > ac_cv_env_target_alias_set > ac_cv_env_target_alias_value > ac_cv_exeext > ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CXX=c++
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc > ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bitsd
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc >
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/Installations/glib-2.4.2/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/Installations/glib-2.4.2/missing --run tar'
AR=''
AUTOCONF='${SHELL} /root/Installations/glib-2.4.2/missing --run autoconf'
AUTOHEADER='${SHELL} /root/Installations/glib-2.4.2/missing --run
autoheader'
AUTOMAKE='${SHELL} /root/Installations/glib-2.4.2/missing --run
automake-1.7'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CXX='c++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DISABLE_MEM_POOLS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_GC_FRIENDLY=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
ENABLE_TIMELOOP_FALSE=''
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE=''
GIO=''
GLIBC21=''
GLIB_BINARY_AGE='402'
GLIB_DEBUG_FLAGS=''
GLIB_DEF=''
GLIB_GENMARSHAL=''
GLIB_INTERFACE_AGE='2'
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='2'
GLIB_MINOR_VERSION='4'
GLIB_VERSION='2.4.2'
GMODULE_DEF=''
GMOFILES=''
GMSGFMT=''
GOBJECT_DEF=''
GSPAWN=''
GTHREAD_COMPILE_IMPL_DEFINES=''
GTHREAD_DEF=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
G_LIBS_EXTRA=''
G_LIB_WIN32_RESOURCE=''
G_MODULE_BROKEN_RTLD_GLOBAL=''
G_MODULE_HAVE_DLERROR=''
G_MODULE_IMPL=''
G_MODULE_LDFLAGS=''
G_MODULE_LIBS=''
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE=''
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED=''
G_MODULE_WIN32_RESOURCE=''
G_OBJECT_WIN32_RESOURCE=''
G_THREAD_CFLAGS=''
G_THREAD_LIBS=''
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD=''
G_THREAD_WIN32_RESOURCE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_GOOD_PRINTF_FALSE=''
HAVE_GOOD_PRINTF_TRUE=''
HTML_DIR=''
ICONV_LIBS=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
LT_AGE='400'
LT_CURRENT='400'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.4'
LT_REVISION='2'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/Installations/glib-2.4.2/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.4.2'
PACKAGE_TARNAME='glib'
PACKAGE_VERSION='2.4.2'
PATH_SEPARATOR=':'
PERL=''
PERL_PATH=''
PKG_CONFIG='no'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
REBUILD=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TESTGMODULE_EXP=''
USE_NLS=''
VERSION='2.4.2'
XGETTEXT=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/Installations/glib-2.4.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define GLIB_BINARY_AGE 402
#define GLIB_INTERFACE_AGE 2
#define GLIB_MAJOR_VERSION 2
#define GLIB_MICRO_VERSION 2
#define GLIB_MINOR_VERSION 4
#define G_COMPILED_WITH_DEBUGGING "minimum"
#define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
#define PACKAGE_NAME "glib"
#define PACKAGE_STRING "glib 2.4.2"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.4.2"
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Oodini wrote:-> /usr/lib/ipconfig
pkgconfig, évidemment...Ci-dessous figure le log de l'installation de pkgconfig:
Voici plutôt le contenu de config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by glib configure 2.4.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.18-14
uname -s = Linux
uname -v = #1 Wed Sep 4 13:35:50 EDT 2002
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/lib
PATH: /root/bin
PATH: /usr/lib/pkgconfig
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1579: checking for a BSD-compatible install
configure:1634: result: /usr/bin/install -c
configure:1645: checking whether build environment is sane
configure:1688: result: yes
configure:1721: checking for gawk
configure:1737: found /bin/gawk
configure:1747: result: gawk
configure:1757: checking whether make sets $(MAKE)
configure:1777: result: yes
configure:1990: checking whether to enable maintainer-specific portions
of Makefiles
configure:1999: result: no
configure:2021: checking build system type
configure:2039: result: i686-pc-linux-gnu
configure:2047: checking host system type
configure:2061: result: i686-pc-linux-gnu
configure:2070: checking for the BeOS
configure:2080: result: no
configure:2084: checking for Win32
configure:2114: result: no
configure:2239: checking whether to enable garbage collector friendliness
configure:2251: result: no
configure:2255: checking whether to disable memory pools
configure:2258: result: no
configure:2330: checking for gcc
configure:2346: found /usr/bin/gcc
configure:2356: result: gcc
configure:2600: checking for C compiler version
configure:2603: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2606: $? = 0
configure:2608: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:2611: $? = 0
configure:2613: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2616: $? = 1
configure:2639: checking for C compiler default output file name
configure:2642: gcc conftest.c >&5
configure:2645: $? = 0
configure:2691: result: a.out
configure:2696: checking whether the C compiler works
configure:2702: ./a.out
configure:2705: $? = 0
configure:2722: result: yes
configure:2729: checking whether we are cross compiling
configure:2731: result: no
configure:2734: checking for suffix of executables
configure:2736: gcc -o conftest conftest.c >&5
configure:2739: $? = 0
configure:2764: result:
configure:2770: checking for suffix of object files
configure:2791: gcc -c conftest.c >&5
configure:2794: $? = 0
configure:2816: result: o
configure:2820: checking whether we are using the GNU C compiler
configure:2844: gcc -c conftest.c >&5
configure:2850: $? = 0
configure:2854: test -z
|| test ! -s conftest.err
configure:2857: $? = 0
configure:2860: test -s conftest.o
configure:2863: $? = 0
configure:2876: result: yes
configure:2882: checking whether gcc accepts -g
configure:2903: gcc -c -g conftest.c >&5
configure:2909: $? = 0
configure:2913: test -z
|| test ! -s conftest.err
configure:2916: $? = 0
configure:2919: test -s conftest.o
configure:2922: $? = 0
configure:2933: result: yes
configure:2950: checking for gcc option to accept ANSI C
configure:3020: gcc -c -g -O2 conftest.c >&5
configure:3026: $? = 0
configure:3030: test -z
|| test ! -s conftest.err
configure:3033: $? = 0
configure:3036: test -s conftest.o
configure:3039: $? = 0
configure:3057: result: none needed
configure:3075: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:3081: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3225: checking for style of include used by make
configure:3253: result: GNU
configure:3281: checking dependency style of gcc
configure:3364: result: gcc3
configure:3386: checking for c++
configure:3402: found /usr/bin/c++
configure:3412: result: c++
configure:3525: checking for C++ compiler version
configure:3528: c++ --version </dev/null >&5
c++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3531: $? = 0
configure:3533: c++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:3536: $? = 0
configure:3538: c++ -V </dev/null >&5
c++: argument to `-V' missing
configure:3541: $? = 1
configure:3544: checking whether we are using the GNU C++ compiler
configure:3568: c++ -c conftest.cc >&5
configure:3574: $? = 0
configure:3578: test -z
|| test ! -s conftest.err
configure:3581: $? = 0
configure:3584: test -s conftest.o
configure:3587: $? = 0
configure:3600: result: yes
configure:3606: checking whether c++ accepts -g
configure:3627: c++ -c -g conftest.cc >&5
configure:3633: $? = 0
configure:3637: test -z
|| test ! -s conftest.err
configure:3640: $? = 0
configure:3643: test -s conftest.o
configure:3646: $? = 0
configure:3657: result: yes
configure:3699: c++ -c -g -O2 conftest.cc >&5
configure:3705: $? = 0
configure:3709: test -z
|| test ! -s conftest.err
configure:3712: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3744: c++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:19: `exit' undeclared (first use this function)
conftest.cc:19: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3750: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "glib 2.4.2"
| #define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 4
| #define GLIB_MICRO_VERSION 2
| #define GLIB_INTERFACE_AGE 2
| #define GLIB_BINARY_AGE 402
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3699: c++ -c -g -O2 conftest.cc >&5
configure:3705: $? = 0
configure:3709: test -z
|| test ! -s conftest.err
configure:3712: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3744: c++ -c -g -O2 conftest.cc >&5
configure:3750: $? = 0
configure:3754: test -z
|| test ! -s conftest.err
configure:3757: $? = 0
configure:3760: test -s conftest.o
configure:3763: $? = 0
configure:3788: checking dependency style of c++
configure:3871: result: gcc3
configure:3905: c++ -c -g -O2 conftest.cc >&5
configure:3911: $? = 0
configure:3915: test -z
|| test ! -s conftest.err
configure:3918: $? = 0
configure:3921: test -s conftest.o
configure:3924: $? = 0
configure:3955: checking for gcc option to accept ANSI C
configure:4018: gcc -c -g -O2 conftest.c >&5
configure:4024: $? = 0
configure:4028: test -z
|| test ! -s conftest.err
configure:4031: $? = 0
configure:4034: test -s conftest.o
configure:4037: $? = 0
configure:4052: result: none needed
configure:4076: checking for a BSD-compatible install
configure:4131: result: /usr/bin/install -c
configure:4150: checking for special C compiler options needed for large
files
configure:4249: result: no
configure:4255: checking for _FILE_OFFSET_BITS value needed for large files
configure:4286: gcc -c -g -O2 conftest.c >&5
conftest.c:24: warning: left shift count >= width of type
conftest.c:24: warning: left shift count >= width of type
conftest.c:26: size of array `off_t_is_large' is negative
configure:4292: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "glib 2.4.2"
| #define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 4
| #define GLIB_MICRO_VERSION 2
| #define GLIB_INTERFACE_AGE 2
| #define GLIB_BINARY_AGE 402
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4339: gcc -c -g -O2 conftest.c >&5
configure:4345: $? = 0
configure:4349: test -z
|| test ! -s conftest.err
configure:4352: $? = 0
configure:4355: test -s conftest.o
configure:4358: $? = 0
configure:4370: result: 64
configure:4380: checking for _LARGE_FILES value needed for large files
configure:4411: gcc -c -g -O2 conftest.c >&5
configure:4417: $? = 0
configure:4421: test -z
|| test ! -s conftest.err
configure:4424: $? = 0
configure:4427: test -s conftest.o
configure:4430: $? = 0
configure:4495: result: no
configure:4513: checking for pkg-config
configure:4544: result: no
configure:4552: error: *** pkg-config not found. See
http://www.freedesktop.org/software/pkgconfig/
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set > ac_cv_env_CC_value > ac_cv_env_CFLAGS_set > ac_cv_env_CFLAGS_value > ac_cv_env_CPPFLAGS_set > ac_cv_env_CPPFLAGS_value > ac_cv_env_CPP_set > ac_cv_env_CPP_value > ac_cv_env_CXXCPP_set > ac_cv_env_CXXCPP_value > ac_cv_env_CXXFLAGS_set > ac_cv_env_CXXFLAGS_value > ac_cv_env_CXX_set > ac_cv_env_CXX_value > ac_cv_env_F77_set > ac_cv_env_F77_value > ac_cv_env_FFLAGS_set > ac_cv_env_FFLAGS_value > ac_cv_env_LDFLAGS_set > ac_cv_env_LDFLAGS_value > ac_cv_env_build_alias_set > ac_cv_env_build_alias_value > ac_cv_env_host_alias_set > ac_cv_env_host_alias_value > ac_cv_env_target_alias_set > ac_cv_env_target_alias_value > ac_cv_exeext > ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CXX=c++
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc > ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bitsd
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc >
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/Installations/glib-2.4.2/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/Installations/glib-2.4.2/missing --run tar'
AR=''
AUTOCONF='${SHELL} /root/Installations/glib-2.4.2/missing --run autoconf'
AUTOHEADER='${SHELL} /root/Installations/glib-2.4.2/missing --run
autoheader'
AUTOMAKE='${SHELL} /root/Installations/glib-2.4.2/missing --run
automake-1.7'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CXX='c++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DISABLE_MEM_POOLS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_GC_FRIENDLY=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
ENABLE_TIMELOOP_FALSE=''
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE=''
GIO=''
GLIBC21=''
GLIB_BINARY_AGE='402'
GLIB_DEBUG_FLAGS=''
GLIB_DEF=''
GLIB_GENMARSHAL=''
GLIB_INTERFACE_AGE='2'
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='2'
GLIB_MINOR_VERSION='4'
GLIB_VERSION='2.4.2'
GMODULE_DEF=''
GMOFILES=''
GMSGFMT=''
GOBJECT_DEF=''
GSPAWN=''
GTHREAD_COMPILE_IMPL_DEFINES=''
GTHREAD_DEF=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
G_LIBS_EXTRA=''
G_LIB_WIN32_RESOURCE=''
G_MODULE_BROKEN_RTLD_GLOBAL=''
G_MODULE_HAVE_DLERROR=''
G_MODULE_IMPL=''
G_MODULE_LDFLAGS=''
G_MODULE_LIBS=''
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE=''
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED=''
G_MODULE_WIN32_RESOURCE=''
G_OBJECT_WIN32_RESOURCE=''
G_THREAD_CFLAGS=''
G_THREAD_LIBS=''
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD=''
G_THREAD_WIN32_RESOURCE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_GOOD_PRINTF_FALSE=''
HAVE_GOOD_PRINTF_TRUE=''
HTML_DIR=''
ICONV_LIBS=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
LT_AGE='400'
LT_CURRENT='400'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.4'
LT_REVISION='2'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/Installations/glib-2.4.2/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.4.2'
PACKAGE_TARNAME='glib'
PACKAGE_VERSION='2.4.2'
PATH_SEPARATOR=':'
PERL=''
PERL_PATH=''
PKG_CONFIG='no'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
REBUILD=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TESTGMODULE_EXP=''
USE_NLS=''
VERSION='2.4.2'
XGETTEXT=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/Installations/glib-2.4.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define GLIB_BINARY_AGE 402
#define GLIB_INTERFACE_AGE 2
#define GLIB_MAJOR_VERSION 2
#define GLIB_MICRO_VERSION 2
#define GLIB_MINOR_VERSION 4
#define G_COMPILED_WITH_DEBUGGING "minimum"
#define PACKAGE_BUGREPORT
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
#define PACKAGE_NAME "glib"
#define PACKAGE_STRING "glib 2.4.2"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.4.2"
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Une régle lorsque l'on compile gnome et autre:
./configure --prefix=/usr --sysconfdir=/etc --localestatedir=/var
Sinon sa marche pas bien ! par defaut c'est /usr/local, mais le configure
recherche toujours dans /usr .
Une régle lorsque l'on compile gnome et autre:
./configure --prefix=/usr --sysconfdir=/etc --localestatedir=/var
Sinon sa marche pas bien ! par defaut c'est /usr/local, mais le configure
recherche toujours dans /usr .
Une régle lorsque l'on compile gnome et autre:
./configure --prefix=/usr --sysconfdir=/etc --localestatedir=/var
Sinon sa marche pas bien ! par defaut c'est /usr/local, mais le configure
recherche toujours dans /usr .
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
pascal wrote:Une régle lorsque l'on compile gnome et autre:
./configure --prefix=/usr --sysconfdir=/etc --localestatedir=/var
Sinon sa marche pas bien ! par defaut c'est /usr/local, mais le configure
recherche toujours dans /usr .
Evite de citer tois mille ligne pour en ecrire une, cela fait partie des
regles d'usage il me semble ...
Désolé, j'ai pas fait gaffe...
Le --prefix n'indique en rien l'endroit ou il doit _chercher_ quoi que
ce soit.
Non, ce n'est pas rechercher, c'est installer les programmes là ou il
Le --prefix la destination du binaire resultant.
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
pascal wrote:
Une régle lorsque l'on compile gnome et autre:
./configure --prefix=/usr --sysconfdir=/etc --localestatedir=/var
Sinon sa marche pas bien ! par defaut c'est /usr/local, mais le configure
recherche toujours dans /usr .
Evite de citer tois mille ligne pour en ecrire une, cela fait partie des
regles d'usage il me semble ...
Désolé, j'ai pas fait gaffe...
Le --prefix n'indique en rien l'endroit ou il doit _chercher_ quoi que
ce soit.
Non, ce n'est pas rechercher, c'est installer les programmes là ou il
Le --prefix la destination du binaire resultant.
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
pascal wrote:Une régle lorsque l'on compile gnome et autre:
./configure --prefix=/usr --sysconfdir=/etc --localestatedir=/var
Sinon sa marche pas bien ! par defaut c'est /usr/local, mais le configure
recherche toujours dans /usr .
Evite de citer tois mille ligne pour en ecrire une, cela fait partie des
regles d'usage il me semble ...
Désolé, j'ai pas fait gaffe...
Le --prefix n'indique en rien l'endroit ou il doit _chercher_ quoi que
ce soit.
Non, ce n'est pas rechercher, c'est installer les programmes là ou il
Le --prefix la destination du binaire resultant.
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
Rakotomandimby Mihamina wrote:Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
echo $LD_LIBRARY_PATH
ne donne absolument rien.
Est-il supposé être dans /etc/profile, ou /root/.bash_profile ?
Parce qu'il n'est dans aucun des deux...
pkg-config est un utilitaire qui permet de connaitre les paramétres de
Rakotomandimby Mihamina wrote:
Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
echo $LD_LIBRARY_PATH
ne donne absolument rien.
Est-il supposé être dans /etc/profile, ou /root/.bash_profile ?
Parce qu'il n'est dans aucun des deux...
pkg-config est un utilitaire qui permet de connaitre les paramétres de
Rakotomandimby Mihamina wrote:Pour en revenir a nos moutons, ce n'est donc pas dans PATH mais dans
LD_LIBRARY_PATH que se passeraient les choses .
Quels repertoires sont listés dans LD_LIBRARY_PATH ?
echo $LD_LIBRARY_PATH
ne donne absolument rien.
Est-il supposé être dans /etc/profile, ou /root/.bash_profile ?
Parce qu'il n'est dans aucun des deux...
pkg-config est un utilitaire qui permet de connaitre les paramétres de
echo $LD_LIBRARY_PATH
ne donne absolument rien.
Est-il supposé être dans /etc/profile, ou /root/.bash_profile ?
Parce qu'il n'est dans aucun des deux...
pkg-config est un utilitaire qui permet de connaitre les paramétres de
compilation d'une librairie.
un 'which pkg-config' doit indiquer '/usr/bin/pkg-config'
echo $LD_LIBRARY_PATH
ne donne absolument rien.
Est-il supposé être dans /etc/profile, ou /root/.bash_profile ?
Parce qu'il n'est dans aucun des deux...
pkg-config est un utilitaire qui permet de connaitre les paramétres de
compilation d'une librairie.
un 'which pkg-config' doit indiquer '/usr/bin/pkg-config'
echo $LD_LIBRARY_PATH
ne donne absolument rien.
Est-il supposé être dans /etc/profile, ou /root/.bash_profile ?
Parce qu'il n'est dans aucun des deux...
pkg-config est un utilitaire qui permet de connaitre les paramétres de
compilation d'une librairie.
un 'which pkg-config' doit indiquer '/usr/bin/pkg-config'
pascal wrote:
pkg-config est un utilitaire qui permet de connaitre les paramétres de
compilation d'une librairie.
un 'which pkg-config' doit indiquer '/usr/bin/pkg-config'
Chez moi, ça donne:
/usr/bin/which: no pkg-config in
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/lib:/root/bin:/usr/lib/pkgconfig)
pascal wrote:
pkg-config est un utilitaire qui permet de connaitre les paramétres de
compilation d'une librairie.
un 'which pkg-config' doit indiquer '/usr/bin/pkg-config'
Chez moi, ça donne:
/usr/bin/which: no pkg-config in
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/lib:/root/bin:/usr/lib/pkgconfig)
pascal wrote:
pkg-config est un utilitaire qui permet de connaitre les paramétres de
compilation d'une librairie.
un 'which pkg-config' doit indiquer '/usr/bin/pkg-config'
Chez moi, ça donne:
/usr/bin/which: no pkg-config in
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/lib:/root/bin:/usr/lib/pkgconfig)