tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Intel compiler on NetBSD-current



> There should be a wrapper during the build of libtool named cc. Do you
> have that?

Yes, the script in work/.wrapper/bin and it executes work/.icc/bin/icc
which in turn executes the real compiler.

$ ls work/.wrapper/bin/
CC  as  c++ cc  cpp cxx g++ gcc ld

$ ls work/.icc/bin/
CC   c++  cc   icc  icpc

$ cat work/.icc/bin/icc
#!/bin/sh
exec /usr/pkg/icc10/bin/icc "$@"

See also attached config.log file.

Alex
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5.26, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --disable-ltdl-install --with-tags=CXX,F77,GCJ 
--prefix=/home/alnsn/icc10-pkg/ --host=i386--netbsdelf 
--mandir=/home/alnsn/icc10-pkg//man

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

hostname = aa1bsd.my.domain
uname -m = i386
uname -r = 5.99.7
uname -s = NetBSD
uname -v = NetBSD 5.99.7 (GENERIC) #0: Sat Jan 24 00:10:38 PST 2009  
builds@wb25:/home/builds/ab/HEAD/i386/200901240002Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/GENERIC

/usr/bin/uname -p = i386
/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: /usr/pkg/icc10/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/pkg/sbin
PATH: /usr/pkg/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin


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

