Opened 12 years ago

Closed 12 years ago

#34748 closed defect (wontfix)

gmp +universal: configure fails when cross compiling for 10.5 from 10.6

Reported by: moala@… Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: gmp

Description

sudo port upgrade gmp

on Mac OS X 10.6.8

ld -v
@(#)PROGRAM:ld  PROJECT:ld64-97.17
llvm version 2.9svn, from Apple Clang 1.7 (build 77)

main.log:

version:1
:debug:main gmp has no conflicts
:debug:main Executing org.macports.main (gmp)
:debug:main Skipping completed org.macports.archivefetch (gmp)
:debug:main Skipping completed org.macports.fetch (gmp)
:debug:main Skipping completed org.macports.checksum (gmp)
:debug:main Skipping completed org.macports.extract (gmp)
:debug:main Skipping completed org.macports.patch (gmp)
:debug:configure configure phase started at Mon Jun  4 10:40:24 CEST 2012
:notice:configure --->  Configuring gmp
:debug:configure Using compiler 'Mac OS X gcc 4.2'
:debug:configure Executing org.macports.configure (gmp)
:info:configure --->  Configuring gmp for architecture x86_64
:debug:configure Environment: CPATH='/opt/local/include' CXXFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk' CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk' CPPFLAGS='-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' NM='/usr/bin/nm' OBJCFLAGS='-O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk' FFLAGS='-O2' ABI='64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-x86_64" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --enable-cxx --host=x86_64-apple-darwin9'
:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-x86_64" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --enable-cxx --host=x86_64-apple-darwin9 
:info:configure configure: WARNING: If you wanted to set the --build type, don't use --host.
:info:configure     If a cross compiler is detected then cross compile mode will be used.
:info:configure checking build system type... core2-apple-darwin10.8.0
:info:configure checking host system type... x86_64-apple-darwin9
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking whether build environment is sane... yes
:info:configure checking for x86_64-apple-darwin9-strip... no
:info:configure checking for strip... strip
:info:configure checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
:info:configure checking for gawk... no
:info:configure checking for mawk... no
:info:configure checking for nawk... no
:info:configure checking for awk... awk
:info:configure checking whether make sets $(MAKE)... yes
:info:configure checking whether to enable maintainer-specific portions of Makefiles... no
:info:configure checking ABI=64
:info:configure checking whether /usr/bin/gcc-4.2 is gcc... yes
:info:configure checking compiler /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk... yes
:info:configure checking for x86_64-apple-darwin9-gcc... /usr/bin/gcc-4.2
:info:configure checking whether the C compiler works... yes
:info:configure checking for C compiler default output file name... a.out
:info:configure checking for suffix of executables... 
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C99... -std=gnu99
:info:configure checking for /usr/bin/gcc-4.2 -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -std=gnu99 -E
:info:configure checking build system compiler /usr/bin/gcc-4.2 -std=gnu99... yes
:info:configure checking for build system preprocessor... /usr/bin/gcc-4.2 -std=gnu99 -E
:info:configure checking for build system executable suffix... 
:info:configure checking whether build system compiler is ANSI... yes
:info:configure checking for build system compiler math library... -lm
:info:configure checking whether we are using the GNU C++ compiler... yes
:info:configure checking whether /usr/bin/g++-4.2 accepts -g... yes
:info:configure checking C++ compiler /usr/bin/g++-4.2 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -isysroot /Developer/SDKs/MacOSX10.5.sdk... yes
:info:configure checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
:info:configure checking for egrep... /usr/bin/grep -E
:info:configure using ABI="64"
:info:configure       CC="/usr/bin/gcc-4.2 -std=gnu99"
:info:configure       CFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk"
:info:configure       CPPFLAGS="-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk"
:info:configure       CXX="/usr/bin/g++-4.2"
:info:configure       CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk"
:info:configure       MPN_PATH=" x86_64/k8 x86_64 generic"
:info:configure checking for function prototypes... yes
:info:configure checking for ANSI C header files... yes
:info:configure checking for sys/types.h... yes
:info:configure checking for sys/stat.h... yes
:info:configure checking for stdlib.h... yes
:info:configure checking for string.h... yes
:info:configure checking for memory.h... yes
:info:configure checking for strings.h... yes
:info:configure checking for inttypes.h... yes
:info:configure checking for stdint.h... yes
:info:configure checking for unistd.h... yes
:info:configure checking for string.h... (cached) yes
:info:configure checking whether assembler supports --noexecstack option... no
:info:configure checking for x86_64-apple-darwin9-ar... no
:info:configure checking for ar... ar
:info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
:info:configure checking the name lister (/usr/bin/nm) interface... BSD nm
:info:configure checking how to print strings... printf
:info:configure checking for a sed that does not truncate output... /usr/bin/sed
:info:configure checking for fgrep... /usr/bin/grep -F
:info:configure checking for ld used by /usr/bin/gcc-4.2 -std=gnu99... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
:info:configure checking whether ln -s works... yes
:info:configure checking the maximum length of command line arguments... 196608
:info:configure checking whether the shell understands some XSI constructs... yes
:info:configure checking whether the shell understands "+="... yes
:info:configure checking how to convert core2-apple-darwin10.8.0 file names to x86_64-apple-darwin9 format... func_convert_file_noop
:info:configure checking how to convert core2-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
:info:configure checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
:info:configure checking for x86_64-apple-darwin9-objdump... objdump
:info:configure checking how to recognize dependent libraries... pass_all
:info:configure checking for x86_64-apple-darwin9-dlltool... dlltool
:info:configure checking how to associate runtime and link libraries... printf %s\n
:info:configure checking for x86_64-apple-darwin9-ar... ar
:info:configure checking for archiver @FILE support... no
:info:configure checking for x86_64-apple-darwin9-strip... strip
:info:configure checking for x86_64-apple-darwin9-ranlib... no
:info:configure checking for ranlib... ranlib
:info:configure checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 -std=gnu99 object... ok
:info:configure checking for sysroot... no
:info:configure checking for x86_64-apple-darwin9-mt... no
:info:configure checking for mt... no
:info:configure checking if : is a manifest tool... no
:info:configure checking for x86_64-apple-darwin9-dsymutil... no
:info:configure checking for dsymutil... dsymutil
:info:configure checking for x86_64-apple-darwin9-nmedit... no
:info:configure checking for nmedit... nmedit
:info:configure checking for x86_64-apple-darwin9-lipo... no
:info:configure checking for lipo... lipo
:info:configure checking for x86_64-apple-darwin9-otool... no
:info:configure checking for otool... otool
:info:configure checking for x86_64-apple-darwin9-otool64... no
:info:configure checking for otool64... no
:info:configure checking for -single_module linker flag... yes
:info:configure checking for -exported_symbols_list linker flag... yes
:info:configure checking for -force_load linker flag... yes
:info:configure checking for dlfcn.h... yes
:info:configure checking for objdir... .libs
:info:configure checking if /usr/bin/gcc-4.2 -std=gnu99 supports -fno-rtti -fno-exceptions... no
:info:configure checking for /usr/bin/gcc-4.2 -std=gnu99 option to produce PIC... -fno-common -DPIC
:info:configure checking if /usr/bin/gcc-4.2 -std=gnu99 PIC flag -fno-common -DPIC works... yes
:info:configure checking if /usr/bin/gcc-4.2 -std=gnu99 static flag -static works... no
:info:configure checking if /usr/bin/gcc-4.2 -std=gnu99 supports -c -o file.o... yes
:info:configure checking if /usr/bin/gcc-4.2 -std=gnu99 supports -c -o file.o... (cached) yes
:info:configure checking whether the /usr/bin/gcc-4.2 -std=gnu99 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking dynamic linker characteristics... darwin9 dyld
:info:configure checking how to hardcode library paths into programs... immediate
:info:configure checking whether stripping libraries is possible... yes
:info:configure checking if libtool supports shared libraries... yes
:info:configure checking whether to build shared libraries... yes
:info:configure checking whether to build static libraries... yes
:info:configure checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
:info:configure checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
:info:configure checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
:info:configure checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
:info:configure checking if /usr/bin/g++-4.2 static flag -static works... no
:info:configure checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
:info:configure checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
:info:configure checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking dynamic linker characteristics... darwin9 dyld
:info:configure checking how to hardcode library paths into programs... immediate
:info:configure checking for ANSI C header files... (cached) yes
:info:configure checking whether time.h and sys/time.h may both be included... yes
:info:configure checking fcntl.h usability... yes
:info:configure checking fcntl.h presence... yes
:info:configure checking for fcntl.h... yes
:info:configure checking float.h usability... yes
:info:configure checking float.h presence... yes
:info:configure checking for float.h... yes
:info:configure checking invent.h usability... no
:info:configure checking invent.h presence... no
:info:configure checking for invent.h... no
:info:configure checking langinfo.h usability... yes
:info:configure checking langinfo.h presence... yes
:info:configure checking for langinfo.h... yes
:info:configure checking locale.h usability... yes
:info:configure checking locale.h presence... yes
:info:configure checking for locale.h... yes
:info:configure checking nl_types.h usability... yes
:info:configure checking nl_types.h presence... yes
:info:configure checking for nl_types.h... yes
:info:configure checking sys/attributes.h usability... no
:info:configure checking sys/attributes.h presence... no
:info:configure checking for sys/attributes.h... no
:info:configure checking sys/iograph.h usability... no
:info:configure checking sys/iograph.h presence... no
:info:configure checking for sys/iograph.h... no
:info:configure checking sys/mman.h usability... yes
:info:configure checking sys/mman.h presence... yes
:info:configure checking for sys/mman.h... yes
:info:configure checking sys/param.h usability... yes
:info:configure checking sys/param.h presence... yes
:info:configure checking for sys/param.h... yes
:info:configure checking sys/processor.h usability... no
:info:configure checking sys/processor.h presence... no
:info:configure checking for sys/processor.h... no
:info:configure checking sys/pstat.h usability... no
:info:configure checking sys/pstat.h presence... no
:info:configure checking for sys/pstat.h... no
:info:configure checking sys/sysinfo.h usability... no
:info:configure checking sys/sysinfo.h presence... no
:info:configure checking for sys/sysinfo.h... no
:info:configure checking sys/syssgi.h usability... no
:info:configure checking sys/syssgi.h presence... no
:info:configure checking for sys/syssgi.h... no
:info:configure checking sys/systemcfg.h usability... no
:info:configure checking sys/systemcfg.h presence... no
:info:configure checking for sys/systemcfg.h... no
:info:configure checking sys/time.h usability... yes
:info:configure checking sys/time.h presence... yes
:info:configure checking for sys/time.h... yes
:info:configure checking sys/times.h usability... yes
:info:configure checking sys/times.h presence... yes
:info:configure checking for sys/times.h... yes
:info:configure checking for sys/resource.h... yes
:info:configure checking for sys/sysctl.h... yes
:info:configure checking for machine/hal_sysinfo.h... no
:info:configure checking whether fgetc is declared... yes
:info:configure checking whether fscanf is declared... yes
:info:configure checking whether optarg is declared... yes
:info:configure checking whether ungetc is declared... yes
:info:configure checking whether vfprintf is declared... yes
:info:configure checking whether sys_errlist is declared... yes
:info:configure checking whether sys_nerr is declared... yes
:info:configure checking return type of signal handlers... void
:info:configure checking for intmax_t... yes
:info:configure checking for long double... yes
:info:configure checking for long long... yes
:info:configure checking for ptrdiff_t... yes
:info:configure checking for quad_t... yes
:info:configure checking for uint_least32_t... yes
:info:configure checking for intptr_t... yes
:info:configure checking for preprocessor stringizing operator... yes
:info:configure checking for working volatile... yes
:info:configure checking for C/C++ restrict keyword... __restrict
:info:configure checking whether <stdarg.h> exists and works... yes
:info:configure checking whether gcc __attribute__ ((const)) works... yes
:info:configure checking whether gcc __attribute__ ((malloc)) works... yes
:info:configure checking whether gcc __attribute__ ((mode (XX))) works... yes
:info:configure checking whether gcc __attribute__ ((noreturn)) works... yes
:info:configure checking for inline... inline
:info:configure checking for working alloca.h... yes
:info:configure checking for alloca (via gmp-impl.h)... yes
:info:configure checking how to allocate temporary memory... alloca
:info:configure checking whether byte ordering is bigendian... no
:info:configure checking format of `double' floating point... IEEE little endian
:info:configure checking for alarm... yes
:info:configure checking for attr_get... no
:info:configure checking for clock... yes
:info:configure checking for clock_gettime... no
:info:configure checking for cputime... no
:info:configure checking for getpagesize... yes
:info:configure checking for getrusage... yes
:info:configure checking for gettimeofday... yes
:info:configure checking for getsysinfo... no
:info:configure checking for localeconv... yes
:info:configure checking for memset... yes
:info:configure checking for mmap... yes
:info:configure checking for mprotect... yes
:info:configure checking for nl_langinfo... yes
:info:configure checking for obstack_vprintf... no
:info:configure checking for popen... yes
:info:configure checking for processor_info... yes
:info:configure checking for pstat_getprocessor... no
:info:configure checking for raise... yes
:info:configure checking for read_real_time... no
:info:configure checking for sigaction... yes
:info:configure checking for sigaltstack... yes
:info:configure checking for sigstack... no
:info:configure checking for syssgi... no
:info:configure checking for strchr... yes
:info:configure checking for strerror... yes
:info:configure checking for strnlen... no
:info:configure checking for strtol... yes
:info:configure checking for strtoul... yes
:info:configure checking for sysconf... yes
:info:configure checking for sysctl... yes
:info:configure checking for sysctlbyname... yes
:info:configure checking for times... yes
:info:configure checking for vsnprintf... yes
:info:configure checking whether vsnprintf works... yes
:info:configure checking whether sscanf needs writable input... no
:info:configure checking for struct pst_processor.psp_iticksperclktick... no
:info:configure checking sstream usability... yes
:info:configure checking sstream presence... yes
:info:configure checking for sstream... yes
:info:configure checking for std::locale... yes
:info:configure checking for suitable m4... m4
:info:configure checking if m4wrap produces spurious output... no
:info:configure checking how to switch to text section... .text
:info:configure checking how to switch to data section... .data
:info:configure checking for assembler label suffix... :
:info:configure checking for assembler global directive... .globl
:info:configure checking for assembler global directive attribute... 
:info:configure checking if globals are prefixed by underscore... yes
:info:configure checking how to switch to read-only data section... .data
:info:configure checking for assembler .type directive... 
:info:configure checking for assembler .size directive... 
:info:configure checking for assembler local label prefix... L
:info:configure checking for assembler byte directive... .byte
:info:configure checking how to define a 32-bit word... .long
:info:configure checking if .align assembly directive is logarithmic... yes
:info:configure checking if the .align directive accepts an 0x90 fill in .text... yes
:info:configure checking size of void *... 8
:info:configure checking size of unsigned short... 2
:info:configure checking size of unsigned... 4
:info:configure checking size of unsigned long... 8
:info:configure checking size of mp_limb_t... 8
:info:configure checking for stack_t... yes
:info:configure checking for tputs in -lncurses... yes
:info:configure checking for readline in -lreadline... yes
:info:configure checking readline/readline.h usability... yes
:info:configure checking readline/readline.h presence... yes
:info:configure checking for readline/readline.h... yes
:info:configure checking readline/history.h usability... yes
:info:configure checking readline/history.h presence... yes
:info:configure checking for readline/history.h... yes
:info:configure checking readline detected... yes
:info:configure checking for bison... bison -y
:info:configure checking for flex... flex
:info:configure checking lex output file root... lex.yy
:info:configure checking lex library... -lfl
:info:configure checking whether yytext is a pointer... yes
:info:configure checking for x86_64-apple-darwin9-ranlib... ranlib
:info:configure creating config.m4
:info:configure configure: creating ./config.status
:info:configure config.status: creating demos/pexpr-config.h
:info:configure config.status: creating demos/calc/calc-config.h
:info:configure config.status: creating Makefile
:info:configure config.status: creating mpbsd/Makefile
:info:configure config.status: creating mpf/Makefile
:info:configure config.status: creating mpn/Makefile
:info:configure config.status: creating mpq/Makefile
:info:configure config.status: creating mpz/Makefile
:info:configure config.status: creating printf/Makefile
:info:configure config.status: creating scanf/Makefile
:info:configure config.status: creating cxx/Makefile
:info:configure config.status: creating tests/Makefile
:info:configure config.status: creating tests/devel/Makefile
:info:configure config.status: creating tests/mpbsd/Makefile
:info:configure config.status: creating tests/mpf/Makefile
:info:configure config.status: creating tests/mpn/Makefile
:info:configure config.status: creating tests/mpq/Makefile
:info:configure config.status: creating tests/mpz/Makefile
:info:configure config.status: creating tests/rand/Makefile
:info:configure config.status: creating tests/misc/Makefile
:info:configure config.status: creating tests/cxx/Makefile
:info:configure config.status: creating doc/Makefile
:info:configure config.status: creating tune/Makefile
:info:configure config.status: creating demos/Makefile
:info:configure config.status: creating demos/calc/Makefile
:info:configure config.status: creating demos/expr/Makefile
:info:configure config.status: creating gmp.h
:info:configure config.status: creating mp.h
:info:configure config.status: creating config.h
:info:configure config.status: config.h is unchanged
:info:configure config.status: linking mpn/generic/add.c to mpn/add.c
:info:configure config.status: linking mpn/generic/add_1.c to mpn/add_1.c
:info:configure config.status: linking mpn/x86_64/aors_n.asm to mpn/add_n.asm
:info:configure config.status: linking mpn/generic/sub.c to mpn/sub.c
:info:configure config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
:info:configure config.status: linking mpn/x86_64/aors_n.asm to mpn/sub_n.asm
:info:configure config.status: linking mpn/generic/neg.c to mpn/neg.c
:info:configure config.status: linking mpn/x86_64/com.asm to mpn/com.asm
:info:configure config.status: linking mpn/x86_64/mul_1.asm to mpn/mul_1.asm
:info:configure config.status: linking mpn/x86_64/aorsmul_1.asm to mpn/addmul_1.asm
:info:configure config.status: linking mpn/x86_64/aorsmul_1.asm to mpn/submul_1.asm
:info:configure config.status: linking mpn/x86_64/lshift.asm to mpn/lshift.asm
:info:configure config.status: linking mpn/x86_64/rshift.asm to mpn/rshift.asm
:info:configure config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm
:info:configure config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
:info:configure config.status: linking mpn/generic/divis.c to mpn/divis.c
:info:configure config.status: linking mpn/generic/divrem.c to mpn/divrem.c
:info:configure config.status: linking mpn/x86_64/divrem_1.asm to mpn/divrem_1.asm
:info:configure config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
:info:configure config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
:info:configure config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
:info:configure config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm
:info:configure config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm
:info:configure config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
:info:configure config.status: linking mpn/generic/dump.c to mpn/dump.c
:info:configure config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
:info:configure config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
:info:configure config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
:info:configure config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm
:info:configure config.status: linking mpn/x86_64/lshiftc.asm to mpn/lshiftc.asm
:info:configure config.status: linking mpn/generic/mul.c to mpn/mul.c
:info:configure config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
:info:configure config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
:info:configure config.status: linking mpn/generic/sqr.c to mpn/sqr.c
:info:configure config.status: linking mpn/x86_64/mul_basecase.asm to mpn/mul_basecase.asm
:info:configure config.status: linking mpn/x86_64/sqr_basecase.asm to mpn/sqr_basecase.asm
:info:configure config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
:info:configure config.status: linking mpn/generic/random.c to mpn/random.c
:info:configure config.status: linking mpn/generic/random2.c to mpn/random2.c
:info:configure config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
:info:configure config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
:info:configure config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
:info:configure config.status: linking mpn/generic/get_str.c to mpn/get_str.c
:info:configure config.status: linking mpn/generic/set_str.c to mpn/set_str.c
:info:configure config.status: linking mpn/generic/scan0.c to mpn/scan0.c
:info:configure config.status: linking mpn/generic/scan1.c to mpn/scan1.c
:info:configure config.status: linking mpn/x86_64/popham.asm to mpn/popcount.asm
:info:configure config.status: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
:info:configure config.status: linking mpn/generic/cmp.c to mpn/cmp.c
:info:configure config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
:info:configure config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
:info:configure config.status: linking mpn/x86_64/gcd_1.asm to mpn/gcd_1.asm
:info:configure config.status: linking mpn/generic/gcd.c to mpn/gcd.c
:info:configure config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
:info:configure config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
:info:configure config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
:info:configure config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
:info:configure config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
:info:configure config.status: linking mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c
:info:configure config.status: linking mpn/generic/div_q.c to mpn/div_q.c
:info:configure config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
:info:configure config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
:info:configure config.status: linking mpn/generic/get_d.c to mpn/get_d.c
:info:configure config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
:info:configure config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
:info:configure config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
:info:configure config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
:info:configure config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
:info:configure config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
:info:configure config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
:info:configure config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
:info:configure config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
:info:configure config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
:info:configure config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
:info:configure config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
:info:configure config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
:info:configure config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
:info:configure config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
:info:configure config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
:info:configure config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
:info:configure config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
:info:configure config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
:info:configure config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
:info:configure config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
:info:configure config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
:info:configure config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
:info:configure config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
:info:configure config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
:info:configure config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
:info:configure config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
:info:configure config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
:info:configure config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
:info:configure config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
:info:configure config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
:info:configure config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
:info:configure config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
:info:configure config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
:info:configure config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
:info:configure config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
:info:configure config.status: linking mpn/generic/invert.c to mpn/invert.c
:info:configure config.status: linking mpn/generic/binvert.c to mpn/binvert.c
:info:configure config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
:info:configure config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
:info:configure config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
:info:configure config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
:info:configure config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
:info:configure config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
:info:configure config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
:info:configure config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
:info:configure config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
:info:configure config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
:info:configure config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
:info:configure config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
:info:configure config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
:info:configure config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
:info:configure config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
:info:configure config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
:info:configure config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
:info:configure config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
:info:configure config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
:info:configure config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
:info:configure config.status: linking mpn/generic/divexact.c to mpn/divexact.c
:info:configure config.status: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
:info:configure config.status: linking mpn/x86_64/redc_1.asm to mpn/redc_1.asm
:info:configure config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
:info:configure config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
:info:configure config.status: linking mpn/generic/powm.c to mpn/powm.c
:info:configure config.status: linking mpn/generic/powlo.c to mpn/powlo.c
:info:configure config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c
:info:configure config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c
:info:configure config.status: linking mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c
:info:configure config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
:info:configure config.status: linking mpn/generic/remove.c to mpn/remove.c
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
:info:configure config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
:info:configure config.status: linking mpn/x86_64/copyi.asm to mpn/copyi.asm
:info:configure config.status: linking mpn/x86_64/copyd.asm to mpn/copyd.asm
:info:configure config.status: linking mpn/generic/zero.c to mpn/zero.c
:info:configure config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
:info:configure config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
:info:configure config.status: linking mpn/x86_64/addmul_2.asm to mpn/addmul_2.asm
:info:configure config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/addlsh1_n.asm
:info:configure config.status: linking mpn/x86_64/sublsh1_n.asm to mpn/sublsh1_n.asm
:info:configure config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
:info:configure config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
:info:configure config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
:info:configure config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/addlsh2_n.asm
:info:configure config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
:info:configure config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/addlsh_n.asm
:info:configure config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/rsblsh_n.asm
:info:configure config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
:info:configure config.status: linking mpn/x86_64/gmp-mparam.h to gmp-mparam.h
:info:configure config.status: executing libtool commands
:info:configure --->  Configuring gmp for architecture i386
:debug:configure Environment: CPATH='/opt/local/include' CXXFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk' CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk' CPPFLAGS='-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' NM='/usr/bin/nm' OBJCFLAGS='-O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk' FFLAGS='-O2' ABI='32' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --enable-cxx --host=i686-apple-darwin9'
:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --enable-cxx --host=i686-apple-darwin9 
:info:configure configure: WARNING: If you wanted to set the --build type, don't use --host.
:info:configure     If a cross compiler is detected then cross compile mode will be used.
:info:configure checking build system type... core2-apple-darwin10.8.0
:info:configure checking host system type... i686-apple-darwin9
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking whether build environment is sane... yes
:info:configure checking for i686-apple-darwin9-strip... no
:info:configure checking for strip... strip
:info:configure checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
:info:configure checking for gawk... no
:info:configure checking for mawk... no
:info:configure checking for nawk... no
:info:configure checking for awk... awk
:info:configure checking whether make sets $(MAKE)... yes
:info:configure checking whether to enable maintainer-specific portions of Makefiles... no
:info:configure checking ABI=32
:info:configure checking whether /usr/bin/gcc-4.2 is gcc... yes
:info:configure checking compiler /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk... yes
:info:configure checking compiler /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk has sizeof(long)==4... no
:info:configure configure: error: could not find a working compiler, see config.log for details
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --enable-cxx --host=i686-apple-darwin9 
:info:configure Exit code: 1
:error:configure org.macports.configure for port gmp returned: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
    while executing
"$procedure $targetname"
:info:configure Warning: targets not executed for gmp: org.macports.install org.macports.configure org.macports.build org.macports.destroot
:notice:configure Please see the log file for port gmp for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/main.log
 

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.4, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure --prefix=/opt/local --infodir=/opt/local/share/info --enable-cxx --host=i686-apple-darwin9

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

hostname = shortcat
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 70 tasks, 302 threads, 2 processors
Load average: 1.50, Mach factor: 0.68
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin


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

configure:3024: checking build system type
configure:3038: result: core2-apple-darwin10.8.0
configure:3058: checking host system type
configure:3071: result: i686-apple-darwin9
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:3286: checking for i686-apple-darwin9-strip
configure:3316: result: no
configure:3326: checking for strip
configure:3342: found /usr/bin/strip
configure:3353: result: strip
configure:3378: checking for a thread-safe mkdir -p
configure:3417: result: /opt/local/bin/gmkdir -p
configure:3430: checking for gawk
configure:3460: result: no
configure:3430: checking for mawk
configure:3460: result: no
configure:3430: checking for nawk
configure:3460: result: no
configure:3430: checking for awk
configure:3446: found /usr/bin/awk
configure:3457: result: awk
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=32
CC=/usr/bin/gcc-4.2
CFLAGS=-isysroot /Developer/SDKs/MacOSX10.5.sdk
CPPFLAGS=-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk
MPN_PATH=
GMP:
abilist=32
cclist=gcc icc cc
configure:5361: /usr/bin/gcc-4.2 -c conftest.c >&5
configure:5364: $? = 0
configure:5367: checking whether /usr/bin/gcc-4.2 is gcc
configure:5369: result: yes
configure:5383: /usr/bin/gcc-4.2 2>&1 | grep xlc >/dev/null
configure:5386: $? = 1
configure:5440: checking compiler /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk
Test compile: 
configure:5454: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5457: $? = 0
Test compile: function pointer return
configure:5508: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5511: $? = 0
Test compile: cmov instruction
configure:5564: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5567: $? = 0
Test compile: double -> ulong conversion
configure:5621: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5624: $? = 0
Test compile: double negation
configure:5676: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5679: $? = 0
Test compile: double -> float conversion
configure:5732: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5735: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5817: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5820: $? = 0
Test compile: __builtin_alloca availability
configure:5868: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
Undefined symbols:
  "_main", referenced from:
      start in crt1.10.5.o
ld: symbol(s) not found
collect2: 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: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:5995: $? = 0
Test compile: long long reliability test 1
configure:6056: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:6059: $? = 0
Test compile: long long reliability test 2
configure:6116: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:6119: $? = 0
Test compile: mpn_lshift_com optimization
configure:6215: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:6218: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6323: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.c >&5
configure:6326: $? = 0
Testing gcc GOT with eax emitted
configure:6382: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -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 /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk has sizeof(long)==4
configure:6668: /usr/bin/gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:4: 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=core2-apple-darwin10.8.0
ac_cv_env_ABI_set=set
ac_cv_env_ABI_value=32
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=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-isysroot /Developer/SDKs/MacOSX10.5.sdk'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk'
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=set
ac_cv_env_CXXFLAGS_value='-isysroot /Developer/SDKs/MacOSX10.5.sdk'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/g++-4.2
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk'
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-apple-darwin9
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-apple-darwin9
ac_cv_path_mkdir=/opt/local/bin/gmkdir
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes

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

ABI='32'
ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/missing --run aclocal-1.11'
AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/missing --run tar'
ANSI2KNR=''
AR=''
AS=''
ASMFLAGS=''
AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/missing --run automake-1.11'
AWK='awk'
CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo'
CC='/usr/bin/gcc-4.2'
CCAS=''
CC_FOR_BUILD=''
CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk'
CPP=''
CPPFLAGS='-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk'
CPP_FOR_BUILD=''
CXX='/usr/bin/g++-4.2'
CXXCPP=''
CXXFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk'
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB=''
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_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='-L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk'
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} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/opt/local/bin/gmkdir -p'
NM='/usr/bin/nm'
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see http://gmplib.org/manual/Reporting-Bugs.html'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 5.0.4'
PACKAGE_TARNAME='gmp'
PACKAGE_URL='http://www.gnu.org/software/gmp/'
PACKAGE_VERSION='5.0.4'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
SPEED_CYCLECOUNTER_OBJ='pentium.lo'
STRIP='strip'
TAL_OBJECT=''
TUNE_SQR_OBJ=''
U=''
U_FOR_BUILD=''
VERSION='5.0.4'
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='core2-apple-darwin10.8.0'
build_alias=''
build_cpu='core2'
build_os='darwin10.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gmp_srclinks=''
host='i686-apple-darwin9'
host_alias='i686-apple-darwin9'
host_cpu='i686'
host_os='darwin9'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/opt/local/share/info'
install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gmp/gmp/work/gmp-5.0.4-i386/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/opt/local/bin/gmkdir -p'
mpn_objects=''
mpn_objs_in_libgmp=''
mpn_objs_in_libmp=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/local'
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.4"
#define PACKAGE_STRING "GNU MP 5.0.4"
#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see http://gmplib.org/manual/Reporting-Bugs.html"
#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
#define PACKAGE "gmp"
#define VERSION "5.0.4"
#define WANT_FFT 1
#define HAVE_HOST_CPU_i686 1

configure: exit 1
 

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mcalhoun@… removed
Owner: changed from macports-tickets@… to mcalhoun@…
Summary: gmp upgrade: build failure (configure error)gmp +universal: could not find a working compiler, see config.log for details

comment:2 Changed 12 years ago by moala@…

Resolved after commenting out:

macosx_deployment_target 10.5

at the end of my /opt/local/etc/macports/macports.conf config file. This was probably an old config; however I wonder how this config should be done now? (for instance if I want to build libraries which are to be distributed to other computers, with 10.5 as the minimal Mac OS X version)

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Resolution: wontfix
Status: newclosed
Summary: gmp +universal: could not find a working compiler, see config.log for detailsgmp +universal: configure fails when cross compiling for 10.5 from 10.6
Note: See TracTickets for help on using tickets.