Problem building toolchain
Achim Weber <[email protected]> Thu, 5 Mar 2015 16:13:02 +0100
| Newsgroups | gmane.comp.security.ipcop.devel |
|---|---|
| Message-ID | <20150305161302.33f199b2@tim> |
--MP_/n4BR+l_HF0p8wqMN9qfObO9
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi!
I wanted to build a new toolchain, so I did a:
achim@tim:~/ipcop/ipcop-svn-head$ svn up && ./make.sh clean && ./make.sh
ccache_clean &&./make.sh prefetch && ./make.sh toolchain
But I do get an error in toolchain/gmp, see attachments.
I don't find my issue. This machine is a Debian Wheezy 64-bit, I already did
builds on this machine (but this was a long time ago). My last toolchain (2.1.3)
was with #Revision: 7553, just some days before last gmp change:
------------------------------------------------------------------------
r7563 | owes | 2014-05-23 12:49:07 +0200 (Fr, 23. Mai 2014) | 2 Zeilen
gcc requires gmp and mpfr, for maintenance/patches etc. it is easier to have
the build split also for toolchain.
------------------------------------------------------------------------
Any ideas?
My old (grandpa) laptop is no more able to build because of overheating... :-(
Thanks!
Achim
--MP_/n4BR+l_HF0p8wqMN9qfObO9
Content-Type: text/x-log
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=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 GNU MP configure 5.0.5, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/tools_i486 --disable-static --build=i486-linux
## --------- ##
## Platform. ##
## --------- ##
hostname = tim
uname -m = i686
uname -r = 3.16.0-0.bpo.4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.16.7-ckt2-1~bpo70+1 (2014-12-08)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /tools_i486/usr/bin
PATH: /tools_i486/bin
PATH: /opt/android/sdk/platform-tools
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3024: checking build system type
configure:3038: result: i486-pc-linux-gnu
configure:3058: checking host system type
configure:3071: result: i486-pc-linux-gnu
configure:3108: checking for a BSD-compatible install
configure:3176: result: /usr/bin/install -c
configure:3187: checking whether build environment is sane
configure:3237: result: yes
configure:3378: checking for a thread-safe mkdir -p
configure:3417: result: /bin/mkdir -p
configure:3430: checking for gawk
configure:3446: found /usr/bin/gawk
configure:3457: result: gawk
configure:3468: checking whether make sets $(MAKE)
configure:3490: result: yes
configure:3573: checking whether to enable maintainer-specific portions of Makefiles
configure:3582: result: no
User:
ABI=
CC=
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
GMP:
abilist=32
cclist=gcc icc cc
configure:5383: gcc 2>&1 | grep xlc >/dev/null
configure:5386: $? = 1
configure:5440: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer
Test compile:
configure:5454: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find -lc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
failed program was:
int main () { return 0; }
configure:6480: result: no
configure:5440: checking compiler gcc -O2 -pedantic -fomit-frame-pointer
Test compile:
configure:5454: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5457: $? = 0
configure:5462: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5465: $? = 0
Test compile: function pointer return
configure:5508: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5511: $? = 0
configure:5516: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5519: $? = 0
Test compile: cmov instruction
configure:5564: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5567: $? = 0
configure:5572: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5575: $? = 0
Test compile: double -> ulong conversion
configure:5621: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5624: $? = 0
configure:5629: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5632: $? = 0
Test compile: double negation
configure:5676: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5679: $? = 0
configure:5684: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5687: $? = 0
Test compile: double -> float conversion
configure:5732: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5735: $? = 0
configure:5740: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5743: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5817: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5820: $? = 0
configure:5825: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5828: $? = 0
Test compile: __builtin_alloca availability
configure:5868: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
configure:5871: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:5992: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5995: $? = 0
configure:6000: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6003: $? = 0
Test compile: long long reliability test 1
configure:6056: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:6059: $? = 0
configure:6064: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6067: $? = 0
Test compile: long long reliability test 2
configure:6116: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
conftest.c: In function 'f':
conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:6119: $? = 0
configure:6124: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6127: $? = 0
Test compile: mpn_lshift_com optimization
configure:6215: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:6218: $? = 0
configure:6223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6226: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6323: gcc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:6326: $? = 0
configure:6331: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6334: $? = 0
Testing gcc GOT with eax emitted
configure:6382: gcc -O2 -pedantic -fomit-frame-pointer -fPIC -S conftest.c >&5 2>&1
configure:6385: $? = 0
Result: no
configure:6480: result: yes
configure: testlist sizeof-long-4
configure:6655: checking compiler gcc -O2 -pedantic -fomit-frame-pointer has sizeof(long)==4
configure:6668: gcc -O2 -pedantic -fomit-frame-pointer -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:4:14: error: size of array 'test_array' is negative
configure:6671: $? = 1
configure:6676: result: no
configure:5361: icc -c conftest.c >&5
./configure: line 5362: icc: command not found
configure:5364: $? = 127
configure:5383: icc 2>&1 | grep xlc >/dev/null
configure:5386: $? = 1
configure:5440: checking compiler icc -no-gcc
Test compile:
configure:5454: icc -no-gcc conftest.c >&5
./configure: line 5455: icc: command not found
configure:5457: $? = 127
failed program was:
int main () { return 0; }
configure:6480: result: no
configure:5361: cc -c conftest.c >&5
configure:5364: $? = 0
configure:5367: checking whether cc is gcc
configure:5369: result: yes
configure:5383: cc 2>&1 | grep xlc >/dev/null
configure:5386: $? = 1
configure:5440: checking compiler cc -m32 -O2 -pedantic -fomit-frame-pointer
Test compile:
configure:5454: cc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find -lc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:5457: $? = 1
failed program was:
int main () { return 0; }
configure:6480: result: no
configure:5440: checking compiler cc -O2 -pedantic -fomit-frame-pointer
Test compile:
configure:5454: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5457: $? = 0
configure:5462: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5465: $? = 0
Test compile: function pointer return
configure:5508: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5511: $? = 0
configure:5516: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5519: $? = 0
Test compile: cmov instruction
configure:5564: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5567: $? = 0
configure:5572: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5575: $? = 0
Test compile: double -> ulong conversion
configure:5621: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5624: $? = 0
configure:5629: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5632: $? = 0
Test compile: double negation
configure:5676: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5679: $? = 0
configure:5684: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5687: $? = 0
Test compile: double -> float conversion
configure:5732: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5735: $? = 0
configure:5740: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5743: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5817: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5820: $? = 0
configure:5825: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5828: $? = 0
Test compile: __builtin_alloca availability
configure:5868: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
configure:5871: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:5992: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:5995: $? = 0
configure:6000: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6003: $? = 0
Test compile: long long reliability test 1
configure:6056: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:6059: $? = 0
configure:6064: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6067: $? = 0
Test compile: long long reliability test 2
configure:6116: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
conftest.c: In function 'f':
conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:6119: $? = 0
configure:6124: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6127: $? = 0
Test compile: mpn_lshift_com optimization
configure:6215: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:6218: $? = 0
configure:6223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6226: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6323: cc -O2 -pedantic -fomit-frame-pointer conftest.c >&5
configure:6326: $? = 0
configure:6331: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6334: $? = 0
Testing gcc GOT with eax emitted
configure:6382: cc -O2 -pedantic -fomit-frame-pointer -fPIC -S conftest.c >&5 2>&1
configure:6385: $? = 0
Result: no
configure:6480: result: yes
configure: testlist sizeof-long-4
configure:6655: checking compiler cc -O2 -pedantic -fomit-frame-pointer has sizeof(long)==4
configure:6668: cc -O2 -pedantic -fomit-frame-pointer -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:4:14: error: size of array 'test_array' is negative
configure:6671: $? = 1
configure:6676: result: no
configure:6718: error: could not find a working compiler, see config.log for details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i486-pc-linux-gnu
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
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_FOR_BUILD_set=
ac_cv_env_CPP_FOR_BUILD_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i486-linux
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_host=i486-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI=''
ACLOCAL='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/missing --run aclocal-1.11'
AMTAR='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/missing --run tar'
ANSI2KNR=''
AR=''
AS=''
ASMFLAGS=''
AUTOCONF='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/missing --run autoconf'
AUTOHEADER='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/missing --run autoheader'
AUTOMAKE='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/missing --run automake-1.11'
AWK='gawk'
CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo'
CC=''
CCAS=''
CC_FOR_BUILD=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CPP_FOR_BUILD=''
CXX=''
CXXCPP=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB=''
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
FGREP=''
GMP_LDFLAGS=''
GMP_LIMB_BITS=''
GMP_NAIL_BITS='0'
GREP=''
HAVE_CLOCK_01=''
HAVE_CPUTIME_01=''
HAVE_GETRUSAGE_01=''
HAVE_GETTIMEOFDAY_01=''
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01=''
HAVE_SIGALTSTACK_01=''
HAVE_SIGSTACK_01=''
HAVE_STACK_T_01=''
HAVE_SYS_RESOURCE_H_01=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCURSES=''
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL=''
LIBGMP_LDFLAGS=''
LIBM=''
LIBM_FOR_BUILD=''
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
M4=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/bin/mkdir -p'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='[email protected], see http://gmplib.org/manual/Reporting-Bugs.html'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 5.0.5'
PACKAGE_TARNAME='gmp'
PACKAGE_URL='http://www.gnu.org/software/gmp/'
PACKAGE_VERSION='5.0.5'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/bash'
SPEED_CYCLECOUNTER_OBJ='pentium.lo'
STRIP=''
TAL_OBJECT=''
TUNE_SQR_OBJ=''
U=''
U_FOR_BUILD=''
VERSION='5.0.5'
WANT_CXX_FALSE=''
WANT_CXX_TRUE=''
WANT_MPBSD_FALSE=''
WANT_MPBSD_TRUE='#'
WITH_READLINE_01=''
YACC=''
YFLAGS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i486-pc-linux-gnu'
build_alias='i486-linux'
build_cpu='i486'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gmp_srclinks=''
host='i486-pc-linux-gnu'
host_alias=''
host_cpu='i486'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/achim/ipcop/ipcop-svn-head/build_i486/ipcop/usr/src/gmp-5.0.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
mpn_objects=''
mpn_objs_in_libgmp=''
mpn_objs_in_libmp=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/tools_i486'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU MP"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "5.0.5"
#define PACKAGE_STRING "GNU MP 5.0.5"
#define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html"
#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
#define PACKAGE "gmp"
#define VERSION "5.0.5"
#define WANT_FFT 1
#define HAVE_HOST_CPU_i486 1
configure: exit 1
--MP_/n4BR+l_HF0p8wqMN9qfObO9
Content-Type: application/octet-stream; name=gmp-5.0.5_1
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=gmp-5.0.5_1
KyBjZCAvaG9tZS9hY2hpbS9pcGNvcC9pcGNvcC1zdm4taGVhZC9sZnMKKyBsaW51eDMyIG1ha2Ug
LWYgZ21wIGluc3RhbGwgQ09ORklHX1JPT1Q9L3Zhci9pcGNvcCBMRlNfVEdUPWk0ODYtbGZzLWxp
bnV4LWdudSBUQVJHRVRfMj1pNDg2LWxpbnV4LWdudSBMSU5LRVI9L2xpYi9sZC1saW51eC5zby4y
IFRPT0xTX0RJUj10b29sc19pNDg2IFJFUVVJUkVEX0tFUk5FTD0yLjYuNSBNQUNISU5FPWk0ODYg
QlVJTEREQVRFPTIwMTUwMzA1LTE1NDkwNSBMRlNfQkFTRURJUj0vaG9tZS9hY2hpbS9pcGNvcC9p
cGNvcC1zdm4taGVhZCBMRlM9L2hvbWUvYWNoaW0vaXBjb3AvaXBjb3Atc3ZuLWhlYWQvYnVpbGRf
aTQ4Ni9pcGNvcCBQQVJBTExFTElTTT0zIFBBU1M9MSBSVU5OSU5HX1RFU1Q9bm8gU1RBR0U9dG9v
bGNoYWluIFNUQUdFX09SREVSPTAxIFNIRUxMPS9iaW4vYmFzaCBUTVBESVI9L2hvbWUvYWNoaW0v
aXBjb3AvaXBjb3Atc3ZuLWhlYWQvYnVpbGRfaTQ4Ni9pcGNvcC90bXAKPT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT0gSW5zdGFsbGluZyBnbXAtNS4wLjUgLi4uCiMgd2UgZG8g
bm90IGJ1aWxkIHRoZSBDKysgcGFydCAoLS1lbmFibGUtY3h4KQojIGFuZCBCZXJrZWxleSBNUCBj
b21wYXRpYmlsaXR5IGxpYnJhcnkgKC0tZW5hYmxlLW1wYnNkKQojIFRoZSBvbmx5IGNvZGUgdGhh
dCB1c2UgSEFWRV9DTE9DS19HRVRUSU1FIGlzIHR1bmUvdGltZS5jIHRoYXQgaXMgbm90IGNvbXBp
bGVkIGFuZCBpcyBicm9rZW4gY29kZS4gU28gcmVtb3ZlIHRoZSB1c2VsZXNzIGNoZWNrCmNkIC9o
b21lL2FjaGltL2lwY29wL2lwY29wLXN2bi1oZWFkL2J1aWxkX2k0ODYvaXBjb3AvdXNyL3NyYy9n
bXAtNS4wLjUgJiYgc2VkIC1pICdzL2Nsb2NrIGNsb2NrX2dldHRpbWUvY2xvY2svJyBjb25maWd1
cmUKY2QgL2hvbWUvYWNoaW0vaXBjb3AvaXBjb3Atc3ZuLWhlYWQvYnVpbGRfaTQ4Ni9pcGNvcC91
c3Ivc3JjL2dtcC01LjAuNSAmJiAuL2NvbmZpZ3VyZSAtLXByZWZpeD0vdG9vbHNfaTQ4NiAtLWRp
c2FibGUtc3RhdGljIC0tYnVpbGQ9aTQ4Ni1saW51eApjaGVja2luZyBidWlsZCBzeXN0ZW0gdHlw
ZS4uLiBpNDg2LXBjLWxpbnV4LWdudQpjaGVja2luZyBob3N0IHN5c3RlbSB0eXBlLi4uIGk0ODYt
cGMtbGludXgtZ251CmNoZWNraW5nIGZvciBhIEJTRC1jb21wYXRpYmxlIGluc3RhbGwuLi4gL3Vz
ci9iaW4vaW5zdGFsbCAtYwpjaGVja2luZyB3aGV0aGVyIGJ1aWxkIGVudmlyb25tZW50IGlzIHNh
bmUuLi4geWVzCmNoZWNraW5nIGZvciBhIHRocmVhZC1zYWZlIG1rZGlyIC1wLi4uIC9iaW4vbWtk
aXIgLXAKY2hlY2tpbmcgZm9yIGdhd2suLi4gZ2F3awpjaGVja2luZyB3aGV0aGVyIG1ha2Ugc2V0
cyAkKE1BS0UpLi4uIHllcwpjaGVja2luZyB3aGV0aGVyIHRvIGVuYWJsZSBtYWludGFpbmVyLXNw
ZWNpZmljIHBvcnRpb25zIG9mIE1ha2VmaWxlcy4uLiBubwpjaGVja2luZyBBQkk9MzIKY2hlY2tp
bmcgY29tcGlsZXIgZ2NjIC1tMzIgLU8yIC1wZWRhbnRpYyAtZm9taXQtZnJhbWUtcG9pbnRlciAu
Li4gbm8KY2hlY2tpbmcgY29tcGlsZXIgZ2NjIC1PMiAtcGVkYW50aWMgLWZvbWl0LWZyYW1lLXBv
aW50ZXIgLi4uIHllcwpjaGVja2luZyBjb21waWxlciBnY2MgLU8yIC1wZWRhbnRpYyAtZm9taXQt
ZnJhbWUtcG9pbnRlciBoYXMgc2l6ZW9mKGxvbmcpPT00Li4uIG5vCmNoZWNraW5nIGNvbXBpbGVy
IGljYyAtbm8tZ2NjIC4uLiBubwpjaGVja2luZyB3aGV0aGVyIGNjIGlzIGdjYy4uLiB5ZXMKY2hl
Y2tpbmcgY29tcGlsZXIgY2MgLW0zMiAtTzIgLXBlZGFudGljIC1mb21pdC1mcmFtZS1wb2ludGVy
IC4uLiBubwpjaGVja2luZyBjb21waWxlciBjYyAtTzIgLXBlZGFudGljIC1mb21pdC1mcmFtZS1w
b2ludGVyIC4uLiB5ZXMKY2hlY2tpbmcgY29tcGlsZXIgY2MgLU8yIC1wZWRhbnRpYyAtZm9taXQt
ZnJhbWUtcG9pbnRlciBoYXMgc2l6ZW9mKGxvbmcpPT00Li4uIG5vCmNvbmZpZ3VyZTogZXJyb3I6
IGNvdWxkIG5vdCBmaW5kIGEgd29ya2luZyBjb21waWxlciwgc2VlIGNvbmZpZy5sb2cgZm9yIGRl
dGFpbHMKbWFrZTogKioqIFsvaG9tZS9hY2hpbS9pcGNvcC9pcGNvcC1zdm4taGVhZC9maWxlc19p
NDg2LzAxX3Rvb2xjaGFpbi9nbXAtNS4wLjVdIEVycm9yIDEK
--MP_/n4BR+l_HF0p8wqMN9qfObO9
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
--MP_/n4BR+l_HF0p8wqMN9qfObO9
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
IPCop-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-devel
--MP_/n4BR+l_HF0p8wqMN9qfObO9--