pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/35211: loop in pkgsrc build on Solaris 10
The following reply was made to PR pkg/35211; it has been noted by GNATS.
From: Wolfgang Stukenbrock <Wolfgang.Stukenbrock%nagler-company.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/35211: loop in pkgsrc build on Solaris 10
Date: Mon, 18 Dec 2006 13:42:23 +0100
This is a multi-part message in MIME format.
--------------040004030306080909000707
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
of cause I mean sunpro ...
OK - let me try to get it again.
I've used copy and paste from the dokumentation to create the scripts
cc64 can CC64 - see some lines below - I've added them.
cc64-script:
#! /bin/sh
exec /opt/SUNWspro/bin/cc -xtarget=ultra -xarch=v9 ${1+"$@"}
CC64-script:
#! /bin/sh
exec /opt/SUNWspro/bin/CC -xtarget=ultra -xarch=v9 ${1+"$@"}
I'm useing a csh and my path is:
path (/usr/pkgsrc/my-bin /usr/ccs/bin /usr/pkg/bin /usr/pkg/sbin
/usr/bin /usr/lib)
remark: /usr/lib is required to locate cpp - an other may be to set it
in /etc/mk.conf, cc64 and CC64 are located in /usr/pkgsrc/my-bin.
The error messages on the command line are:
...
cd lib && /usr/pkg/bin/bmake all
/bin/sh ../libtool --mode=compile cc64 -I. -I. -I.. -I./.. -I../include
-O -DLIBDIR=\"/usr/pkg/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
mkdir .libs
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
-KPIC -DPIC -o .libs/localcharset.o
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o
localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc64 -I. -I. -I.. -I./.. -I../include
-O -DLIBDIR=\"/usr/pkg/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -KPIC
-DPIC -o .libs/relocatable.o
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o
relocatable.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link cc64 -Wl,-R/usr/pkg/lib -o libcharset.la
-rpath /usr/pkg/lib -version-info 1:0:0 -no-undefined localcharset.lo
relocatable.lo
ld -64 -G -z text -h libcharset.so.1 -o .libs/libcharset.so.1.0.0
.libs/localcharset.o .libs/relocatable.o
-L/usr/pkgsrc/converters/libiconv/work/.buildlink/lib -lc -R/usr/pkg/lib
ld: fatal: file .libs/localcharset.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to
.libs/libcharset.so.1.0.0
*** Error code 1
Stop.
bmake: stopped in
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/libcharset/lib
*** Error code 1
Stop.
bmake: stopped in
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/libcharset
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/converters/libiconv/work/libiconv-1.10
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/converters/libiconv
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/converters/libiconv
And indeed - there are four a ELF32 binary
.libs/localcharset.o .libs/relocatable.o localcharset.o relocatable.o
I've found no call to a compiler other than cc64 in the output ...
I've added the config.log from configure as attachments, perhaps they
are usefull.
Here is the output of "ls -lA" and "file" in libcharset/lib:
total 192
drwxr-xr-x 2 root root 512 Dec 18 11:37 .libs
-rw-r--r-- 1 root root 11160 Jul 4 2005 ChangeLog
-rw-r--r-- 1 root root 4873 Dec 18 11:37 Makefile
-rw-r--r-- 1 root root 4836 Dec 18 11:37 Makefile.in
-rw-r--r-- 1 root root 4778 Mar 22 2005 Makefile.in.orig
-rw-r--r-- 1 root root 3992 Jan 6 2005 Makefile.msvc
-rw-r--r-- 1 root root 2117 Jan 6 2005 Makefile.vms
-rwxr-xr-x 1 root root 19804 May 19 2005 config.charset
-rw-r--r-- 1 root root 11137 Jul 4 2005 localcharset.c
-rw-r--r-- 1 root root 327 Dec 18 11:37 localcharset.lo
-rw-r--r-- 1 root root 4556 Dec 18 11:37 localcharset.o
-rw-r--r-- 1 root root 1087 May 19 2005 ref-add.sin
-rw-r--r-- 1 root root 1042 May 19 2005 ref-del.sin
-rw-r--r-- 1 root root 13044 May 19 2005 relocatable.c
-rw-r--r-- 1 root root 2721 May 19 2005 relocatable.h
-rw-r--r-- 1 root root 324 Dec 18 11:37 relocatable.lo
-rw-r--r-- 1 root root 3084 Dec 18 11:37 relocatable.o
s002% file *
ChangeLog: ascii text
Makefile: ascii text
Makefile.in: ascii text
Makefile.in.orig: ascii text
Makefile.msvc: ascii text
Makefile.vms: ascii text
config.charset: executable shell script
localcharset.c: English text
localcharset.lo: ascii text
localcharset.o: ELF 32-bit MSB relocatable SPARC32PLUS Version 1, V8+
Required
ref-add.sin: English text
ref-del.sin: English text
relocatable.c: English text
relocatable.h: English text
relocatable.lo: ascii text
relocatable.o: ELF 32-bit MSB relocatable SPARC32PLUS Version 1, V8+
Required
s002% ls -lA .libs
total 20
-rw-r--r-- 1 root root 4896 Dec 18 11:37 localcharset.o
-rw-r--r-- 1 root root 4444 Dec 18 11:37 relocatable.o
s002% file .libs/*
.libs/localcharset.o: ELF 32-bit MSB relocatable SPARC32PLUS Version
1, V8+ Required
.libs/relocatable.o: ELF 32-bit MSB relocatable SPARC32PLUS Version
1, V8+ Required
I cannot find any output files from libtool. I've searched the whole
tree for files named '*.log', but the only found are
./work/libiconv-1.10/libcharset/config.log
./work/libiconv-1.10/config.log
At the moment I cannot reproduce the error message of the compiler.
If I put the call to cc64 above in a file and start it (the line is too
long for the command line of csh ...), it compiles and it creates a
ELF64 binary. The message I'v got before was related to the LIBDIR in
line 127 in libcharset.c where LIBDIR was substituted wothout quoted.
s002# ls -lA .libs
total 24
-rw-r--r-- 1 root root 6296 Dec 18 11:54 localcharset.o
-rw-r--r-- 1 root root 4444 Dec 18 11:37 relocatable.o
s002# file .libs/*
.libs/localcharset.o: ELF 64-bit MSB relocatable SPARCV9 Version 1
.libs/relocatable.o: ELF 32-bit MSB relocatable SPARC32PLUS Version
1, V8+ Required
s002#
Now I've modified libtool to see what is gooing on:
../libtool is:
#!/bin/ksh
exec /usr/pkgsrc/converters/libiconv/work/.wrapper/bin/libtool "$@"
/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/libtool is a larger
/bin/ksh script. It will end up in an "eval $cmd"
I've placed an "set -x" in front of it and got the following:
/bin/sh ../libtool --mode=compile cc64 -I. -I. -I.. -I./.. -I../include
-O -DLIBDIR=\"/usr/pkg/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/usr/pkg/lib\" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
+ eval /usr/pkg/bin/libtool --mode=compile cc64 -I. -I.. -I./..
-I../include -O "-DLIBDIR=\"/usr/pkg/lib\"" -DENABLE_RELOCATABLE=1
-DIN_LIBRARY "-DINSTALLDIR=\"/usr/pkg/lib\"" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
+ /usr/pkg/bin/libtool --mode=compile cc64 -I. -I.. -I./.. -I../include
-O -DLIBDIR="/usr/pkg/lib" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR="/usr/pkg/lib" -DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
mkdir .libs
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
-KPIC -DPIC -o .libs/localcharset.o
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o
localcharset.o >/dev/null 2>&1
+ wrapper_result=0
+ . /usr/pkgsrc/converters/libiconv/work/.wrapper/tmp/cleanup-libtool
+
libtool_fix_la=/usr/pkgsrc/converters/libiconv/work/.wrapper/tmp/libtool-fix-la
+ test -n
+ exit 0
...
/usr/pkg/bin/libtool is a script for /bin/sh with nearly 8000 lines ...
I've added a "set -x" in line 1324 and a "file "$lobj" in line 1331 and
got the following output:
+ /usr/ucb/echo cc64 -I. -I.. -I./.. -I../include -O
-DLIBDIR=\"/usr/pkg/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
-DINSTALLDIR=\"/usr/pkg/lib
\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
-KPIC -DPIC -o .libs/localcharset.o
cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC
-Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
-KPIC -DPIC -o .libs/localcharset.o
+ eval cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR=\"/usr/pkg/lib\"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/pkg/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
-KPIC -DPIC -o .libs/localcharset.o
+ cc64 -I. -I.. -I./.. -I../include -O -DLIBDIR="/usr/pkg/lib"
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR="/usr/pkg/lib"
-DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix
-Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -KPIC
-DPIC -o .libs/localcharset.o
+ :
+ file .libs/localcharset.o
.libs/localcharset.o: ELF 32-bit MSB relocatable SPARC32PLUS Version
1, V8+ Required
+ test no = warn
+ test -n
+ test -z
+ cat
pic_object='.libs/localcharset.o'
+ test yes = yes
...
The cc64 is called, but an ELF32 is created?
I've added an echo statement to my cc64 script - no output seen,
I've added an exit 1 to it - no change - strange behaviour ...
Now I've added the file statement behind the "set -x" to see if the file
is already there, but the file is not there:
+ file .libs/localcharset.o
.libs/localcharset.o: cannot open: No such file or directory
"which cc64" fron the shell answers /usr/pkgsr/my-bin/cc64. What is
libtool calling here??????
I've added a "which cc64" to the output - remark: Solaris has a which
command in /usr/bin ...
result: /usr/pkgsrc/converters/libiconv/work/.wrapper/bin/cc64
great - I realy love it ...
This is again a /bin/ksh script with 66 lines ...
To make it short: it creates a command like:
cmd=/usr/pkgsrc/converters/libiconv/work/.sunpro/bin/cc -I. -I.. -I./..
-I../include -O "-DLIBDIR=\"/usr/pkg/lib\"" -DENABLE_RELOCATABLE=1
and the script /usr/pkgsrc/converters/libiconv/work/.sunpro/bin/cc is
#!/bin/ksh
exec /opt/SUNWspro/bin/cc "$@"
Hmmmm. This is definitely wrong, where does it come from? Who is
ignoring the setup in /etc/mk.conf? Must be the make system itself ...
Now it is clear to me, why the second version of /etc/mk.conf setup
works: the required flags are passed in CFLAGS etc. and are on the
command line.
Last time, I don't get into that deep with my research. Perhaps I've
done a mistake with copy/paste and it was my fault that the quotes are
striped. Sorry if that has happend ...
Now it looks like a problem in the setup of the wrapper scripts to me.
Sorry - I've not the time to go even deeper here.
But I think the source of the problem seems to be located.
W. Stukenbrock
Roland Illig wrote:
> The following reply was made to PR pkg/35211; it has been noted by GNATS.
>
> From: Roland Illig <rillig%NetBSD.org@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/35211: loop in pkgsrc build on Solaris 10
> Date: Sun, 17 Dec 2006 19:37:08 +0100
>
> Wolfgang Stukenbrock wrote:
> > If you follwow the steps in chapter 3.3.7.3 "Building 64-bit binaries
> > with SunPro" in the document "Using pkgsrc on systems other than
> > NetBSD", and choose the first version, you will fail to compile.
> >
> > (CC=cc64, CXX=CC64, PKGSRC_COMPILER=sumpro)
>
> I think you meant "sunpro", not "sumpro".
>
> > The suggested script cc64 (and CC64) will strip any characters that are
> > special from the command line.
>
> No, they won't. They are passing the arguments exactly as they get them.
>
> > This will end up in a syntax error when compiling libiconv, because the
> > surrounding Quotes (") arround the path in LIBDIR are removed ending up
> > in some C-code like: "abc = func (/a/b/c);".
> > The error messages is suppresed by libtool so there is no way to see the
> > problem in the output. (shame on this stupid tool !!!!)
>
> A lot of tools try to hide error messages, but there are work-arounds.
> First, have a look at the config.log files, where much is recorded.
> Second, in the work* directory, there is a file called work.log, which
> has further information.
>
> I'm trying to reproduce it on my system, but to help me a bit, can you
> please send me the actual error messages?
>
> Roland
>
>
--------------040004030306080909000707
Content-Type: text/plain;
name="config.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
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 configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --disable-nls --prefix=/usr/pkg --host=sparc-sun-solaris2
--mandir=/usr/pkg/man
## --------- ##
## Platform. ##
## --------- ##
hostname = s002
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = s002
Release = 5.10
KernelID = Generic
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2
/bin/arch = sun4
/usr/bin/arch -k = sun4u
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/pkgsrc/converters/libiconv/work/.wrapper/bin
PATH: /usr/pkgsrc/converters/libiconv/work/.buildlink/bin
PATH: /usr/pkgsrc/converters/libiconv/work/.tools/bin
PATH: /usr/pkgsrc/converters/libiconv/work/.sunpro/bin
PATH: /usr/pkg/bin
PATH: /usr/pkgsrc/my-bin
PATH: /usr/ccs/bin
PATH: /usr/pkg/bin
PATH: /usr/pkg/sbin
PATH: /usr/bin
PATH: /usr/lib
PATH: /usr/pkg/bin
PATH: /usr/openwin/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1548: checking for a BSD-compatible install
configure:1603: result: /usr/ucb/install -c -o root -g root
configure:1614: checking whether build environment is sane
configure:1657: result: yes
configure:1722: checking for gawk
configure:1748: result: /usr/bin/nawk
configure:1758: checking whether make sets $(MAKE)
configure:1778: result: yes
configure:1854: checking for sparc-sun-solaris2-strip
configure:1883: result: no
configure:1892: checking for strip
configure:1908: found /usr/pkgsrc/converters/libiconv/work/.tools/bin/strip
configure:1919: result: strip
configure:1948: checking whether make sets $(MAKE)
configure:1968: result: yes
configure:1990: checking for sparc-sun-solaris2-gcc
configure:2016: result: cc64
configure:2298: checking for C compiler version
configure:2301: cc64 --version </dev/null >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files. Use 'cc -flags' for details
configure:2304: $? = 1
configure:2306: cc64 -v </dev/null >&5
usage: cc [ options] files. Use 'cc -flags' for details
configure:2309: $? = 1
configure:2311: cc64 -V </dev/null >&5
cc: Sun C 5.8 2005/10/13
usage: cc [ options] files. Use 'cc -flags' for details
configure:2314: $? = 1
configure:2337: checking for C compiler default output file name
configure:2340: cc64 -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:2343: $? = 0
configure:2389: result: a.out
configure:2394: checking whether the C compiler works
configure:2400: ./a.out
configure:2403: $? = 0
configure:2420: result: yes
configure:2427: checking whether we are cross compiling
configure:2429: result: no
configure:2432: checking for suffix of executables
configure:2434: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:2437: $? = 0
configure:2462: result:
configure:2468: checking for suffix of object files
configure:2489: cc64 -c -O conftest.c >&5
configure:2492: $? = 0
configure:2514: result: o
configure:2518: checking whether we are using the GNU C compiler
configure:2542: cc64 -c -O conftest.c >&5
"conftest.c", line 16: undefined symbol: choke
"conftest.c", line 16: syntax error before or at: me
cc: acomp failed for conftest.c
configure:2548: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:2574: result: no
configure:2580: checking whether cc64 accepts -g
configure:2601: cc64 -c -g conftest.c >&5
configure:2607: $? = 0
configure:2611: test -z
|| test ! -s conftest.err
configure:2614: $? = 0
configure:2617: test -s conftest.o
configure:2620: $? = 0
configure:2631: result: yes
configure:2648: checking for cc64 option to accept ANSI C
configure:2718: cc64 -c -O conftest.c >&5
"conftest.c", line 54: warning: statement not reached
configure:2724: $? = 0
configure:2728: test -z
|| test ! -s conftest.err
configure:2731: $? = 0
configure:2734: test -s conftest.o
configure:2737: $? = 0
configure:2755: result: none needed
configure:2773: cc64 -c -O conftest.c >&5
"conftest.c", line 2: warning: old-style declaration or incorrect type for:
choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 3: warning: old-style declaration or incorrect type for: me
cc: acomp failed for conftest.c
configure:2779: $? = 2
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2923: checking for style of include used by make
configure:2951: result: GNU
configure:2979: checking dependency style of cc64
configure:3069: result: none
configure:3091: checking how to run the C preprocessor
configure:3126: cc64 -E conftest.c
configure:3132: $? = 0
configure:3164: cc64 -E conftest.c
"conftest.c", line 11: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3170: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3209: result: cc64 -E
configure:3233: cc64 -E conftest.c
configure:3239: $? = 0
configure:3271: cc64 -E conftest.c
"conftest.c", line 11: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3277: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3322: checking for egrep
configure:3332: result: grep -E
configure:3400: checking for a BSD-compatible install
configure:3455: result: /usr/ucb/install -c -o root -g root
configure:3474: checking build system type
configure:3492: result: sparc-sun-solaris2.10
configure:3500: checking host system type
configure:3514: result: sparc-sun-solaris2
configure:3581: checking for non-GNU ld
configure:3612: result: /usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld
configure:3621: checking if the linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) is GNU ld
configure:3634: result: no
configure:3640: checking for shared library path variable
configure:3653: result: LD_LIBRARY_PATH
configure:3658: checking whether to activate relocatable installation
configure:3673: result: no
configure:3767: checking for sparc-sun-solaris2-ranlib
configure:3796: result: no
configure:3805: checking for ranlib
configure:3821: found /usr/ccs/bin/ranlib
configure:3832: result: ranlib
configure:3844: checking how to copy files
configure:3860: result: cp -p
configure:3864: checking how to make hard links
configure:3880: result: ln
configure:3884: checking whether ln -s works
configure:3888: result: yes
configure:3913: checking for AIX
configure:3935: result: no
configure:3941: checking for ANSI C header files
configure:3966: cc64 -c -O conftest.c >&5
configure:3972: $? = 0
configure:3976: test -z
|| test ! -s conftest.err
configure:3979: $? = 0
configure:3982: test -s conftest.o
configure:3985: $? = 0
configure:4074: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 31: warning: implicit function declaration: exit
configure:4077: $? = 0
configure:4079: ./conftest
configure:4082: $? = 0
configure:4097: result: yes
configure:4121: checking for sys/types.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for sys/stat.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for stdlib.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for string.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for memory.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for strings.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for inttypes.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for stdint.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4121: checking for unistd.h
configure:4137: cc64 -c -O conftest.c >&5
configure:4143: $? = 0
configure:4147: test -z
|| test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4167: result: yes
configure:4189: checking minix/config.h usability
configure:4201: cc64 -c -O conftest.c >&5
"conftest.c", line 58: cannot find include file: <minix/config.h>
cc: acomp failed for conftest.c
configure:4207: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4230: result: no
configure:4234: checking minix/config.h presence
configure:4244: cc64 -E conftest.c
"conftest.c", line 24: cannot find include file: <minix/config.h>
cc: acomp failed for conftest.c
configure:4250: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4270: result: no
configure:4305: checking for minix/config.h
configure:4312: result: no
configure:4341: checking for library containing strerror
configure:4371: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:4377: $? = 0
configure:4381: test -z
|| test ! -s conftest.err
configure:4384: $? = 0
configure:4387: test -s conftest
configure:4390: $? = 0
configure:4460: result: none required
configure:4548: checking for a sed that does not truncate output
configure:4602: result: /usr/pkgsrc/converters/libiconv/work/.tools/bin/sed
configure:4649: checking for non-GNU ld
configure:4683: result: /usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld
configure:4692: checking if the linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) is GNU ld
configure:4707: result: no
configure:4712: checking for
/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld option to reload object
files
configure:4719: result: -r
configure:4737: checking for BSD-compatible nm
configure:4779: result: nm
configure:4783: checking how to recognise dependent libraries
configure:4955: result: pass_all
configure:5417: checking dlfcn.h usability
configure:5429: cc64 -c -O conftest.c >&5
configure:5435: $? = 0
configure:5439: test -z
|| test ! -s conftest.err
configure:5442: $? = 0
configure:5445: test -s conftest.o
configure:5448: $? = 0
configure:5458: result: yes
configure:5462: checking dlfcn.h presence
configure:5472: cc64 -E conftest.c
configure:5478: $? = 0
configure:5498: result: yes
configure:5533: checking for dlfcn.h
configure:5540: result: yes
configure:5563: checking for sparc-sun-solaris2-g++
configure:5589: result: CC64
configure:5647: checking for C++ compiler version
configure:5650: CC64 --version </dev/null >&5
configure:5653: $? = 1
configure:5655: CC64 -v </dev/null >&5
configure:5658: $? = 1
configure:5660: CC64 -V </dev/null >&5
configure:5663: $? = 1
configure:5666: checking whether we are using the GNU C++ compiler
configure:5690: CC64 -c -O conftest.cc >&5
configure:5696: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:5722: result: no
configure:5728: checking whether CC64 accepts -g
configure:5749: CC64 -c -g conftest.cc >&5
configure:5755: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5779: result: no
configure:5821: CC64 -c -O conftest.cc >&5
configure:5827: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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 <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5821: CC64 -c -O conftest.cc >&5
configure:5827: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5821: CC64 -c -O conftest.cc >&5
configure:5827: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5821: CC64 -c -O conftest.cc >&5
configure:5827: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5821: CC64 -c -O conftest.cc >&5
configure:5827: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5821: CC64 -c -O conftest.cc >&5
configure:5827: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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. */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5910: checking dependency style of CC64
configure:6000: result: none
configure:6027: checking how to run the C++ preprocessor
configure:6141: result: cpp
configure:6165: cpp conftest.cc
configure:6171: $? = 0
configure:6203: cpp conftest.cc
"conftest.cc", line 28: Can't find include file ac_nonexistent.h
configure:6209: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6264: checking for sparc-sun-solaris2-g77
configure:6290: result: f77
configure:6347: checking for Fortran 77 compiler version
configure:6350: f77 --version </dev/null >&5
configure:6353: $? = 1
configure:6355: f77 -v </dev/null >&5
configure:6358: $? = 1
configure:6360: f77 -V </dev/null >&5
configure:6363: $? = 1
configure:6371: checking whether we are using the GNU Fortran 77 compiler
configure:6385: f77 -c -O conftest.F >&5
configure:6391: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6417: result: no
configure:6423: checking whether f77 accepts -g
configure:6435: f77 -c -g conftest.f >&5
configure:6441: $? = 1
configure: failed program was:
| program main
|
| end
configure:6466: result: no
configure:6496: checking the maximum length of command line arguments
configure:6575: result: 262144
configure:6586: checking command to parse nm output from cc64 object
configure:6682: cc64 -c -O conftest.c >&5
configure:6685: $? = 0
configure:6689: nm conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[
][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6692: $? = 0
cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'
configure:6682: cc64 -c -O conftest.c >&5
configure:6685: $? = 0
configure:6689: nm conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[
][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6692: $? = 0
cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][
]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'
configure:6782: result: failed
configure:6789: checking for objdir
configure:6804: result: .libs
configure:6856: checking for sparc-sun-solaris2-ar
configure:6885: result: no
configure:6894: checking for ar
configure:6910: found /usr/ccs/bin/ar
configure:6921: result: ar
configure:6936: checking for sparc-sun-solaris2-ranlib
configure:6962: result: ranlib
configure:7016: checking for sparc-sun-solaris2-strip
configure:7042: result: strip
configure:7345: checking if cc64 static flag works
configure:7368: result: yes
configure:7438: checking for cc64 option to produce PIC
configure:7628: result: -KPIC
configure:7636: checking if cc64 PIC flag -KPIC works
configure:7654: cc64 -c -O -KPIC -DPIC conftest.c >&5
configure:7658: $? = 0
configure:7669: result: yes
configure:7693: checking if cc64 supports -c -o file.o
configure:7714: cc64 -c -O -o out/conftest2.o conftest.c >&5
configure:7718: $? = 0
configure:7738: result: yes
configure:7764: checking whether the cc64 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:8613: result: yes
configure:8684: checking dynamic linker characteristics
configure:9225: result: solaris2 ld.so
configure:9229: checking how to hardcode library paths into programs
configure:9254: result: immediate
configure:9268: checking whether stripping libraries is possible
configure:9289: result: no
configure:10103: checking if libtool supports shared libraries
configure:10105: result: yes
configure:10108: checking whether to build shared libraries
configure:10129: result: yes
configure:10132: checking whether to build static libraries
configure:10136: result: no
configure:10228: creating libtool
configure:10920: checking whether the CC64 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:11787: result: yes
configure:11809: CC64 -c -O conftest.cc >&5
configure:11812: $? = 1
configure:11908: checking for CC64 option to produce PIC
configure:12170: result:
configure:12235: checking if CC64 supports -c -o file.o
configure:12256: CC64 -c -O -o out/conftest2.o conftest.cc >&5
configure:12260: $? = 1
configure:12280: result: no
configure:12306: checking whether the CC64 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:12331: result: yes
configure:12402: checking dynamic linker characteristics
configure:12943: result: solaris2 ld.so
configure:12947: checking how to hardcode library paths into programs
configure:12972: result: unsupported
configure:12986: checking whether stripping libraries is possible
configure:13007: result: no
configure:14298: checking if libtool supports shared libraries
configure:14300: result: yes
configure:14303: checking whether to build shared libraries
configure:14321: result: yes
configure:14324: checking whether to build static libraries
configure:14328: result: no
configure:14340: checking for f77 option to produce PIC
configure:14530: result: -KPIC
configure:14538: checking if f77 PIC flag -KPIC works
configure:14556: f77 -c -O -KPIC conftest.f >&5
configure:14560: $? = 1
configure:14571: result: no
configure:14595: checking if f77 supports -c -o file.o
configure:14616: f77 -c -O -o out/conftest2.o conftest.f >&5
configure:14620: $? = 1
configure:14640: result: no
configure:14666: checking whether the f77 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:15495: result: yes
configure:15566: checking dynamic linker characteristics
configure:16107: result: solaris2 ld.so
configure:16111: checking how to hardcode library paths into programs
configure:16136: result: immediate
configure:16150: checking whether stripping libraries is possible
configure:16171: result: no
configure:20277: checking for shared library run path origin
configure:20290: result: done
configure:20720: checking for iconv
configure:20747: cc64 -o conftest -O -I/usr/pkg/include -Wl,-R/usr/pkg/lib
conftest.c >&5
configure:20753: $? = 0
configure:20757: test -z
|| test ! -s conftest.err
configure:20760: $? = 0
configure:20763: test -s conftest
configure:20766: $? = 0
configure:20832: result: yes
configure:20855: checking for iconv declaration
configure:20889: cc64 -c -O conftest.c >&5
"conftest.c", line 37: identifier redeclared: iconv
current : function(pointer to struct _iconv_info {}, pointer to pointer
to char, pointer to unsigned int, pointer to pointer to char, pointer to
unsigned int) returning unsigned int
previous: function(pointer to struct _iconv_info {}, pointer to pointer
to const char, pointer to unsigned int, pointer to pointer to char, pointer to
unsigned int) returning unsigned int : "/usr/include/iconv.h", line 27
cc: acomp failed for conftest.c
configure:20895: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <iconv.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char *
*outbuf, size_t *outbytesleft);
| #else
| size_t iconv();
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:20922: result:
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:20947: checking whether NLS is requested
configure:20956: result: no
configure:20994: checking for msgfmt
configure:21025: result: /usr/pkg/bin/msgfmt
configure:21034: checking for gmsgfmt
configure:21052: found /usr/lib/gmsgfmt
configure:21065: result: /usr/lib/gmsgfmt
configure:21104: checking for xgettext
configure:21135: result: /usr/pkg/bin/xgettext
configure:21175: checking for msgmerge
configure:21205: result: /usr/pkg/bin/msgmerge
configure:21219: result: found gmsgfmt program is not GNU msgfmt; ignore it
configure:21256: checking whether NLS is requested
configure:21265: result: no
configure:22037: checking whether to use NLS
configure:22039: result: no
configure:22116: checking for ANSI C header files
configure:22272: result: yes
configure:22299: checking locale.h usability
configure:22311: cc64 -c -O conftest.c >&5
configure:22317: $? = 0
configure:22321: test -z
|| test ! -s conftest.err
configure:22324: $? = 0
configure:22327: test -s conftest.o
configure:22330: $? = 0
configure:22340: result: yes
configure:22344: checking locale.h presence
configure:22354: cc64 -E conftest.c
configure:22360: $? = 0
configure:22380: result: yes
configure:22415: checking for locale.h
configure:22422: result: yes
configure:22299: checking stddef.h usability
configure:22311: cc64 -c -O conftest.c >&5
configure:22317: $? = 0
configure:22321: test -z
|| test ! -s conftest.err
configure:22324: $? = 0
configure:22327: test -s conftest.o
configure:22330: $? = 0
configure:22340: result: yes
configure:22344: checking stddef.h presence
configure:22354: cc64 -E conftest.c
configure:22360: $? = 0
configure:22380: result: yes
configure:22415: checking for stddef.h
configure:22422: result: yes
configure:22290: checking for stdlib.h
configure:22295: result: yes
configure:22290: checking for string.h
configure:22295: result: yes
configure:22443: checking for stdlib.h
configure:22448: result: yes
configure:22589: checking for mbstate_t
configure:22614: cc64 -c -O conftest.c >&5
"conftest.c", line 46: warning: statement not reached
configure:22620: $? = 0
configure:22624: test -z
|| test ! -s conftest.err
configure:22627: $? = 0
configure:22630: test -s conftest.o
configure:22633: $? = 0
configure:22644: result: yes
configure:22654: checking for inttypes.h
configure:22677: cc64 -c -O conftest.c >&5
configure:22683: $? = 0
configure:22687: test -z
|| test ! -s conftest.err
configure:22690: $? = 0
configure:22693: test -s conftest.o
configure:22696: $? = 0
configure:22708: result: yes
configure:22733: checking sys/inttypes.h usability
configure:22745: cc64 -c -O conftest.c >&5
configure:22751: $? = 0
configure:22755: test -z
|| test ! -s conftest.err
configure:22758: $? = 0
configure:22761: test -s conftest.o
configure:22764: $? = 0
configure:22774: result: yes
configure:22778: checking sys/inttypes.h presence
configure:22788: cc64 -E conftest.c
configure:22794: $? = 0
configure:22814: result: yes
configure:22849: checking for sys/inttypes.h
configure:22856: result: yes
configure:22870: checking for stdint.h
configure:22892: cc64 -c -O conftest.c >&5
configure:22898: $? = 0
configure:22902: test -z
|| test ! -s conftest.err
configure:22905: $? = 0
configure:22908: test -s conftest.o
configure:22911: $? = 0
configure:22923: result: yes
configure:23085: checking for getc_unlocked
configure:23142: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 81: warning: statement not reached
configure:23148: $? = 0
configure:23152: test -z
|| test ! -s conftest.err
configure:23155: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 0
configure:23173: result: yes
configure:23085: checking for mbrtowc
configure:23142: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 82: warning: statement not reached
configure:23148: $? = 0
configure:23152: test -z
|| test ! -s conftest.err
configure:23155: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 0
configure:23173: result: yes
configure:23085: checking for wcrtomb
configure:23142: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 83: warning: statement not reached
configure:23148: $? = 0
configure:23152: test -z
|| test ! -s conftest.err
configure:23155: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 0
configure:23173: result: yes
configure:23085: checking for mbsinit
configure:23142: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 84: warning: statement not reached
configure:23148: $? = 0
configure:23152: test -z
|| test ! -s conftest.err
configure:23155: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 0
configure:23173: result: yes
configure:23085: checking for setlocale
configure:23142: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 85: warning: statement not reached
configure:23148: $? = 0
configure:23152: test -z
|| test ! -s conftest.err
configure:23155: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 0
configure:23173: result: yes
configure:23187: checking for memmove
configure:23244: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 86: warning: statement not reached
configure:23250: $? = 0
configure:23254: test -z
|| test ! -s conftest.err
configure:23257: $? = 0
configure:23260: test -s conftest
configure:23263: $? = 0
configure:23275: result: yes
configure:23297: checking for nl_langinfo and CODESET
configure:23318: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:23324: $? = 0
configure:23328: test -z
|| test ! -s conftest.err
configure:23331: $? = 0
configure:23334: test -s conftest
configure:23337: $? = 0
configure:23350: result: yes
configure:23377: checking wchar.h usability
configure:23389: cc64 -c -O conftest.c >&5
configure:23395: $? = 0
configure:23399: test -z
|| test ! -s conftest.err
configure:23402: $? = 0
configure:23405: test -s conftest.o
configure:23408: $? = 0
configure:23418: result: yes
configure:23422: checking wchar.h presence
configure:23432: cc64 -E conftest.c
configure:23438: $? = 0
configure:23458: result: yes
configure:23493: checking for wchar.h
configure:23500: result: yes
configure:23514: checking for EILSEQ
configure:23945: result: yes
configure:23958: checking byte ordering
configure:23986: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 55: warning: implicit function declaration: exit
configure:23989: $? = 0
configure:23991: ./conftest
configure:23994: $? = 0
configure:24050: result: big endian
configure:24065: checking for working alloca.h
configure:24086: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:24092: $? = 0
configure:24096: test -z
|| test ! -s conftest.err
configure:24099: $? = 0
configure:24102: test -s conftest
configure:24105: $? = 0
configure:24117: result: yes
configure:24127: checking for alloca
configure:24168: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:24174: $? = 0
configure:24178: test -z
|| test ! -s conftest.err
configure:24181: $? = 0
configure:24184: test -s conftest
configure:24187: $? = 0
configure:24199: result: yes
configure:24428: checking for stdlib.h
configure:24433: result: yes
configure:24580: checking for string.h
configure:24585: result: yes
configure:24785: checking sys/param.h usability
configure:24797: cc64 -c -O conftest.c >&5
configure:24803: $? = 0
configure:24807: test -z
|| test ! -s conftest.err
configure:24810: $? = 0
configure:24813: test -s conftest.o
configure:24816: $? = 0
configure:24826: result: yes
configure:24830: checking sys/param.h presence
configure:24840: cc64 -E conftest.c
configure:24846: $? = 0
configure:24866: result: yes
configure:24901: checking for sys/param.h
configure:24908: result: yes
configure:24928: checking for unistd.h
configure:24933: result: yes
configure:25079: checking for canonicalize_file_name
configure:25136: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 95: warning: statement not reached
Undefined first referenced
symbol in file
canonicalize_file_name conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:25142: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| /* Define canonicalize_file_name to an innocuous variant, in case <limits.h>
declares canonicalize_file_name.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define canonicalize_file_name innocuous_canonicalize_file_name
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char canonicalize_file_name (); 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 canonicalize_file_name
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char canonicalize_file_name ();
| /* 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_canonicalize_file_name) || defined
(__stub___canonicalize_file_name)
| choke me
| #else
| char (*f) () = canonicalize_file_name;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != canonicalize_file_name;
| ;
| return 0;
| }
configure:25167: result: no
configure:25207: checking for getcwd
configure:25264: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 96: warning: statement not reached
configure:25270: $? = 0
configure:25274: test -z
|| test ! -s conftest.err
configure:25277: $? = 0
configure:25280: test -s conftest
configure:25283: $? = 0
configure:25295: result: yes
configure:25207: checking for readlink
configure:25264: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 97: warning: statement not reached
configure:25270: $? = 0
configure:25274: test -z
|| test ! -s conftest.err
configure:25277: $? = 0
configure:25280: test -s conftest
configure:25283: $? = 0
configure:25295: result: yes
configure:25309: checking whether clearerr_unlocked is declared
configure:25333: cc64 -c -O conftest.c >&5
"conftest.c", line 94: undefined symbol: clearerr_unlocked
cc: acomp failed for conftest.c
configure:25339: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef clearerr_unlocked
| char *p = (char *) clearerr_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25363: result: no
configure:25383: checking whether feof_unlocked is declared
configure:25407: cc64 -c -O conftest.c >&5
"conftest.c", line 95: undefined symbol: feof_unlocked
cc: acomp failed for conftest.c
configure:25413: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef feof_unlocked
| char *p = (char *) feof_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25437: result: no
configure:25457: checking whether ferror_unlocked is declared
configure:25481: cc64 -c -O conftest.c >&5
"conftest.c", line 96: undefined symbol: ferror_unlocked
cc: acomp failed for conftest.c
configure:25487: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef ferror_unlocked
| char *p = (char *) ferror_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25511: result: no
configure:25531: checking whether fflush_unlocked is declared
configure:25555: cc64 -c -O conftest.c >&5
"conftest.c", line 97: undefined symbol: fflush_unlocked
cc: acomp failed for conftest.c
configure:25561: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fflush_unlocked
| char *p = (char *) fflush_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25585: result: no
configure:25605: checking whether fgets_unlocked is declared
configure:25629: cc64 -c -O conftest.c >&5
"conftest.c", line 98: undefined symbol: fgets_unlocked
cc: acomp failed for conftest.c
configure:25635: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fgets_unlocked
| char *p = (char *) fgets_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25659: result: no
configure:25679: checking whether fputc_unlocked is declared
configure:25703: cc64 -c -O conftest.c >&5
"conftest.c", line 99: undefined symbol: fputc_unlocked
cc: acomp failed for conftest.c
configure:25709: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fputc_unlocked
| char *p = (char *) fputc_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25733: result: no
configure:25753: checking whether fputs_unlocked is declared
configure:25777: cc64 -c -O conftest.c >&5
"conftest.c", line 100: undefined symbol: fputs_unlocked
cc: acomp failed for conftest.c
configure:25783: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fputs_unlocked
| char *p = (char *) fputs_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25807: result: no
configure:25827: checking whether fread_unlocked is declared
configure:25851: cc64 -c -O conftest.c >&5
"conftest.c", line 101: undefined symbol: fread_unlocked
cc: acomp failed for conftest.c
configure:25857: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fread_unlocked
| char *p = (char *) fread_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25881: result: no
configure:25901: checking whether fwrite_unlocked is declared
configure:25925: cc64 -c -O conftest.c >&5
"conftest.c", line 102: undefined symbol: fwrite_unlocked
cc: acomp failed for conftest.c
configure:25931: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fwrite_unlocked
| char *p = (char *) fwrite_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:25955: result: no
configure:25975: checking whether getc_unlocked is declared
configure:25999: cc64 -c -O conftest.c >&5
configure:26005: $? = 0
configure:26009: test -z
|| test ! -s conftest.err
configure:26012: $? = 0
configure:26015: test -s conftest.o
configure:26018: $? = 0
configure:26029: result: yes
configure:26049: checking whether getchar_unlocked is declared
configure:26073: cc64 -c -O conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z
|| test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26103: result: yes
configure:26123: checking whether putc_unlocked is declared
configure:26147: cc64 -c -O conftest.c >&5
configure:26153: $? = 0
configure:26157: test -z
|| test ! -s conftest.err
configure:26160: $? = 0
configure:26163: test -s conftest.o
configure:26166: $? = 0
configure:26177: result: yes
configure:26197: checking whether putchar_unlocked is declared
configure:26221: cc64 -c -O conftest.c >&5
configure:26227: $? = 0
configure:26231: test -z
|| test ! -s conftest.err
configure:26234: $? = 0
configure:26237: test -s conftest.o
configure:26240: $? = 0
configure:26251: result: yes
configure:26321: checking for vprintf
configure:26378: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 111: warning: statement not reached
configure:26384: $? = 0
configure:26388: test -z
|| test ! -s conftest.err
configure:26391: $? = 0
configure:26394: test -s conftest
configure:26397: $? = 0
configure:26409: result: yes
configure:26416: checking for _doprnt
configure:26473: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 112: warning: statement not reached
configure:26479: $? = 0
configure:26483: test -z
|| test ! -s conftest.err
configure:26486: $? = 0
configure:26489: test -s conftest
configure:26492: $? = 0
configure:26504: result: yes
configure:26519: checking for error_at_line
configure:26540: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 75: warning: implicit function declaration: error_at_line
Undefined first referenced
symbol in file
error_at_line conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:26546: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| error_at_line(0, 0, "", 0, "");
| ;
| return 0;
| }
configure:26571: result: no
configure:26587: checking for strerror
configure:26644: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 113: warning: statement not reached
configure:26650: $? = 0
configure:26654: test -z
|| test ! -s conftest.err
configure:26657: $? = 0
configure:26660: test -s conftest
configure:26663: $? = 0
configure:26675: result: yes
configure:26685: checking whether strerror is declared
configure:26709: cc64 -c -O conftest.c >&5
configure:26715: $? = 0
configure:26719: test -z
|| test ! -s conftest.err
configure:26722: $? = 0
configure:26725: test -s conftest.o
configure:26728: $? = 0
configure:26739: result: yes
configure:26757: checking whether strerror_r is declared
configure:26781: cc64 -c -O conftest.c >&5
configure:26787: $? = 0
configure:26791: test -z
|| test ! -s conftest.err
configure:26794: $? = 0
configure:26797: test -s conftest.o
configure:26800: $? = 0
configure:26811: result: yes
configure:26833: checking for strerror_r
configure:26890: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 116: warning: statement not reached
configure:26896: $? = 0
configure:26900: test -z
|| test ! -s conftest.err
configure:26903: $? = 0
configure:26906: test -s conftest
configure:26909: $? = 0
configure:26921: result: yes
configure:26931: checking whether strerror_r returns char *
configure:26959: cc64 -c -O conftest.c >&5
"conftest.c", line 114: cannot dereference non-pointer type
"conftest.c", line 115: warning: improper pointer/integer combination: op "="
cc: acomp failed for conftest.c
configure:26965: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
|
| ;
| return 0;
| }
configure:27038: result: no
configure:27069: checking for stdlib.h
configure:27074: result: yes
configure:27214: checking for GNU libc compatible malloc
configure:27243: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:27246: $? = 0
configure:27248: ./conftest
configure:27251: $? = 0
configure:27265: result: yes
configure:27290: checking for setenv
configure:27347: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 119: warning: statement not reached
configure:27353: $? = 0
configure:27357: test -z
|| test ! -s conftest.err
configure:27360: $? = 0
configure:27363: test -s conftest
configure:27366: $? = 0
configure:27378: result: yes
configure:27290: checking for unsetenv
configure:27347: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 120: warning: statement not reached
configure:27353: $? = 0
configure:27357: test -z
|| test ! -s conftest.err
configure:27360: $? = 0
configure:27363: test -s conftest
configure:27366: $? = 0
configure:27378: result: yes
configure:27950: checking for stdbool.h that conforms to C99
configure:28003: cc64 -c -O conftest.c >&5
"/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only
in a c99 compilation environment."
cc: acomp failed for conftest.c
configure:28009: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.10"
| #define INSTALLPREFIX "/usr/pkg"
| #define _GNU_SOURCE 1
| #define __EXTENSIONS__ 1
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define realpath rpl_realpath
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| /* end confdefs.h. */
|
| #include <stdbool.h>
| #ifndef bool
| # error bool is not defined
| #endif
| #ifndef false
| # error false is not defined
| #endif
| #if false
| # error false is not 0
| #endif
| #ifndef true
| # error true is not defined
| #endif
| #if true != 1
| # error true is not 1
| #endif
| #ifndef __bool_true_false_are_defined
| # error __bool_true_false_are_defined is not defined
| #endif
|
| struct s { _Bool s: 1; _Bool t; } s;
|
| char a[true == 1 ? 1 : -1];
| char b[false == 0 ? 1 : -1];
| char c[__bool_true_false_are_defined == 1 ? 1 : -1];
| char d[(bool) -0.5 == true ? 1 : -1];
| bool e = &s;
| char f[(_Bool) -0.0 == false ? 1 : -1];
| char g[true];
| char h[sizeof (_Bool)];
| char i[sizeof s.t];
|
| int
| main ()
| {
| return !a + !b + !c + !d + !e + !f + !g + !h + !i;
| ;
| return 0;
| }
configure:28033: result: no
configure:28035: checking for _Bool
configure:28059: cc64 -c -O conftest.c >&5
configure:28065: $? = 0
configure:28069: test -z
|| test ! -s conftest.err
configure:28072: $? = 0
configure:28075: test -s conftest.o
configure:28078: $? = 0
configure:28089: result: yes
configure:28132: checking for strerror
configure:28220: result: yes
configure:28251: checking for readlink
configure:28339: result: yes
configure:28364: checking for ssize_t
configure:28385: cc64 -c -O conftest.c >&5
configure:28391: $? = 0
configure:28395: test -z
|| test ! -s conftest.err
configure:28398: $? = 0
configure:28401: test -s conftest.o
configure:28404: $? = 0
configure:28415: result: yes
configure:28591: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on s002
config.status:770: creating Makefile
config.status:770: creating lib/Makefile
config.status:770: creating srclib/Makefile
config.status:770: creating src/Makefile
config.status:770: creating po/Makefile.in
config.status:770: creating man/Makefile
config.status:770: creating tests/Makefile
config.status:770: creating include/iconv.h
config.status:874: creating config.h
config.status:874: creating lib/config.h
config.status:1294: executing depfiles commands
config.status:1294: executing default-1 commands
configure:30112: configuring in libcharset
configure:30229: running /bin/ksh './configure' --prefix=/usr/pkg
'--disable-nls' '--prefix=/usr/pkg' '--host=sparc-sun-solaris2'
'--mandir=/usr/pkg/man' 'CC=cc64' 'CFLAGS=-O' 'CPPFLAGS=' 'CXXCPP=cpp'
'CXXFLAGS=-O' 'CXX=CC64' 'F77=f77' 'FFLAGS=-O' 'LDFLAGS=-Wl,-R/usr/pkg/lib'
'host_alias=sparc-sun-solaris2' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=sparc-sun-solaris2.10
ac_cv_build_alias=sparc-sun-solaris2.10
ac_cv_c_compiler_gnu=no
ac_cv_cxx_compiler_gnu=no
ac_cv_decl_EILSEQ=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc64
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=set
ac_cv_env_CXXCPP_value=cpp
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-O
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=CC64
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=-Wl,-R/usr/pkg/lib
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=sparc-sun-solaris2
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_f77_compiler_gnu=no
ac_cv_func__doprnt=yes
ac_cv_func_alloca_works=yes
ac_cv_func_canonicalize_file_name=no
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memmove=yes
ac_cv_func_readlink=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_unsetenv=yes
ac_cv_func_vprintf=yes
ac_cv_func_wcrtomb=yes
ac_cv_have_decl_clearerr_unlocked=no
ac_cv_have_decl_feof_unlocked=no
ac_cv_have_decl_ferror_unlocked=no
ac_cv_have_decl_fflush_unlocked=no
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_fputc_unlocked=no
ac_cv_have_decl_fputs_unlocked=no
ac_cv_have_decl_fread_unlocked=no
ac_cv_have_decl_fwrite_unlocked=no
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_strerror=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdbool_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_inttypes_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=sparc-sun-solaris2
ac_cv_host_alias=sparc-sun-solaris2
ac_cv_objext=o
ac_cv_path_ECHO=/usr/ucb/echo
ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
ac_cv_path_ENV=/usr/bin/env
ac_cv_path_FALSE=/usr/bin/false
ac_cv_path_GMSGFMT=/usr/lib/gmsgfmt
ac_cv_path_GREP=/usr/xpg4/bin/grep
ac_cv_path_MSGFMT=/usr/pkg/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/pkg/bin/msgmerge
ac_cv_path_TEST=test
ac_cv_path_TRUE=/usr/bin/true
ac_cv_path_XGETTEXT=/usr/pkg/bin/xgettext
ac_cv_prog_AWK=/usr/bin/nawk
ac_cv_prog_CC=cc64
ac_cv_prog_CPP='cc64 -E'
ac_cv_prog_CXX=CC64
ac_cv_prog_CXXCPP=cpp
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_type__Bool=yes
ac_cv_type_mbstate_t=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='-R$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libpath=LD_LIBRARY_PATH
acl_cv_path_LD=/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_shlibpath_var=LD_LIBRARY_PATH
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_error_at_line=no
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf,
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=const
cl_cv_prog_LN=ln
cl_cv_prog_cp='cp -p'
cl_cv_sys_endian='big endian'
gl_cv_func_malloc_0_nonnull=1
gl_cv_header_stdint_h=yes
gt_cv_header_inttypes_h=yes
gt_cv_ssize_t=yes
lt_cv_deplibs_check_method=pass_all
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=/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld
lt_cv_path_LDCXX=''
lt_cv_path_NM=nm
lt_cv_path_SED=/usr/pkgsrc/converters/libiconv/work/.tools/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=no
lt_cv_prog_compiler_c_o_F77=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=''
lt_cv_sys_global_symbol_pipe=''
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=''
lt_cv_sys_max_cmd_len=262144
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"no"'
lt_lt_cv_prog_compiler_c_o_F77='"no"'
lt_lt_cv_sys_global_symbol_pipe='""'
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='""'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL}
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/build-aux/missing --run
aclocal-1.9'
ALLOCA=''
ALLOCA_H=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL}
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/build-aux/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL}
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/build-aux/missing --run
autoconf'
AUTOHEADER='${SHELL}
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/build-aux/missing --run
autoheader'
AUTOMAKE='${SHELL}
/usr/pkgsrc/converters/libiconv/work/libiconv-1.10/build-aux/missing --run
automake-1.9'
AWK='/usr/bin/nawk'
CC='cc64'
CCDEPMODE='depmode=none'
CFLAGS='-O'
CP='cp -p'
CPP='cc64 -E'
CPPFLAGS=''
CXX='CC64'
CXXCPP='cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='/usr/ucb/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EILSEQ=''
EXEEXT=''
F77='f77'
FFLAGS='-O'
GCC=''
GMSGFMT=':'
HAVE_LONG_64BIT=''
HAVE_LONG_LONG_64BIT=''
HAVE__BOOL='1'
ICONV_CONST='const'
INSTALL_DATA='/usr/ucb/install -c -o root -g root -m 444'
INSTALL_PROGRAM='/usr/ucb/install -c -s -o root -g root -m 555'
INSTALL_SCRIPT='/usr/ucb/install -c -o root -g root -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
LDFLAGS='-Wl,-R/usr/pkg/lib'
LIBICONV=''
LIBINTL=''
LIBOBJS=' canonicalize$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN='ln'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=' canonicalize$U.lo'
MAKEINFO='/usr/pkgsrc/converters/libiconv/work/.tools/bin/makeinfo'
MKINSTALLDIRS='$(top_builddir)/build-aux/mkinstalldirs'
MSGFMT='/usr/pkg/bin/msgfmt'
MSGMERGE='/usr/pkg/bin/msgmerge'
OBJDUMP='objdump'
OBJEXT='o'
OS='solaris'
PACKAGE='libiconv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PLUGLIB='preloadable_libiconv.so'
POSUB=''
RANLIB='ranlib'
RELOCATABLE='no'
RELOCATABLE_VIA_LD_FALSE=''
RELOCATABLE_VIA_LD_TRUE='#'
SET_MAKE=''
SET_RELOCATABLE=''
SHELL='/bin/ksh'
STDBOOL_H='stdbool.h'
STDINT_H=''
STRIP='strip'
USE_EXTRA_ENCODINGS='no'
USE_NLS='no'
VERSION='1.10'
XGETTEXT='/usr/pkg/bin/xgettext'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='sparc-sun-solaris2'
host_alias='sparc-sun-solaris2'
host_cpu='sparc'
host_os='solaris2'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/ucb/install'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/pkg/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='/usr/pkg'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libcharset'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_DECL_CLEARERR_UNLOCKED 0
#define HAVE_DECL_FEOF_UNLOCKED 0
#define HAVE_DECL_FERROR_UNLOCKED 0
#define HAVE_DECL_FFLUSH_UNLOCKED 0
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_FPUTC_UNLOCKED 0
#define HAVE_DECL_FPUTS_UNLOCKED 0
#define HAVE_DECL_FREAD_UNLOCKED 0
#define HAVE_DECL_FWRITE_UNLOCKED 0
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_STRERROR 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_DLFCN_H 1
#define HAVE_DOPRNT 1
#define HAVE_GETCWD 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LOCALE_H 1
#define HAVE_MBRTOWC 1
#define HAVE_MBSINIT 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_READLINK 1
#define HAVE_READLINK 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_INTTYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSETENV 1
#define HAVE_VPRINTF 1
#define HAVE_WCHAR_H 1
#define HAVE_WCRTOMB 1
#define HAVE__BOOL 1
#define ICONV_CONST const
#define INSTALLPREFIX "/usr/pkg"
#define MALLOC_0_IS_NONNULL 1
#define PACKAGE "libiconv"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "1.10"
#define _GNU_SOURCE 1
#define __EXTENSIONS__ 1
#define realpath rpl_realpath
#endif
#ifdef __cplusplus
void exit (int);
configure: exit 0
--------------040004030306080909000707
Content-Type: text/plain;
name="libcharset-config.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="libcharset-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 configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/usr/pkg --disable-nls --prefix=/usr/pkg
--host=sparc-sun-solaris2 --mandir=/usr/pkg/man CC=cc64 CFLAGS=-O CPPFLAGS=
CXXCPP=cpp CXXFLAGS=-O CXX=CC64 F77=f77 FFLAGS=-O LDFLAGS=-Wl,-R/usr/pkg/lib
host_alias=sparc-sun-solaris2 --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = s002
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = s002
Release = 5.10
KernelID = Generic
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2
/bin/arch = sun4
/usr/bin/arch -k = sun4u
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/pkgsrc/converters/libiconv/work/.wrapper/bin
PATH: /usr/pkgsrc/converters/libiconv/work/.buildlink/bin
PATH: /usr/pkgsrc/converters/libiconv/work/.tools/bin
PATH: /usr/pkgsrc/converters/libiconv/work/.sunpro/bin
PATH: /usr/pkg/bin
PATH: /usr/pkgsrc/my-bin
PATH: /usr/ccs/bin
PATH: /usr/pkg/bin
PATH: /usr/pkg/sbin
PATH: /usr/bin
PATH: /usr/lib
PATH: /usr/pkg/bin
PATH: /usr/openwin/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1518: checking whether make sets $(MAKE)
configure:1538: result: yes
configure:1562: checking for sparc-sun-solaris2-gcc
configure:1588: result: cc64
configure:1870: checking for C compiler version
configure:1873: cc64 --version </dev/null >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files. Use 'cc -flags' for details
configure:1876: $? = 1
configure:1878: cc64 -v </dev/null >&5
usage: cc [ options] files. Use 'cc -flags' for details
configure:1881: $? = 1
configure:1883: cc64 -V </dev/null >&5
cc: Sun C 5.8 2005/10/13
usage: cc [ options] files. Use 'cc -flags' for details
configure:1886: $? = 1
configure:1909: checking for C compiler default output file name
configure:1912: cc64 -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:1915: $? = 0
configure:1961: result: a.out
configure:1966: checking whether the C compiler works
configure:1972: ./a.out
configure:1975: $? = 0
configure:1992: result: yes
configure:1999: checking whether we are cross compiling
configure:2001: result: no
configure:2004: checking for suffix of executables
configure:2006: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:2009: $? = 0
configure:2034: result:
configure:2040: checking for suffix of object files
configure:2061: cc64 -c -O conftest.c >&5
configure:2064: $? = 0
configure:2086: result: o
configure:2090: checking whether we are using the GNU C compiler
configure:2114: cc64 -c -O conftest.c >&5
"conftest.c", line 14: undefined symbol: choke
"conftest.c", line 14: syntax error before or at: me
cc: acomp failed for conftest.c
configure:2120: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:2146: result: no
configure:2152: checking whether cc64 accepts -g
configure:2173: cc64 -c -g conftest.c >&5
configure:2179: $? = 0
configure:2183: test -z
|| test ! -s conftest.err
configure:2186: $? = 0
configure:2189: test -s conftest.o
configure:2192: $? = 0
configure:2203: result: yes
configure:2220: checking for cc64 option to accept ANSI C
configure:2290: cc64 -c -O conftest.c >&5
"conftest.c", line 52: warning: statement not reached
configure:2296: $? = 0
configure:2300: test -z
|| test ! -s conftest.err
configure:2303: $? = 0
configure:2306: test -s conftest.o
configure:2309: $? = 0
configure:2327: result: none needed
configure:2345: cc64 -c -O conftest.c >&5
"conftest.c", line 2: warning: old-style declaration or incorrect type for:
choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 3: warning: old-style declaration or incorrect type for: me
cc: acomp failed for conftest.c
configure:2351: $? = 2
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2489: checking how to run the C preprocessor
configure:2524: cc64 -E conftest.c
configure:2530: $? = 0
configure:2562: cc64 -E conftest.c
"conftest.c", line 9: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:2568: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2607: result: cc64 -E
configure:2631: cc64 -E conftest.c
configure:2637: $? = 0
configure:2669: cc64 -E conftest.c
"conftest.c", line 9: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:2675: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2720: checking for egrep
configure:2730: result: grep -E
configure:2798: checking for a BSD-compatible install
configure:2853: result: /usr/ucb/install -c -o root -g root
configure:2872: checking build system type
configure:2890: result: sparc-sun-solaris2.10
configure:2898: checking host system type
configure:2912: result: sparc-sun-solaris2
configure:2923: checking whether to activate relocatable installation
configure:2938: result: no
configure:2958: checking for AIX
configure:2980: result: no
configure:2986: checking for ANSI C header files
configure:3011: cc64 -c -O conftest.c >&5
configure:3017: $? = 0
configure:3021: test -z
|| test ! -s conftest.err
configure:3024: $? = 0
configure:3027: test -s conftest.o
configure:3030: $? = 0
configure:3119: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 27: warning: implicit function declaration: exit
configure:3122: $? = 0
configure:3124: ./conftest
configure:3127: $? = 0
configure:3142: result: yes
configure:3166: checking for sys/types.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for sys/stat.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for stdlib.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for string.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for memory.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for strings.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for inttypes.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for stdint.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3166: checking for unistd.h
configure:3182: cc64 -c -O conftest.c >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest.o
configure:3201: $? = 0
configure:3212: result: yes
configure:3234: checking minix/config.h usability
configure:3246: cc64 -c -O conftest.c >&5
"conftest.c", line 54: cannot find include file: <minix/config.h>
cc: acomp failed for conftest.c
configure:3252: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3275: result: no
configure:3279: checking minix/config.h presence
configure:3289: cc64 -E conftest.c
"conftest.c", line 20: cannot find include file: <minix/config.h>
cc: acomp failed for conftest.c
configure:3295: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3315: result: no
configure:3350: checking for minix/config.h
configure:3357: result: no
configure:3386: checking for library containing strerror
configure:3416: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:3422: $? = 0
configure:3426: test -z
|| test ! -s conftest.err
configure:3429: $? = 0
configure:3432: test -s conftest
configure:3435: $? = 0
configure:3505: result: none required
configure:3592: checking for a sed that does not truncate output
configure:3646: result: /usr/pkgsrc/converters/libiconv/work/.tools/bin/sed
configure:3693: checking for non-GNU ld
configure:3727: result: /usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld
configure:3736: checking if the linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) is GNU ld
configure:3751: result: no
configure:3756: checking for
/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld option to reload object
files
configure:3763: result: -r
configure:3781: checking for BSD-compatible nm
configure:3823: result: nm
configure:3827: checking whether ln -s works
configure:3831: result: yes
configure:3838: checking how to recognise dependent libraries
configure:4010: result: pass_all
configure:4472: checking dlfcn.h usability
configure:4484: cc64 -c -O conftest.c >&5
configure:4490: $? = 0
configure:4494: test -z
|| test ! -s conftest.err
configure:4497: $? = 0
configure:4500: test -s conftest.o
configure:4503: $? = 0
configure:4513: result: yes
configure:4517: checking dlfcn.h presence
configure:4527: cc64 -E conftest.c
configure:4533: $? = 0
configure:4553: result: yes
configure:4588: checking for dlfcn.h
configure:4595: result: yes
configure:4618: checking for sparc-sun-solaris2-g++
configure:4644: result: CC64
configure:4702: checking for C++ compiler version
configure:4705: CC64 --version </dev/null >&5
configure:4708: $? = 1
configure:4710: CC64 -v </dev/null >&5
configure:4713: $? = 1
configure:4715: CC64 -V </dev/null >&5
configure:4718: $? = 1
configure:4721: checking whether we are using the GNU C++ compiler
configure:4745: CC64 -c -O conftest.cc >&5
configure:4751: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:4777: result: no
configure:4783: checking whether CC64 accepts -g
configure:4804: CC64 -c -g conftest.cc >&5
configure:4810: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4834: result: no
configure:4876: CC64 -c -O conftest.cc >&5
configure:4882: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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 <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4876: CC64 -c -O conftest.cc >&5
configure:4882: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4876: CC64 -c -O conftest.cc >&5
configure:4882: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4876: CC64 -c -O conftest.cc >&5
configure:4882: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4876: CC64 -c -O conftest.cc >&5
configure:4882: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4876: CC64 -c -O conftest.cc >&5
configure:4882: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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. */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4973: checking how to run the C++ preprocessor
configure:5087: result: cpp
configure:5111: cpp conftest.cc
configure:5117: $? = 0
configure:5149: cpp conftest.cc
"conftest.cc", line 24: Can't find include file ac_nonexistent.h
configure:5155: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define INSTALLPREFIX "/usr/pkg"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5210: checking for sparc-sun-solaris2-g77
configure:5236: result: f77
configure:5293: checking for Fortran 77 compiler version
configure:5296: f77 --version </dev/null >&5
configure:5299: $? = 1
configure:5301: f77 -v </dev/null >&5
configure:5304: $? = 1
configure:5306: f77 -V </dev/null >&5
configure:5309: $? = 1
configure:5317: checking whether we are using the GNU Fortran 77 compiler
configure:5331: f77 -c -O conftest.F >&5
configure:5337: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5363: result: no
configure:5369: checking whether f77 accepts -g
configure:5381: f77 -c -g conftest.f >&5
configure:5387: $? = 1
configure: failed program was:
| program main
|
| end
configure:5412: result: no
configure:5442: checking the maximum length of command line arguments
configure:5521: result: 262144
configure:5532: checking command to parse nm output from cc64 object
configure:5628: cc64 -c -O conftest.c >&5
configure:5631: $? = 0
configure:5635: nm conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[
][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5638: $? = 0
cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'
configure:5628: cc64 -c -O conftest.c >&5
configure:5631: $? = 0
configure:5635: nm conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[
][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5638: $? = 0
cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][
]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'
configure:5728: result: failed
configure:5735: checking for objdir
configure:5750: result: .libs
configure:5802: checking for sparc-sun-solaris2-ar
configure:5831: result: no
configure:5840: checking for ar
configure:5856: found /usr/ccs/bin/ar
configure:5867: result: ar
configure:5882: checking for sparc-sun-solaris2-ranlib
configure:5911: result: no
configure:5920: checking for ranlib
configure:5936: found /usr/ccs/bin/ranlib
configure:5947: result: ranlib
configure:5962: checking for sparc-sun-solaris2-strip
configure:5991: result: no
configure:6000: checking for strip
configure:6016: found /usr/pkgsrc/converters/libiconv/work/.tools/bin/strip
configure:6027: result: strip
configure:6291: checking if cc64 static flag works
configure:6314: result: yes
configure:6384: checking for cc64 option to produce PIC
configure:6574: result: -KPIC
configure:6582: checking if cc64 PIC flag -KPIC works
configure:6600: cc64 -c -O -KPIC -DPIC conftest.c >&5
configure:6604: $? = 0
configure:6615: result: yes
configure:6639: checking if cc64 supports -c -o file.o
configure:6660: cc64 -c -O -o out/conftest2.o conftest.c >&5
configure:6664: $? = 0
configure:6684: result: yes
configure:6710: checking whether the cc64 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:7559: result: yes
configure:7630: checking dynamic linker characteristics
configure:8171: result: solaris2 ld.so
configure:8175: checking how to hardcode library paths into programs
configure:8200: result: immediate
configure:8214: checking whether stripping libraries is possible
configure:8235: result: no
configure:9049: checking if libtool supports shared libraries
configure:9051: result: yes
configure:9054: checking whether to build shared libraries
configure:9075: result: yes
configure:9078: checking whether to build static libraries
configure:9082: result: yes
configure:9174: creating libtool
configure:9866: checking whether the CC64 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:10733: result: yes
configure:10755: CC64 -c -O conftest.cc >&5
configure:10758: $? = 1
configure:10854: checking for CC64 option to produce PIC
configure:11116: result:
configure:11181: checking if CC64 supports -c -o file.o
configure:11202: CC64 -c -O -o out/conftest2.o conftest.cc >&5
configure:11206: $? = 1
configure:11226: result: no
configure:11252: checking whether the CC64 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:11277: result: yes
configure:11348: checking dynamic linker characteristics
configure:11889: result: solaris2 ld.so
configure:11893: checking how to hardcode library paths into programs
configure:11918: result: unsupported
configure:11932: checking whether stripping libraries is possible
configure:11953: result: no
configure:13244: checking if libtool supports shared libraries
configure:13246: result: yes
configure:13249: checking whether to build shared libraries
configure:13267: result: yes
configure:13270: checking whether to build static libraries
configure:13274: result: yes
configure:13286: checking for f77 option to produce PIC
configure:13476: result: -KPIC
configure:13484: checking if f77 PIC flag -KPIC works
configure:13502: f77 -c -O -KPIC conftest.f >&5
configure:13506: $? = 1
configure:13517: result: no
configure:13541: checking if f77 supports -c -o file.o
configure:13562: f77 -c -O -o out/conftest2.o conftest.f >&5
configure:13566: $? = 1
configure:13586: result: no
configure:13612: checking whether the f77 linker
(/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld) supports shared libraries
configure:14441: result: yes
configure:14512: checking dynamic linker characteristics
configure:15053: result: solaris2 ld.so
configure:15057: checking how to hardcode library paths into programs
configure:15082: result: immediate
configure:15096: checking whether stripping libraries is possible
configure:15117: result: no
configure:19209: checking for nl_langinfo and CODESET
configure:19230: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
configure:19236: $? = 0
configure:19240: test -z
|| test ! -s conftest.err
configure:19243: $? = 0
configure:19246: test -s conftest
configure:19249: $? = 0
configure:19262: result: yes
configure:19273: checking whether we are using the GNU C Library 2.1 or newer
"conftest.c", line 26: cannot find include file: <features.h>
cc: acomp failed for conftest.c
configure:19304: result: no
configure:19326: checking stddef.h usability
configure:19338: cc64 -c -O conftest.c >&5
configure:19344: $? = 0
configure:19348: test -z
|| test ! -s conftest.err
configure:19351: $? = 0
configure:19354: test -s conftest.o
configure:19357: $? = 0
configure:19367: result: yes
configure:19371: checking stddef.h presence
configure:19381: cc64 -E conftest.c
configure:19387: $? = 0
configure:19407: result: yes
configure:19442: checking for stddef.h
configure:19449: result: yes
configure:19317: checking for stdlib.h
configure:19322: result: yes
configure:19317: checking for string.h
configure:19322: result: yes
configure:19466: checking for setlocale
configure:19523: cc64 -o conftest -O -Wl,-R/usr/pkg/lib conftest.c >&5
"conftest.c", line 70: warning: statement not reached
configure:19529: $? = 0
configure:19533: test -z
|| test ! -s conftest.err
configure:19536: $? = 0
configure:19539: test -s conftest
configure:19542: $? = 0
configure:19554: result: yes
configure:19661: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on s002
config.status:687: creating Makefile
config.status:687: creating lib/Makefile
config.status:791: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=sparc-sun-solaris2.10
ac_cv_build_alias=sparc-sun-solaris2.10
ac_cv_c_compiler_gnu=no
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc64
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=set
ac_cv_env_CXXCPP_value=cpp
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-O
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=CC64
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=-Wl,-R/usr/pkg/lib
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=sparc-sun-solaris2
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_f77_compiler_gnu=no
ac_cv_func_setlocale=yes
ac_cv_gnu_library_2_1=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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=sparc-sun-solaris2
ac_cv_host_alias=sparc-sun-solaris2
ac_cv_objext=o
ac_cv_path_ECHO=/usr/ucb/echo
ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
ac_cv_path_ENV=/usr/bin/env
ac_cv_path_FALSE=/usr/bin/false
ac_cv_path_GREP=/usr/xpg4/bin/grep
ac_cv_path_TEST=test
ac_cv_path_TRUE=/usr/bin/true
ac_cv_prog_CC=cc64
ac_cv_prog_CPP='cc64 -E'
ac_cv_prog_CXX=CC64
ac_cv_prog_CXXCPP=cpp
ac_cv_prog_F77=f77
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_langinfo_codeset=yes
lt_cv_deplibs_check_method=pass_all
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=/usr/pkgsrc/converters/libiconv/work/.wrapper/bin/ld
lt_cv_path_LDCXX=''
lt_cv_path_NM=nm
lt_cv_path_SED=/usr/pkgsrc/converters/libiconv/work/.tools/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=no
lt_cv_prog_compiler_c_o_F77=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=''
lt_cv_sys_global_symbol_pipe=''
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=''
lt_cv_sys_max_cmd_len=262144
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"no"'
lt_lt_cv_prog_compiler_c_o_F77='"no"'
lt_lt_cv_sys_global_symbol_pipe='""'
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='""'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AS='as'
CC='cc64'
CFLAGS='-O'
CPP='cc64 -E'
CPPFLAGS=''
CXX='CC64'
CXXCPP='cpp'
CXXFLAGS='-O'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='dlltool'
ECHO='/usr/ucb/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='f77'
FFLAGS='-O'
GLIBC21='no'
INSTALL_DATA='/usr/ucb/install -c -o root -g root -m 444'
INSTALL_PROGRAM='/usr/ucb/install -c -s -o root -g root -m 555'
INSTALL_SCRIPT='/usr/ucb/install -c -o root -g root -m 555'
LDFLAGS='-Wl,-R/usr/pkg/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELOCATABLE='no'
SET_MAKE=''
SHELL='/bin/ksh'
STRIP='strip'
VERSION=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='sparc-sun-solaris2'
host_alias='sparc-sun-solaris2'
host_cpu='sparc'
host_os='solaris2'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/pkg/man'
oldincludedir='/usr/include'
prefix='/usr/pkg'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_MEMORY_H 1
#define HAVE_SETLOCALE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define INSTALLPREFIX "/usr/pkg"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
void exit (int);
configure: exit 0
--------------040004030306080909000707--
Home |
Main Index |
Thread Index |
Old Index