aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: ./configure fails  (Read 2963 times)

malagasy

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
    • http://stko.dyndns.info/
./configure fails
« on: December 25, 2003, 04:57:23 PM »

Hi everybody  :D

I have two problems .

My ./configure fails with this error
./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.


On the bottom of this post , you have the associated config.log .
I dont know what to interpret the errors ... i might be dumb  :shock:

Second problem , i did not see the "required" softwares to compile and run aMule .
I already wxGTK 2.4.2 , but dont know if it's enough ...

 wish you could help me .


======== BEGINING of ./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 aMule configure 1.2.1, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = milina
uname -m = i686
uname -r = 2.4.23
uname -s = Linux
uname -v = #2 Thu Dec 4 21:00:56 CET 2003

/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: /usr/sbin
PATH: /bin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1366: checking for a BSD-compatible install
configure:1420: result: /usr/bin/ginstall -c
configure:1431: checking whether build environment is sane
configure:1474: result: yes
configure:1507: checking for gawk
configure:1523: found /bin/gawk
configure:1533: result: gawk
configure:1543: checking whether make sets $(MAKE)
configure:1563: result: yes
configure:1789: checking for g++
configure:1805: found /usr/bin/g++
configure:1815: result: g++
configure:1831: checking for C++ compiler version
configure:1834: g++ --version &5
g++ (GCC) 3.3.2
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:1837: $? = 0
configure:1839: g++ -v &5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.2
configure:1842: $? = 0
configure:1844: g++ -V &5
g++: `-V' option must have argument
configure:1847: $? = 1
configure:1871: checking for C++ compiler default output
configure:1874: g++  -march=athlon-xp -O3 -pipe -fomit-frame-pointer   conftest.cc  >&5
configure:1877: $? = 0
configure:1923: result: a.out
configure:1928: checking whether the C++ compiler works
configure:1934: ./a.out
configure:1937: $? = 0
configure:1954: result: yes
configure:1961: checking whether we are cross compiling
configure:1963: result: no
configure:1966: checking for suffix of executables
configure:1968: g++ -o conftest  -march=athlon-xp -O3 -pipe -fomit-frame-pointer   conftest.cc  >&5
configure:1971: $? = 0
configure:1996: result:
configure:2002: checking for suffix of object files
configure:2024: g++ -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.cc >&5
configure:2027: $? = 0
configure:2049: result: o
configure:2053: checking whether we are using the GNU C++ compiler
configure:2078: g++ -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.cc >&5
configure:2081: $? = 0
configure:2084: test -s conftest.o
configure:2087: $? = 0
configure:2100: result: yes
configure:2106: checking whether g++ accepts -g
configure:2128: g++ -c -g  conftest.cc >&5
configure:2131: $? = 0
configure:2134: test -s conftest.o
configure:2137: $? = 0
configure:2148: result: yes
configure:2192: g++ -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.cc >&5
configure:2195: $? = 0
configure:2198: test -s conftest.o
configure:2201: $? = 0
configure:2228: g++ -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.cc >&5
configure: In function `int main()':
configure:2225: error: `exit' undeclared (first use this function)
configure:2225: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
configure:2231: $? = 1
configure: failed program was:
| #line 2211 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2192: g++ -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.cc >&5
configure:2195: $? = 0
configure:2198: test -s conftest.o
configure:2201: $? = 0
configure:2228: g++ -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.cc >&5
configure:2231: $? = 0
configure:2234: test -s conftest.o
configure:2237: $? = 0
configure:2270: checking for style of include used by make
configure:2298: result: GNU
configure:2326: checking dependency style of g++
configure:2394: result: gcc3
configure:2457: checking for gcc
configure:2473: found /usr/bin/gcc
configure:2483: result: gcc
configure:2727: checking for C compiler version
configure:2730: gcc --version &5
gcc (GCC) 3.3.2
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:2733: $? = 0
configure:2735: gcc -v &5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.2
configure:2738: $? = 0
configure:2740: gcc -V &5
gcc: `-V' option must have argument
configure:2743: $? = 1
configure:2746: checking whether we are using the GNU C compiler
configure:2771: gcc -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.c >&5
configure:2774: $? = 0
configure:2777: test -s conftest.o
configure:2780: $? = 0
configure:2793: result: yes
configure:2799: checking whether gcc accepts -g
configure:2821: gcc -c -g  conftest.c >&5
configure:2824: $? = 0
configure:2827: test -s conftest.o
configure:2830: $? = 0
configure:2841: result: yes
configure:2858: checking for gcc option to accept ANSI C
configure:2919: gcc  -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.c >&5
configure:2922: $? = 0
configure:2925: test -s conftest.o
configure:2928: $? = 0
configure:2946: result: none needed
configure:2964: gcc -c  -march=athlon-xp -O3 -pipe -fomit-frame-pointer  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2967: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3078: checking dependency style of gcc
configure:3146: result: gcc3
configure:3168: checking how to run the C preprocessor
configure:3204: gcc -E  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:122,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:11,
                 from configure:3204:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3210: $? = 1
