Why can't -lxml2 ?
This library i have!
========================================================
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mbuni configure 0.96, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/usr/local i386-portbld-freebsd5.3
## --------- ##
## Platform. ##
## --------- ##
hostname = andr.sms-tv.ru
uname -m = i386
uname -r = 5.3-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 5.3-RELEASE #9: Fri Mar 4 17:52:13 MSK 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DEVIL
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1361: checking for a BSD-compatible install
configure:1416: result: /usr/bin/install -c -o root -g wheel
configure:1427: checking whether build environment is sane
configure:1470: result: yes
configure:1535: checking for gawk
configure:1564: result: no
configure:1535: checking for mawk
configure:1564: result: no
configure:1535: checking for nawk
configure:1551: found /usr/bin/nawk
configure:1561: result: nawk
configure:1571: checking whether make sets $(MAKE)
configure:1591: result: yes
configure:1772: checking for i386-portbld-freebsd5.3-gcc
configure:1798: result: cc
configure:2080: checking for C compiler version
configure:2083: cc --version </dev/null >&5
cc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 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:2086: $? = 0
configure:2088: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:2091: $? = 0
configure:2093: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:2096: $? = 1
configure:2119: checking for C compiler default output file name
configure:2122: cc -O -pipe conftest.c >&5
configure:2125: $? = 0
configure:2171: result: a.out
configure:2176: checking whether the C compiler works
configure:2182: ./a.out
configure:2185: $? = 0
configure:2202: result: yes
configure:2209: checking whether we are cross compiling
configure:2211: result: no
configure:2214: checking for suffix of executables
configure:2216: cc -o conftest -O -pipe conftest.c >&5
configure:2219: $? = 0
configure:2244: result:
configure:2250: checking for suffix of object files
configure:2271: cc -c -O -pipe conftest.c >&5
configure:2274: $? = 0
configure:2296: result: o
configure:2300: checking whether we are using the GNU C compiler
configure:2324: cc -c -O -pipe conftest.c >&5
configure:2330: $? = 0
configure:2334: test -z
|| test ! -s conftest.err
configure:2337: $? = 0
configure:2340: test -s conftest.o
configure:2343: $? = 0
configure:2356: result: yes
configure:2362: checking whether cc accepts -g
configure:2383: cc -c -g conftest.c >&5
configure:2389: $? = 0
configure:2393: test -z
|| test ! -s conftest.err
configure:2396: $? = 0
configure:2399: test -s conftest.o
configure:2402: $? = 0
configure:2413: result: yes
configure:2430: checking for cc option to accept ANSI C
configure:2500: cc -c -O -pipe conftest.c >&5
configure:2506: $? = 0
configure:2510: test -z
|| test ! -s conftest.err
configure:2513: $? = 0
configure:2516: test -s conftest.o
configure:2519: $? = 0
configure:2537: result: none needed
configure:2555: cc -c -O -pipe conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2561: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2705: checking for style of include used by make
configure:2733: result: GNU
configure:2761: checking dependency style of cc
configure:2851: result: gcc3
configure:2871: checking for i386-portbld-freebsd5.3-ranlib
configure:2900: result: no
configure:2909: checking for ranlib
configure:2925: found /usr/bin/ranlib
configure:2936: result: ranlib
configure:2955: checking for dlsym in -ldl
configure:2985: cc -o conftest -O -pipe conftest.c -ldl >&5
/usr/bin/ld: cannot find -ldl
configure:2991: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mbuni"
| #define PACKAGE_TARNAME "mbuni"
| #define PACKAGE_VERSION "0.96"
| #define PACKAGE_STRING "mbuni 0.96"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "mbuni"
| #define VERSION "0.96"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dlsym ();
| int
| main ()
| {
| dlsym ();
| ;
| return 0;
| }
configure:3017: result: no
configure:3029: checking for libiconv in -liconv
configure:3059: cc -o conftest -O -pipe conftest.c -liconv >&5
/usr/bin/ld: cannot find -liconv
configure:3065: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mbuni"
| #define PACKAGE_TARNAME "mbuni"
| #define PACKAGE_VERSION "0.96"
| #define PACKAGE_STRING "mbuni 0.96"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "mbuni"
| #define VERSION "0.96"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char libiconv ();
| int
| main ()
| {
| libiconv ();
| ;
| return 0;
| }
configure:3091: result: no
configure:3101: checking for pthread_create in -lpthread
configure:3131: cc -o conftest -O -pipe conftest.c -lpthread >&5
configure:3137: $? = 0
configure:3141: test -z
|| test ! -s conftest.err
configure:3144: $? = 0
configure:3147: test -s conftest
configure:3150: $? = 0
configure:3163: result: yes
configure:3178: checking for xmlStrcasecmp in -lxml2
configure:3208: cc -o conftest -O -pipe conftest.c -lxml2 -lpthread >&5
/usr/bin/ld: cannot find -lxml2
configure:3214: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mbuni"
| #define PACKAGE_TARNAME "mbuni"
| #define PACKAGE_VERSION "0.96"
| #define PACKAGE_STRING "mbuni 0.96"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "mbuni"
| #define VERSION "0.96"
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char xmlStrcasecmp ();
| int
| main ()
| {
| xmlStrcasecmp ();
| ;
| return 0;
| }
configure:3240: result: no
configure:3250: error: LibXML2 is required
## ---------------- ##
## Cache variables. ##
## ---------------- ##
am_cv_CC_dependencies_compiler_type=gcc3
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_host_alias_set=set
ac_cv_prog_CC=cc
ac_cv_env_build_alias_set=set
ac_cv_lib_xml2_xmlStrcasecmp=no
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=set
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
ac_cv_prog_make_make_set=yes
ac_cv_lib_dl_dlsym=no
ac_cv_env_CPPFLAGS_value=
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_env_host_alias_value=i386-portbld-freebsd5.3
ac_cv_lib_pthread_pthread_create=yes
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd5.3
ac_cv_env_target_alias_value=i386-portbld-freebsd5.3
ac_cv_env_CC_value=cc
ac_cv_env_CPP_set=
ac_cv_lib_iconv_libiconv=no
ac_cv_objext=o
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/ports/www/mbuni/work/mbuni-0.9.7/missing --run
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/www/mbuni/work/mbuni-0.9.7/missing --run tar'
AUTOCONF='${SHELL} /usr/ports/www/mbuni/work/mbuni-0.9.7/missing --run
autoconf'
AUTOHEADER='${SHELL} /usr/ports/www/mbuni/work/mbuni-0.9.7/missing --run
autoheader'
AUTOMAKE='${SHELL} /usr/ports/www/mbuni/work/mbuni-0.9.7/missing --run
automake-1.9'
AWK='nawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O -pipe '
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXE_EXT=''
GW_CONFIG=''
INSTALL_DATA='install -o root -g wheel -m 444'
INSTALL_PROGRAM='install -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install -o root -g wheel -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lpthread '
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/ports/www/mbuni/work/mbuni-0.9.7/missing --run
makeinfo'
OBJEXT='o'
PACKAGE='mbuni'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='mbuni'
PACKAGE_STRING='mbuni 0.96'
PACKAGE_TARNAME='mbuni'
PACKAGE_VERSION='0.96'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.96'
ac_ct_CC=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias='i386-portbld-freebsd5.3'
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias='i386-portbld-freebsd5.3'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/ports/www/mbuni/work/mbuni-0.9.7/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(install_sh) -d'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='i386-portbld-freebsd5.3'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_LIBPTHREAD 1
#define PACKAGE "mbuni"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_NAME "mbuni"
#define PACKAGE_STRING "mbuni 0.96"
#define PACKAGE_TARNAME "mbuni"
#define PACKAGE_VERSION "0.96"
#define VERSION "0.96"
configure: exit 1
_______________________________________________
Devel mailing list
[email protected]
http://mbuni.org/mailman/listinfo/devel_mbuni.org