Hello, Who can help?
About 2 weeks ago I downloaded the source of mysql-administrator-1.0.4_beta and since then I am fighting with it. I can not compile it on SuSE linux 9.1 (32 bit). The reported problem from ./configure is that it can not find the package "gdk-2.0.pc". This complaint is not shown in config.log, it appeared on the console. Also the output is complaining about libxml2 being <2.6.2. This is not true, libxml2 is version 2.6.7, checked with rpm -qi libxml2. Here is config.log: ======= start ========== This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --enable-maintainer-mode ## --------- ## ## Platform. ## ## --------- ## hostname = lxp2 uname -m = i686 uname -r = 2.6.4-52-default uname -s = Linux uname -v = #1 Wed Apr 7 02:08:30 UTC 2004 /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: /home/lxuser/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /opt/kde3/bin PATH: /usr/lib/java/jre/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1356: checking for a BSD-compatible install configure:1411: result: /usr/bin/install -c configure:1422: checking whether build environment is sane configure:1465: result: yes configure:1522: checking for gawk configure:1538: found /usr/bin/gawk configure:1548: result: gawk configure:1558: checking whether make sets $(MAKE) configure:1582: result: no configure:1749: checking build system type configure:1767: result: i686-pc-linux-gnu configure:1775: checking host system type configure:1789: result: i686-pc-linux-gnu configure:1843: checking for gcc configure:1859: found /usr/bin/gcc configure:1869: result: gcc configure:2113: checking for C compiler version configure:2116: gcc --version </dev/null >&5 gcc (GCC) 3.3.3 (SuSE Linux) Copyright (C) 2003 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:2119: $? = 0 configure:2121: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.3 (SuSE Linux) configure:2124: $? = 0 configure:2126: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2129: $? = 1 configure:2152: checking for C compiler default output file name configure:2155: gcc conftest.c >&5 configure:2158: $? = 0 configure:2204: result: a.out configure:2209: checking whether the C compiler works configure:2215: ./a.out configure:2218: $? = 0 configure:2235: result: yes configure:2242: checking whether we are cross compiling configure:2244: result: no configure:2247: checking for suffix of executables configure:2249: gcc -o conftest conftest.c >&5 configure:2252: $? = 0 configure:2277: result: configure:2283: checking for suffix of object files configure:2304: gcc -c conftest.c >&5 configure:2307: $? = 0 configure:2329: result: o configure:2333: checking whether we are using the GNU C compiler configure:2357: gcc -c conftest.c >&5 configure:2363: $? = 0 configure:2367: test -z || test ! -s conftest.err configure:2370: $? = 0 configure:2373: test -s conftest.o configure:2376: $? = 0 configure:2389: result: yes configure:2395: checking whether gcc accepts -g configure:2416: gcc -c -g conftest.c >&5 configure:2422: $? = 0 configure:2426: test -z || test ! -s conftest.err configure:2429: $? = 0 configure:2432: test -s conftest.o configure:2435: $? = 0 configure:2446: result: yes configure:2463: checking for gcc option to accept ANSI C configure:2533: gcc -c -g -O2 conftest.c >&5 configure:2539: $? = 0 configure:2543: test -z || test ! -s conftest.err configure:2546: $? = 0 configure:2549: test -s conftest.o configure:2552: $? = 0 configure:2570: result: none needed configure:2588: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2594: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2738: checking for style of include used by make configure:2766: result: none configure:2794: checking dependency style of gcc configure:2879: result: none configure:2948: checking for g++ configure:2964: found /usr/bin/g++ configure:2974: result: g++ configure:2990: checking for C++ compiler version configure:2993: g++ --version </dev/null >&5 g++ (GCC) 3.3.3 (SuSE Linux) Copyright (C) 2003 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:2996: $? = 0 configure:2998: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.3 (SuSE Linux) configure:3001: $? = 0 configure:3003: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:3006: $? = 1 configure:3009: checking whether we are using the GNU C++ compiler configure:3033: g++ -c conftest.cc >&5 configure:3039: $? = 0 configure:3043: test -z || test ! -s conftest.err configure:3046: $? = 0 configure:3049: test -s conftest.o configure:3052: $? = 0 configure:3065: result: yes configure:3071: checking whether g++ accepts -g configure:3092: g++ -c -g conftest.cc >&5 configure:3098: $? = 0 configure:3102: test -z || test ! -s conftest.err configure:3105: $? = 0 configure:3108: test -s conftest.o configure:3111: $? = 0 configure:3122: result: yes configure:3164: g++ -c -g -O2 conftest.cc >&5 configure:3170: $? = 0 configure:3174: test -z || test ! -s conftest.err configure:3177: $? = 0 configure:3180: test -s conftest.o configure:3183: $? = 0 configure:3209: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:15: error: `exit' undeclared (first use this function) conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:3215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mysql-gui-common" | #define VERSION "0.5.0" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3164: g++ -c -g -O2 conftest.cc >&5 configure:3170: $? = 0 configure:3174: test -z || test ! -s conftest.err configure:3177: $? = 0 configure:3180: test -s conftest.o configure:3183: $? = 0 configure:3209: g++ -c -g -O2 conftest.cc >&5 configure:3215: $? = 0 configure:3219: test -z || test ! -s conftest.err configure:3222: $? = 0 configure:3225: test -s conftest.o configure:3228: $? = 0 configure:3253: checking dependency style of g++ configure:3338: result: none configure:3396: checking for ranlib configure:3412: found /usr/bin/ranlib configure:3423: result: ranlib configure:3455: checking how to run the C preprocessor configure:3490: gcc -E conftest.c configure:3496: $? = 0 configure:3528: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mysql-gui-common" | #define VERSION "0.5.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3573: result: gcc -E configure:3597: gcc -E conftest.c configure:3603: $? = 0 configure:3635: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3641: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mysql-gui-common" | #define VERSION "0.5.0" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3685: checking for egrep configure:3695: result: grep -E configure:3700: checking for ANSI C header files configure:3725: gcc -c -g -O2 conftest.c >&5 configure:3731: $? = 0 configure:3735: test -z || test ! -s conftest.err configure:3738: $? = 0 configure:3741: test -s conftest.o configure:3744: $? = 0 configure:3830: gcc -o conftest -g -O2 conftest.c >&5 configure:3833: $? = 0 configure:3835: ./conftest configure:3838: $? = 0 configure:3853: result: yes configure:3877: checking for sys/types.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for sys/stat.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for stdlib.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for string.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for memory.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for strings.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for inttypes.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for stdint.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3877: checking for unistd.h configure:3893: gcc -c -g -O2 conftest.c >&5 configure:3899: $? = 0 configure:3903: test -z || test ! -s conftest.err configure:3906: $? = 0 configure:3909: test -s conftest.o configure:3912: $? = 0 configure:3923: result: yes configure:3950: checking locale.h usability configure:3962: gcc -c -g -O2 conftest.c >&5 configure:3968: $? = 0 configure:3972: test -z || test ! -s conftest.err configure:3975: $? = 0 configure:3978: test -s conftest.o configure:3981: $? = 0 configure:3991: result: yes configure:3995: checking locale.h presence configure:4005: gcc -E conftest.c configure:4011: $? = 0 configure:4031: result: yes configure:4066: checking for locale.h configure:4073: result: yes configure:4087: checking for LC_MESSAGES configure:4108: gcc -o conftest -g -O2 conftest.c >&5 configure:4114: $? = 0 configure:4118: test -z || test ! -s conftest.err configure:4121: $? = 0 configure:4124: test -s conftest configure:4127: $? = 0 configure:4139: result: yes configure:4168: checking libintl.h usability configure:4180: gcc -c -g -O2 conftest.c >&5 configure:4186: $? = 0 configure:4190: test -z || test ! -s conftest.err configure:4193: $? = 0 configure:4196: test -s conftest.o configure:4199: $? = 0 configure:4209: result: yes configure:4213: checking libintl.h presence configure:4223: gcc -E conftest.c configure:4229: $? = 0 configure:4249: result: yes configure:4284: checking for libintl.h configure:4291: result: yes configure:4302: checking for dgettext in libc configure:4325: gcc -o conftest -g -O2 conftest.c >&5 configure:4331: $? = 0 configure:4335: test -z || test ! -s conftest.err configure:4338: $? = 0 configure:4341: test -s conftest configure:4344: $? = 0 configure:4357: result: yes configure:4365: checking for bind_textdomain_codeset configure:4422: gcc -o conftest -g -O2 conftest.c >&5 configure:4428: $? = 0 configure:4432: test -z || test ! -s conftest.err configure:4435: $? = 0 configure:4438: test -s conftest configure:4441: $? = 0 configure:4453: result: yes configure:4825: checking for msgfmt configure:4855: result: no configure:5305: checking for pkg-config configure:5323: found /usr/bin/pkg-config configure:5336: result: /usr/bin/pkg-config configure:5353: checking for libxml-2.0 >= 2.6.2 glib-2.0 configure:5357: result: yes configure:5361: checking GLIB_CFLAGS configure:5364: result: -I/usr/include/libxml2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include configure:5367: checking GLIB_LIBS configure:5370: result: -L/opt/gnome/lib -lxml2 -lpthread -lz -lm -lglib-2.0 configure:5456: checking for libxml-2.0 >= 2.6.2 gtkmm-2.0 libglade-2.0 configure:5507: error: Library requirements (libxml-2.0 >= 2.6.2 gtkmm-2.0 libglade-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ## ---------------- ## ## 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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_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_func_bind_textdomain_codeset=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_MSGFMT=no ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=no am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_have_gettext=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/missing --run aclocal-1.8' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/missing --run tar' AUTOCONF='${SHELL} /home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/missing --run autoconf' AUTOHEADER='${SHELL} /home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/missing --run autoheader' AUTOMAKE='${SHELL} /home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/missing --run automake-1.8' AWK='gawk' CATALOGS='' CATOBJEXT='NONE' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXDEPMODE='depmode=none' CXXFLAGS='-g -O2' CYGPATH_W='echo' DATADIRNAME='' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GLIB_CFLAGS='-I/usr/include/libxml2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include ' GLIB_LIBS='-L/opt/gnome/lib -lxml2 -lpthread -lz -lm -lglib-2.0 ' GMOFILES='' GMSGFMT='' GNOME_CFLAGS='' GNOME_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='' INTLLIBS='' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/missing --run makeinfo' MSGFMT='no' MYSQL_INCLUDE='' OBJEXT='o' PACKAGE='mysql-gui-common' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PCRE_CFLAGS='' PCRE_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' POFILES='' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SET_MAKE='MAKE=make' SHELL='/bin/sh' STRIP='' USE_NLS='yes' VERSION='0.5.0' XGETTEXT=':' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__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='/home/lxuser/mysql-administrator-1.0.4_beta/mysql-gui-common/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p -- .' mydatadir='$(datadir)/mysql-gui/common' 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 HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "mysql-gui-common" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.5.0" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 ============ end of config.log ============= This is the contents of dir /usr/lib/pkgconfig: drwxr-xr-x 2 root root 424 2004-06-16 13:18 ./ drwxr-xr-x 66 root root 25264 2004-06-16 14:33 ../ -rw-r--r-- 1 root root 202 2004-04-06 03:08 audiofile.pc -rw-r--r-- 1 root root 338 2004-04-06 22:06 directfb-internal.pc -rw-r--r-- 1 root root 283 2004-04-06 22:06 directfb.pc -rw-r--r-- 1 root root 226 2004-04-06 03:37 fontconfig.pc -rw-r--r-- 1 root root 247 2004-04-06 03:08 freetype2.pc -rw-r--r-- 1 root root 341 2004-04-06 04:44 gnokii.pc -rw-r--r-- 1 root root 225 2004-04-06 22:02 libdv.pc -rw-r--r-- 1 root root 231 2004-04-06 03:07 libexif.pc -rw-r--r-- 1 root root 311 2004-04-07 15:42 libgphoto2.pc -rw-r--r-- 1 root root 259 2004-04-06 03:32 libxml-2.0.pc -r--r--r-- 1 root root 456 2004-04-06 04:08 xcursor.pc -r--r--r-- 1 root root 468 2004-04-06 04:08 xft.pc Does anyone know where I can get that version of gdk-2.0.pc? I had problems with pkgconfig before on SuSE (8.0) , i.e. when trying to compile the html editor bluefish. Thanks. Andre **************************************************************************************** Note: The information contained in this message may be privileged and confidential and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. **************************************************************************************** -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]