configure:2035: checking for a BSD-compatible install
configure:2091: result: /usr/bin/install -c -o alnsn -g wheel
configure:2102: checking whether build environment is sane
configure:2145: result: yes
configure:2173: checking for a thread-safe mkdir -p
configure:2212: result: ./install-sh -c -d
configure:2225: checking for gawk
configure:2252: result: /usr/bin/awk
configure:2263: checking whether make sets $(MAKE)
configure:2284: result: yes
configure:2364: checking for i386--netbsdelf-strip
configure:2394: result: no
configure:2404: checking for strip
configure:2420: found /usr/bin/strip
configure:2431: result: strip
configure:2524: checking for i386--netbsdelf-gcc
configure:2551: result: cc
configure:2829: checking for C compiler version
configure:2836: cc --version >&5
cc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
Copyright (C) 2006 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:2839: $? = 0
configure:2846: cc -v >&5
Using built-in specs.
Target: i386--netbsdelf
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure 
--enable-long-long --disable-multilib --enable-threads --disable-symvers 
--build=x86_64-unknown-netbsd4.99.72 --host=i386--netbsdelf 
--target=i386--netbsdelf --enable-__cxa_atexit
Thread model: posix
gcc version 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
configure:2849: $? = 0
configure:2856: cc -V >&5
cc: '-V' option must have argument
configure:2859: $? = 1
configure:2882: checking for C compiler default output file name
configure:2909: cc -O2 -I/usr/include -I/usr/include -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/home/alnsn/icc10-pkg//lib conftest.c  >&5
configure:2912: $? = 0
configure:2950: result: a.out
configure:2967: checking whether the C compiler works
configure:2977: ./a.out
configure:2980: $? = 0
configure:2997: result: yes
configure:3004: checking whether we are cross compiling
configure:3006: result: no
configure:3009: checking for suffix of executables
configure:3016: cc -o conftest -O2 -I/usr/include -I/usr/include -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib conftest.c  >&5
configure:3019: $? = 0
configure:3043: result: 
configure:3049: checking for suffix of object files
configure:3075: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:3078: $? = 0
configure:3101: result: o
configure:3105: checking whether we are using the GNU C compiler
configure:3134: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:3140: $? = 0
configure:3157: result: yes
configure:3162: checking whether cc accepts -g
configure:3192: cc -c -g -I/usr/include conftest.c >&5
configure:3198: $? = 0
configure:3297: result: yes
configure:3314: checking for cc option to accept ISO C89
configure:3388: cc  -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:3394: $? = 0
configure:3417: result: none needed
configure:3446: checking for style of include used by make
configure:3474: result: GNU
configure:3499: checking dependency style of cc
configure:3590: result: none
configure:3606: checking for a sed that does not truncate output
configure:3662: result: /usr/bin/sed
configure:3671: checking build system type
configure:3689: result: i386-unknown-netbsdelf5.99.7
configure:3711: checking host system type
configure:3726: result: i386--netbsdelf
configure:3748: checking for grep that handles long lines and -e
configure:3822: result: /usr/bin/grep
configure:3827: checking for egrep
configure:3905: result: /usr/bin/egrep
configure:3921: checking for ld used by cc
configure:3988: result: ld
configure:3997: checking if the linker (ld) is GNU ld
configure:4012: result: yes
configure:4018: checking for BSD-compatible nm
configure:4067: result: nm
configure:4072: checking whether ln -s works
configure:4076: result: yes
configure:4201: checking for C++ compiler version
configure:4208: c++ --version >&5
c++ (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
Copyright (C) 2006 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:4211: $? = 0
configure:4218: c++ -v >&5
Using built-in specs.
Target: i386--netbsdelf
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure 
--enable-long-long --disable-multilib --enable-threads --disable-symvers 
--build=x86_64-unknown-netbsd4.99.72 --host=i386--netbsdelf 
--target=i386--netbsdelf --enable-__cxa_atexit
Thread model: posix
gcc version 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
configure:4221: $? = 0
configure:4228: c++ -V >&5
c++: '-V' option must have argument
configure:4231: $? = 1
configure:4234: checking whether we are using the GNU C++ compiler
configure:4263: c++ -c -O2 -I/usr/include -I/usr/include conftest.cpp >&5
configure:4269: $? = 0
configure:4286: result: yes
configure:4291: checking whether c++ accepts -g
configure:4321: c++ -c -g -I/usr/include conftest.cpp >&5
configure:4327: $? = 0
configure:4426: result: yes
configure:4451: checking dependency style of c++
configure:4542: result: none
configure:4579: checking for i386--netbsdelf-g77
configure:4606: result: f77
configure:4680: checking for Fortran 77 compiler version
configure:4687: f77 --version >&5
f77: not found
configure:4690: $? = 127
configure:4697: f77 -v >&5
f77: not found
configure:4700: $? = 127
configure:4707: f77 -V >&5
f77: not found
configure:4710: $? = 127
configure:4718: checking whether we are using the GNU Fortran 77 compiler
configure:4737: f77 -c -O conftest.F >&5
f77: not found
configure:4743: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:4760: result: no
configure:4766: checking whether f77 accepts -g
configure:4783: f77 -c -g conftest.f >&5
f77: not found
configure:4789: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:4805: result: no
configure:4846: checking for i386--netbsdelf-gcj
configure:4876: result: no
configure:4886: checking for gcj
configure:4916: result: no
configure:4954: checking for i386--netbsdelf-windres
configure:4984: result: no
configure:4994: checking for windres
configure:5024: result: no
configure:5138: checking for ld option to reload object files
configure:5145: result: -r
configure:5163: checking how to recognize dependent libraries
configure:5353: result: match_pattern /lib[^/]+(\.so|_pic\.a)$
configure:5887: checking how to run the C preprocessor
configure:5927: cc -E -I/usr/include conftest.c
configure:5933: $? = 0
configure:5964: cc -E -I/usr/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5970: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.26"
| #define PACKAGE_STRING "libtool 1.5.26"
| #define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
| #define PACKAGE "libtool"
| #define VERSION "1.5.26"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6003: result: cc -E
configure:6032: cc -E -I/usr/include conftest.c
configure:6038: $? = 0
configure:6069: cc -E -I/usr/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.26"
| #define PACKAGE_STRING "libtool 1.5.26"
| #define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
| #define PACKAGE "libtool"
| #define VERSION "1.5.26"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6113: checking for ANSI C header files
configure:6143: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6149: $? = 0
configure:6248: cc -o conftest -O2 -I/usr/include -I/usr/include -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib conftest.c  >&5
configure:6251: $? = 0
configure:6257: ./conftest
configure:6260: $? = 0
configure:6277: result: yes
configure:6301: checking for sys/types.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for sys/stat.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for stdlib.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for string.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for memory.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for strings.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for inttypes.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for stdint.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6301: checking for unistd.h
configure:6322: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6328: $? = 0
configure:6344: result: yes
configure:6371: checking dlfcn.h usability
configure:6388: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:6394: $? = 0
configure:6408: result: yes
configure:6412: checking dlfcn.h presence
configure:6427: cc -E -I/usr/include conftest.c
configure:6433: $? = 0
configure:6447: result: yes
configure:6480: checking for dlfcn.h
configure:6488: result: yes
configure:6506: checking how to run the C++ preprocessor
configure:6542: c++ -E -I/usr/include conftest.cpp
configure:6548: $? = 0
configure:6579: c++ -E -I/usr/include conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6585: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.26"
| #define PACKAGE_STRING "libtool 1.5.26"
| #define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
| #define PACKAGE "libtool"
| #define VERSION "1.5.26"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6618: result: c++ -E
configure:6647: c++ -E -I/usr/include conftest.cpp
configure:6653: $? = 0
configure:6684: c++ -E -I/usr/include conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6690: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.26"
| #define PACKAGE_STRING "libtool 1.5.26"
| #define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
| #define PACKAGE "libtool"
| #define VERSION "1.5.26"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6732: checking the maximum length of command line arguments
configure:6844: result: 262144
configure:6856: checking command to parse nm output from cc object
configure:6961: c++ -c -O2 -I/usr/include -I/usr/include conftest.cpp >&5
configure:6964: $? = 0
configure:6968: nm conftest.o \| sed -n -e 's/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6971: $? = 0
configure:7023: c++ -o conftest -O2 -I/usr/include -I/usr/include -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib conftest.cpp conftstm.o >&5
configure:7026: $? = 0
configure:7064: result: ok
configure:7068: checking for objdir
configure:7083: result: .libs
configure:7135: checking for i386--netbsdelf-ar
configure:7165: result: no
configure:7175: checking for ar
configure:7191: found /usr/bin/ar
configure:7202: result: ar
configure:7231: checking for i386--netbsdelf-ranlib
configure:7258: result: ranlib
configure:7327: checking for i386--netbsdelf-strip
configure:7354: result: strip
configure:7999: checking if cc supports -fno-rtti -fno-exceptions
configure:8017: cc -c -O2 -I/usr/include -I/usr/include -fno-rtti 
-fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:8021: $? = 0
configure:8034: result: no
configure:8049: checking for cc option to produce PIC
configure:8292: result: -fPIC
configure:8300: checking if cc PIC flag -fPIC works
configure:8307: cc -c -O2 -I/usr/include -I/usr/include -fPIC -DPIC conftest.c 
>&5
configure:8311: $? = 0
configure:8335: result: yes
configure:8363: checking if cc static flag -static works
configure:8391: result: yes
configure:8401: checking if cc supports -c -o file.o
configure:8411: cc -c -O2 -I/usr/include -I/usr/include -o out/conftest2.o 
conftest.c >&5
configure:8415: $? = 0
configure:8448: result: yes
configure:8474: checking whether the cc linker (ld) supports shared libraries
configure:9495: result: yes
configure:9516: checking whether -lc should be explicitly linked in
configure:9521: cc -c -O2 -I/usr/include -I/usr/include conftest.c >&5
configure:9524: $? = 0
configure:9539: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9542: $? = 0
configure:9554: result: no
configure:9562: checking dynamic linker characteristics
configure:10183: result: NetBSD ld.elf_so
configure:10207: checking how to hardcode library paths into programs
configure:10232: result: immediate
configure:10246: checking whether stripping libraries is possible
configure:10251: result: yes
configure:10375: checking for shl_load
configure:10431: cc -o conftest -O2 -I/usr/include -I/usr/include -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib conftest.c  >&5
/var/tmp//ccinvQMM.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `shl_load'
configure:10437: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.26"
| #define PACKAGE_STRING "libtool 1.5.26"
| #define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
| #define PACKAGE "libtool"
| #define VERSION "1.5.26"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10454: result: no
configure:10459: checking for shl_load in -ldld
configure:10494: cc -o conftest -O2 -I/usr/include -I/usr/include -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib conftest.c -ldld   >&5
ld: cannot find -ldld
configure:10500: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.26"
| #define PACKAGE_STRING "libtool 1.5.26"
| #define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
| #define PACKAGE "libtool"
| #define VERSION "1.5.26"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10518: result: no
configure:10523: checking for dlopen
configure:10579: cc -o conftest -O2 -I/usr/include -I/usr/include -L/usr/lib 
-Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib conftest.c  >&5
configure:10585: $? = 0
configure:10602: result: yes
configure:10835: checking whether a program can dlopen itself
configure:10909: cc -o conftest -O2 -I/usr/include -I/usr/include 
-DHAVE_DLFCN_H -L/usr/lib -Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib 
-Wl,--export-dynamic conftest.c   >&5
configure: In function 'main':
configure:10834: warning: incompatible implicit declaration of built-in 
function 'exit'
configure:10912: $? = 0
configure:10930: result: yes
configure:10935: checking whether a statically linked program can dlopen itself
configure:11009: cc -o conftest -O2 -I/usr/include -I/usr/include 
-DHAVE_DLFCN_H -L/usr/lib -Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib 
-Wl,--export-dynamic -static conftest.c   >&5
configure: In function 'main':
configure:10934: warning: incompatible implicit declaration of built-in 
function 'exit'
configure:11012: $? = 0
Service unavailable
configure:11030: result: no
configure:11053: checking if libtool supports shared libraries
configure:11055: result: yes
configure:11058: checking whether to build shared libraries
configure:11079: result: yes
configure:11082: checking whether to build static libraries
configure:11086: result: yes
configure:11180: creating libtool
configure:11774: checking for ld used by c++
configure:11841: result: ld
configure:11850: checking if the linker (ld) is GNU ld
configure:11865: result: yes
configure:11916: checking whether the c++ linker (ld) supports shared libraries
configure:12892: result: yes
configure:12913: c++ -c -O2 -I/usr/include -I/usr/include conftest.cpp >&5
configure:12916: $? = 0
configure:13087: checking for c++ option to produce PIC
configure:13381: result: -fPIC
configure:13389: checking if c++ PIC flag -fPIC works
configure:13280: c++ -c -O2 -I/usr/include -I/usr/include -fPIC -DPIC 
conftest.cpp >&5
configure:13284: $? = 0
configure:13424: result: yes
configure:13452: checking if c++ static flag -static works
configure:13480: result: yes
configure:13490: checking if c++ supports -c -o file.o
configure:13384: c++ -c -O2 -I/usr/include -I/usr/include -o out/conftest2.o 
conftest.cpp >&5
configure:13388: $? = 0
configure:13537: result: yes
configure:13563: checking whether the c++ linker (ld) supports shared libraries
configure:13589: result: yes
configure:13656: checking dynamic linker characteristics
configure:14225: result: NetBSD ld.elf_so
configure:14249: checking how to hardcode library paths into programs
configure:14274: result: immediate
configure:14816: checking if libtool supports shared libraries
configure:14818: result: yes
configure:14821: checking whether to build shared libraries
configure:14841: result: yes
configure:14844: checking whether to build static libraries
configure:14848: result: yes
configure:14858: checking for f77 option to produce PIC
configure:15101: result: -fPIC
configure:15109: checking if f77 PIC flag -fPIC works
configure:14967: f77 -c -O -fPIC conftest.f >&5
f77: not found
configure:14971: $? = 127
configure:15144: result: no
configure:15172: checking if f77 static flag -static works
configure:15200: result: no
configure:15210: checking if f77 supports -c -o file.o
configure:15071: f77 -c -O -o out/conftest2.o conftest.f >&5
f77: not found
configure:15075: $? = 127
configure:15257: result: no
configure:15283: checking whether the f77 linker (ld) supports shared libraries
configure:16284: result: yes
configure:16351: checking dynamic linker characteristics
configure:16920: result: NetBSD ld.elf_so
configure:16944: checking how to hardcode library paths into programs
configure:16969: result: immediate
configure:20840: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libtool config.status 1.5.26, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on aa1bsd.my.domain

config.status:21635: creating Makefile
config.status:21635: creating doc/Makefile
config.status:21635: creating tests/Makefile
config.status:21832: executing depfiles commands
configure:22058: === configuring in libltdl 
(/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/libltdl)
configure:22161: running /bin/sh ./configure '--prefix=/home/alnsn/icc10-pkg/'  
'--disable-ltdl-install' '--with-tags=CXX,F77,GCJ' '--host=i386--netbsdelf' 
'--mandir=/home/alnsn/icc10-pkg//man' 'host_alias=i386--netbsdelf' 'CC=cc' 
'CFLAGS=-O2 -I/usr/include' 'LDFLAGS=-L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/home/alnsn/icc10-pkg//lib' 'LIBS=' 'CPPFLAGS=-I/usr/include' 'CXX=c++' 
'CXXFLAGS=-O2 -I/usr/include' 'F77=f77' 'FFLAGS=-O' --cache-file=/dev/null 
--srcdir=.

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

ac_cv___attribute__=yes
ac_cv_build=i386-unknown-netbsdelf5.99.7
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -I/usr/include'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/include
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='-O2 -I/usr/include'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_F77_set=set
ac_cv_env_F77_value=f77
ac_cv_env_FFLAGS_set=set
ac_cv_env_FFLAGS_value=-O
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/home/alnsn/icc10-pkg//lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_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=i386--netbsdelf
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_dlopen=yes
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386--netbsdelf
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_CAT=/bin/cat
ac_cv_path_ECHO=echo
ac_cv_path_EGREP=/usr/bin/egrep
ac_cv_path_ENV=/usr/bin/env
ac_cv_path_FALSE=false
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_TEST=test
ac_cv_path_TRUE=true
ac_cv_prog_AWK=/usr/bin/awk
ac_cv_prog_CC=cc
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_F77=f77
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=ld
lt_cv_path_LDCXX=ld
lt_cv_path_NM=nm
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=no
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
lt_cv_sys_lib_search_path_spec=/usr/lib
lt_cv_sys_max_cmd_len=262144
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'

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

ACINCLUDE_M4_LIST='./acinclude.m4 ./cdemo/acinclude.m4 ./pdemo/acinclude.m4 
./demo/acinclude.m4 ./depdemo/acinclude.m4 ./mdemo/acinclude.m4 
./mdemo2/acinclude.m4 ./tagdemo/acinclude.m4 ./f77demo/acinclude.m4'
ACLOCAL='${SHELL} 
/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/missing
 --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} 