configure: failed program was:
| #line 3190 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3204: gcc -E  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:122,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:11,
                 from configure:3204:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3210: $? = 1
configure: failed program was:
| #line 3190 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3204: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:291,
                 from /usr/include/assert.h:36,
                 from configure:3206:
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3210: $? = 1
configure: failed program was:
| #line 3190 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3204: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:291,
                 from /usr/include/assert.h:36,
                 from configure:3206:
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3210: $? = 1
configure: failed program was:
| #line 3190 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3204: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:122,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:11,
                 from configure:3204:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3210: $? = 1
configure: failed program was:
| #line 3190 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3204: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:122,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:11,
                 from configure:3204:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3210: $? = 1
configure: failed program was:
| #line 3190 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3286: result: /lib/cpp
configure:3311: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:122,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:11,
                 from configure:3311:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3317: $? = 1
configure: failed program was:
| #line 3297 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3311: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:122,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/include/limits.h:11,
                 from configure:3311:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3317: $? = 1
configure: failed program was:
| #line 3297 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "aMule 1.2.1"
| #define PACKAGE_BUGREPORT "scolin@planetepc.fr"
| #define PACKAGE "amule"
| #define VERSION "1.2.1"
| #ifdef __cplusplus
| #include
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|                      Syntax error
configure:3385: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

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=set
ac_cv_env_CFLAGS_value='-march=athlon-xp -O3 -pipe -fomit-frame-pointer'
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=set
ac_cv_env_CXXFLAGS_value='-march=athlon-xp -O3 -pipe -fomit-frame-pointer'
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_objext=o
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/mihamina/sources/aMule-1.2.1/missing --run aclocal-1.7'
ADD_GSOCKET_FALSE=''
ADD_GSOCKET_TRUE=''
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mihamina/sources/aMule-1.2.1/missing --run tar'
AUTOCONF='${SHELL} /home/mihamina/sources/aMule-1.2.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mihamina/sources/aMule-1.2.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mihamina/sources/aMule-1.2.1/missing --run automake-1.7'
AWK='gawk'
BUILDAMULECMD=''
BUILD_INCLUDED_LIBINTL=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -march=athlon-xp -O3 -pipe -fomit-frame-pointer'
COMPILE_CMD_FALSE=''
COMPILE_CMD_TRUE=''
CPP='/lib/cpp'
CPPFLAGS=''
CURLFOUND=''
CURL_FLAGS=''
CURL_LIBS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -march=athlon-xp -O3 -pipe -fomit-frame-pointer'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DISABLE_PROGRESS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GENCAT=''
GLIBC21=''
GMSGFMT=''
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_DEFS=''
GTK_LIBS=''
GTK_USEDVERSION=''
GTK_VERSION=''
HAVE_WXBASE_FALSE=''
HAVE_WXBASE_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mihamina/sources/aMule-1.2.1/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MSGMERGE=''
OBJEXT='o'
PACKAGE='amule'
PACKAGE_BUGREPORT='scolin@planetepc.fr'
PACKAGE_NAME='aMule'
PACKAGE_STRING='aMule 1.2.1'
PACKAGE_TARNAME='amule'
PACKAGE_VERSION='1.2.1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POSUB=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TRAY_FLAGS=''
USE_INCLUDED_LIBINTL=''
USE_NLS=''
USE_SAFE_TRAY=''
VERSION='1.2.1'
WXBASE_CFLAGS=''
WXBASE_CFLAGS_ONLY=''
WXBASE_CONFIG_PATH=''
WXBASE_CPPFLAGS=''
WXBASE_CXXFLAGS=''
WXBASE_CXXFLAGS_ONLY=''
WXBASE_LIBS=''
WXBASE_LIBS_STATIC=''
WXBASE_VERSION=''
WXGTK_VERSION=''
WX_CFLAGS=''
WX_CFLAGS_ONLY=''
WX_CONFIG_PATH=''
WX_CPPFLAGS=''
WX_CXXFLAGS=''
WX_CXXFLAGS_ONLY=''
WX_LIBS=''
WX_LIBS_STATIC=''
WX_PARTIAL_VERSION=''
WX_VERSION=''
XGETTEXT=''
ZLIB_CFLAGS=''
ZLIB_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
gtk=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/mihamina/sources/aMule-1.2.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
systray=''
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "amule"
#define PACKAGE_BUGREPORT "scolin@planetepc.fr"
#define PACKAGE_NAME "aMule"
#define PACKAGE_STRING "aMule 1.2.1"
#define PACKAGE_TARNAME "amule"
#define PACKAGE_VERSION "1.2.1"
#define VERSION "1.2.1"
#endif
#ifdef __cplusplus
#include

configure: exit 1
 
================ END =================== :wink:
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org