/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/missing
 --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} 
/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/missing
 --run autoconf'
AUTOHEADER='${SHELL} 
/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/missing
 --run autoheader'
AUTOMAKE='${SHELL} 
/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/missing
 --run automake-1.10'
AWK='/usr/bin/awk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-O2 -I/usr/include'
CONF_SUBDIRS='cdemo pdemo demo depdemo mdemo mdemo2 tagdemo f77demo'
CPP='cc -E'
CPPFLAGS='-I/usr/include'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O2 -I/usr/include'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"libtool\" -DPACKAGE_TARNAME=\"libtool\" 
-DPACKAGE_VERSION=\"1.5.26\" -DPACKAGE_STRING=\"libtool\ 1.5.26\" 
-DPACKAGE_BUGREPORT=\"bug-libtool%gnu.org@localhost\" -DPACKAGE=\"libtool\" 
-DVERSION=\"1.5.26\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1'
DEPDIR='.deps'
DIST_MAKEFILE_LIST='cdemo/Makefile pdemo/Makefile demo/Makefile 
depdemo/Makefile mdemo/Makefile mdemo2/Makefile tagdemo/Makefile 
f77demo/Makefile '
DLLTOOL='dlltool'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/egrep'
EXEEXT=''
F77='f77'
FFLAGS='-O'
GCJ='no'
GCJFLAGS='-g -O2'
GREP='/usr/bin/grep'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_F77_FALSE='#'
HAVE_F77_TRUE=''
HAVE_GCJ_FALSE=''
HAVE_GCJ_TRUE='#'
HAVE_RC_FALSE=''
HAVE_RC_TRUE='#'
INSTALL_DATA='/usr/bin/install -c -o alnsn -g wheel -m 644'
INSTALL_PROGRAM='/usr/bin/install -c -s -o alnsn -g wheel -m 755'
INSTALL_SCRIPT='/usr/bin/install -c -o alnsn -g wheel -m 755'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='ld'
LDFLAGS='-L/usr/lib -Wl,-R/usr/lib -Wl,-R/home/alnsn/icc10-pkg//lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/.tools/bin/makeinfo'
NM='nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libtool'
PACKAGE_BUGREPORT='bug-libtool%gnu.org@localhost'
PACKAGE_NAME='libtool'
PACKAGE_STRING='libtool 1.5.26'
PACKAGE_TARNAME='libtool'
PACKAGE_VERSION='1.5.26'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC='no'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TIMESTAMP=''
VERSION='1.5.26'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
aclocaldir='${datadir}/aclocal'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-unknown-netbsdelf5.99.7'
build_alias=''
build_cpu='i386'
build_os='netbsdelf5.99.7'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386--netbsdelf'
host_alias='i386--netbsdelf'
host_cpu='i386'
host_os='netbsdelf'
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) 
/home/alnsn/pkgsrc/WRKOBJDIR-pkgsrc-icc-modular-x11-no-destdir/devel/libtool-base/work/libtool-1.5.26/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/home/alnsn/icc10-pkg//man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgdatadir='${datadir}/libtool'
prefix='/home/alnsn/icc10-pkg/'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "libtool"
#define PACKAGE_TARNAME "libtool"
#define PACKAGE_VERSION "1.5.26"
#define PACKAGE_STRING "libtool 1.5.26"
#define PACKAGE_BUGREPORT "bug-libtool%gnu.org@localhost"
#define PACKAGE "libtool"
#define VERSION "1.5.26"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libtool config.status 1.5.26, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = libtoolize
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on aa1bsd.my.domain

config.status:21635: creating libtoolize
config.status:21832: executing depfiles commands


Home | Main Index | Thread Index | Old Index