[kaffe] Building on SunOS 5.8
Ronald Aigner
ra3@os.inf.tu-dresden.de
Mon May 12 04:52:02 2003
--Boundary-00=_Du4v+lZKTyaR9qS
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
I just wanted to checkout and build Kaffe on a SunOS 5.8 but configure
aborted. I attached the config.log. I ran configure like this:
'./configure --prefix=/home/ra3/bin'
Is there anything I can try to make this work?
Greetings, Ron.
--
Mit freundlichen Gruessen/With regards
ra3 @ os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/~ra3/
--Boundary-00=_Du4v+lZKTyaR9qS
Content-Type: text/x-log;
charset="iso-8859-1";
name="config.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --prefix=/home/ra3/bin/
## --------- ##
## Platform. ##
## --------- ##
hostname = comquad
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_108528-19
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = comquad
Release = 5.8
KernelID = Generic_108528-19
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: .
PATH: /home/ra3/bin
PATH: /home/ra3/src/cvstools/bin
PATH: /home/ra3/src/bin
PATH: /usr/ucb
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/kde/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /usr/X11R5/bin
PATH: /usr/etc
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/games
PATH: /usr/local/j2re/bin
PATH: /usr/local/j2sdk/bin
PATH: /home/ra3/OpenOffice.org1.0/program
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1542: checking for a BSD-compatible install
configure:1596: result: /usr/local/bin/install -c
configure:1607: checking whether build environment is sane
configure:1650: result: yes
configure:1683: checking for gawk
configure:1699: found /usr/local/bin/gawk
configure:1709: result: gawk
configure:1719: checking whether make sets $(MAKE)
configure:1739: result: yes
configure:1906: checking whether to enable maintainer-specific portions of Makefiles
configure:1915: result: no
configure:2017: checking for gcc
configure:2033: found /usr/local/bin/gcc
configure:2043: result: gcc
configure:2287: checking for C compiler version
configure:2290: gcc --version </dev/null >&5
gcc (GCC) 3.2.3
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2293: $? = 0
configure:2295: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3/specs
Configured with: ./configure --prefix=/usr/local : (reconfigured) ./configure --prefix=/usr/local --enable-languages=c,c++ : (reconfigured) ./configure --prefix=/usr/local --with-gnu-as --with-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld : (reconfigured) ./configure --prefix=/usr/local --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 3.2.3
configure:2298: $? = 0
configure:2300: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2303: $? = 1
configure:2327: checking for C compiler default output
configure:2330: gcc conftest.c >&5
configure:2333: $? = 0
configure:2379: result: a.out
configure:2384: checking whether the C compiler works
configure:2390: ./a.out
configure:2393: $? = 0
configure:2410: result: yes
configure:2417: checking whether we are cross compiling
configure:2419: result: no
configure:2422: checking for suffix of executables
configure:2424: gcc -o conftest conftest.c >&5
configure:2427: $? = 0
configure:2452: result:
configure:2458: checking for suffix of object files
configure:2480: gcc -c conftest.c >&5
configure:2483: $? = 0
configure:2505: result: o
configure:2509: checking whether we are using the GNU C compiler
configure:2534: gcc -c conftest.c >&5
configure:2537: $? = 0
configure:2540: test -s conftest.o
configure:2543: $? = 0
configure:2556: result: yes
configure:2562: checking whether gcc accepts -g
configure:2584: gcc -c -g conftest.c >&5
configure:2587: $? = 0
configure:2590: test -s conftest.o
configure:2593: $? = 0
configure:2604: result: yes
configure:2621: checking for gcc option to accept ANSI C
configure:2682: gcc -c -g -O2 conftest.c >&5
configure:2685: $? = 0
configure:2688: test -s conftest.o
configure:2691: $? = 0
configure:2709: result: none needed
configure:2727: gcc -c -g -O2 conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2730: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2849: checking for style of include used by make
configure:2877: result: GNU
configure:2905: checking dependency style of gcc
configure:2973: result: gcc
configure:3051: checking for g++
configure:3067: found /usr/local/bin/g++
configure:3077: result: g++
configure:3093: checking for C++ compiler version
configure:3096: g++ --version </dev/null >&5
g++ (GCC) 3.2.3
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3099: $? = 0
configure:3101: g++ -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3/specs
Configured with: ./configure --prefix=/usr/local : (reconfigured) ./configure --prefix=/usr/local --enable-languages=c,c++ : (reconfigured) ./configure --prefix=/usr/local --with-gnu-as --with-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld : (reconfigured) ./configure --prefix=/usr/local --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 3.2.3
configure:3104: $? = 0
configure:3106: g++ -V </dev/null >&5
g++: argument to `-V' missing
configure:3109: $? = 1
configure:3112: checking whether we are using the GNU C++ compiler
configure:3137: g++ -c conftest.cc >&5
configure:3140: $? = 0
configure:3143: test -s conftest.o
configure:3146: $? = 0
configure:3159: result: yes
configure:3165: checking whether g++ accepts -g
configure:3187: g++ -c -g conftest.cc >&5
configure:3190: $? = 0
configure:3193: test -s conftest.o
configure:3196: $? = 0
configure:3207: result: yes
configure:3251: g++ -c -g -O2 conftest.cc >&5
configure:3254: $? = 0
configure:3257: test -s conftest.o
configure:3260: $? = 0
configure:3287: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:3284: `exit' undeclared (first use this function)
configure:3284: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3290: $? = 1
configure: failed program was:
| #line 3270 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3251: g++ -c -g -O2 conftest.cc >&5
configure:3254: $? = 0
configure:3257: test -s conftest.o
configure:3260: $? = 0
configure:3287: g++ -c -g -O2 conftest.cc >&5
configure:3290: $? = 0
configure:3293: test -s conftest.o
configure:3296: $? = 0
configure:3321: checking dependency style of g++
configure:3389: result: gcc
configure:3413: checking build system type
configure:3431: result: sparc-sun-solaris2.8
configure:3439: checking host system type
configure:3453: result: sparc-sun-solaris2.8
configure:3625: checking for egrep
configure:3635: result: egrep
configure:3651: checking for ld used by GCC
configure:3718: result: /usr/ccs/bin/ld
configure:3727: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:3739: result: no
configure:3744: checking for /usr/ccs/bin/ld option to reload object files
configure:3751: result: -r
configure:3760: checking for BSD-compatible nm
configure:3802: result: /usr/ccs/bin/nm -p
configure:3806: checking for a sed that does not truncate output
configure:3860: result: /usr/xpg4/bin/sed
configure:3863: checking whether ln -s works
configure:3867: result: yes
configure:3874: checking how to recognise dependent libraries
configure:4065: result: pass_all
configure:4255: checking how to run the C preprocessor
configure:4291: gcc -E conftest.c
configure:4297: $? = 0
configure:4329: gcc -E conftest.c
configure:4333:28: ac_nonexistent.h: No such file or directory
configure:4335: $? = 1
configure: failed program was:
| #line 4320 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4373: result: gcc -E
configure:4398: gcc -E conftest.c
configure:4404: $? = 0
configure:4436: gcc -E conftest.c
configure:4440:28: ac_nonexistent.h: No such file or directory
configure:4442: $? = 1
configure: failed program was:
| #line 4427 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4485: checking for ANSI C header files
configure:4511: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4510: warning: function declaration isn't a prototype
configure:4514: $? = 0
configure:4517: test -s conftest.o
configure:4520: $? = 0
configure:4609: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4605: warning: function declaration isn't a prototype
configure: In function `main':
configure:4610: warning: implicit declaration of function `exit'
configure:4612: $? = 0
configure:4614: ./conftest
configure:4617: $? = 0
configure:4632: result: yes
configure:4656: checking for sys/types.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for sys/stat.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for stdlib.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for string.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for memory.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for strings.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for inttypes.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4656: checking for stdint.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4717:20: stdint.h: No such file or directory
configure:4676: $? = 1
configure: failed program was:
| #line 4661 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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
| /* 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 <stdint.h>
configure:4693: result: no
configure:4656: checking for unistd.h
configure:4673: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4676: $? = 0
configure:4679: test -s conftest.o
configure:4682: $? = 0
configure:4693: result: yes
configure:4719: checking dlfcn.h usability
configure:4732: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:4735: $? = 0
configure:4738: test -s conftest.o
configure:4741: $? = 0
configure:4751: result: yes
configure:4755: checking dlfcn.h presence
configure:4766: gcc -E conftest.c
configure:4772: $? = 0
configure:4791: result: yes
configure:4827: checking for dlfcn.h
configure:4834: result: yes
configure:4852: checking how to run the C++ preprocessor
configure:4884: g++ -E conftest.cc
configure:4890: $? = 0
configure:4922: g++ -E conftest.cc
configure:4936:28: ac_nonexistent.h: No such file or directory
configure:4928: $? = 1
configure: failed program was:
| #line 4913 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4966: result: g++ -E
configure:4991: g++ -E conftest.cc
configure:4997: $? = 0
configure:5029: g++ -E conftest.cc
configure:5043:28: ac_nonexistent.h: No such file or directory
configure:5035: $? = 1
configure: failed program was:
| #line 5020 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5129: checking for g77
configure:5145: found /usr/local/bin/g77
configure:5155: result: g77
configure:5173: checking for Fortran 77 compiler version
configure:5173: g77 --version </dev/null >&5
GNU Fortran (GCC 3.2.3) 3.2.3 20030422 (release)
Copyright (C) 2002 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5176: $? = 0
configure:5178: g77 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3/specs
Configured with: ./configure --prefix=/usr/local : (reconfigured) ./configure --prefix=/usr/local --enable-languages=c,c++ : (reconfigured) ./configure --prefix=/usr/local --with-gnu-as --with-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld : (reconfigured) ./configure --prefix=/usr/local --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 3.2.3
configure:5181: $? = 0
configure:5183: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:5186: $? = 1
configure:5193: checking whether we are using the GNU Fortran 77 compiler
configure:5207: g77 -c conftest.F >&5
configure:5210: $? = 0
configure:5213: test -s conftest.o
configure:5216: $? = 0
configure:5229: result: yes
configure:5236: checking whether g77 accepts -g
configure:5248: g77 -c -g conftest.f >&5
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5269: result: yes
configure:5297: checking the maximum length of command line arguments
configure:5356: result: 262144
configure:5367: checking command to parse /usr/ccs/bin/nm -p output from gcc object
configure:5456: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
conftest.c:5: warning: function declaration isn't a prototype
conftest.c:9: warning: function declaration isn't a prototype
configure:5459: $? = 0
configure:5463: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDT][BDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5466: $? = 0
configure:5518: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c conftstm.o >&5
/usr/ccs/bin/as: "/var/tmp//ccvvwtvh.s", line 31: error: invalid character (0x40)
/usr/ccs/bin/as: "/var/tmp//ccvvwtvh.s", line 31: error: quoted-string operand required
/usr/ccs/bin/as: "/var/tmp//ccvvwtvh.s", line 31: error: statement syntax
configure:5521: $? = 1
configure:5456: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
conftest.c:5: warning: function declaration isn't a prototype
conftest.c:9: warning: function declaration isn't a prototype
configure:5459: $? = 0
configure:5463: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDT][BDT]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5466: $? = 0
cannot run sed -n -e 's/^.*[ ]\([BDT][BDT]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'
configure:5556: result: failed
configure:5563: checking for objdir
configure:5578: result: .libs
configure:5668: checking for ranlib
configure:5695: result: :
configure:5748: checking for strip
configure:5775: result: :
configure:6038: checking if gcc static flag works
conftest.c:1: warning: function declaration isn't a prototype
configure:6061: result: no
configure:6078: checking if gcc supports -fno-rtti -fno-exceptions
configure:6099: gcc -c -g -O2 -Wall -Wstrict-prototypes -fno-rtti -fno-exceptions conftest.c >&5
configure:6103: $? = 0
configure:6111: result: yes
configure:6126: checking for gcc option to produce PIC
configure:6275: result: -fPIC
configure:6282: checking if gcc PIC flag -fPIC works
configure:6303: gcc -c -g -O2 -Wall -Wstrict-prototypes -fPIC -DPIC conftest.c >&5
configure:6307: $? = 0
configure:6315: result: yes
configure:6339: checking if gcc supports -c -o file.o
configure:6370: gcc -c -g -O2 -Wall -Wstrict-prototypes -o out/conftest2.o conftest.c >&5
configure:6374: $? = 0
configure:6388: result: yes
configure:6414: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries
configure:7149: result: yes
configure:7171: checking whether -lc should be explicitly linked in
configure:7176: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:7179: $? = 0
configure:7193: gcc -shared -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7196: $? = 1
configure:7208: result: yes
configure:7214: checking how to hardcode library paths into programs
configure:7238: result: immediate
configure:7252: checking whether stripping libraries is possible
configure:7260: result: no
configure:7264: checking dynamic linker characteristics
configure:7741: result: solaris2.8 ld.so
configure:7771: checking for shl_load
configure:7821: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:7815: warning: function declaration isn't a prototype
configure:7822: warning: function declaration isn't a prototype
configure:7830: warning: function declaration isn't a prototype
Undefined first referenced
symbol in file
shl_load /var/tmp//ccggxLIH.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:7824: $? = 1
configure: failed program was:
| #line 7776 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:7841: result: no
configure:7846: checking for shl_load in -ldld
configure:7877: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c -ldld >&5
configure:7883: warning: function declaration isn't a prototype
configure:7886: warning: function declaration isn't a prototype
ld: fatal: library -ldld: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:7880: $? = 1
configure: failed program was:
| #line 7853 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* 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 shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:7898: result: no
configure:7903: checking for dlopen
configure:7953: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:7947: warning: function declaration isn't a prototype
configure:7954: warning: function declaration isn't a prototype
configure:7962: warning: function declaration isn't a prototype
Undefined first referenced
symbol in file
dlopen /var/tmp//ccGkJGN6.o (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:7956: $? = 1
configure: failed program was:
| #line 7908 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); 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
| /* 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 dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:7973: result: no
configure:7978: checking for dlopen in -ldl
configure:8009: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c -ldl >&5
configure:8015: warning: function declaration isn't a prototype
configure:8018: warning: function declaration isn't a prototype
configure:8012: $? = 0
configure:8015: test -s conftest
configure:8018: $? = 0
configure:8030: result: yes
configure:8185: checking whether a program can dlopen itself
configure:8257: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:8243: warning: function declaration isn't a prototype
configure: In function `fnord':
configure:8243: warning: unused variable `i'
configure: At top level:
configure:8245: warning: function declaration isn't a prototype
configure: In function `main':
configure:8256: warning: implicit declaration of function `exit'
/usr/ccs/bin/as: "/var/tmp//cc0R82gy.s", line 243: error: invalid character (0x40)
/usr/ccs/bin/as: "/var/tmp//cc0R82gy.s", line 243: error: quoted-string operand required
/usr/ccs/bin/as: "/var/tmp//cc0R82gy.s", line 243: error: statement syntax
configure:8260: $? = 1
configure:8278: result: no
configure:8399: checking if libtool supports shared libraries
configure:8401: result: yes
configure:8404: checking whether to build shared libraries
configure:8425: result: yes
configure:8428: checking whether to build static libraries
configure:8432: result: no
configure:8512: creating libtool
configure:9058: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries
configure:9752: result: yes
configure:9770: g++ -c -g -O2 conftest.cc >&5
configure:9773: $? = 0
configure:9870: checking for g++ option to produce PIC
configure:10106: result: -fPIC
configure:10113: checking if g++ PIC flag -fPIC works
configure:10134: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:10138: $? = 0
configure:10146: result: yes
configure:10170: checking if g++ supports -c -o file.o
configure:10201: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:10205: $? = 0
configure:10219: result: yes
configure:10245: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries
configure:10267: result: yes
configure:10289: checking whether -lc should be explicitly linked in
configure:10294: g++ -c -g -O2 conftest.cc >&5
configure:10297: $? = 0
configure:10311: g++ -shared -nostdlib conftest.o -v -Wl,-h -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:10314: $? = 1
configure:10326: result: yes
configure:10332: checking how to hardcode library paths into programs
configure:10356: result: immediate
configure:10370: checking whether stripping libraries is possible
configure:10378: result: no
configure:10382: checking dynamic linker characteristics
configure:10859: result: solaris2.8 ld.so
configure:10889: checking for shl_load
configure:10959: result: no
configure:10964: checking for shl_load in -ldld
configure:11016: result: no
configure:11021: checking for dlopen
configure:11091: result: no
configure:11096: checking for dlopen in -ldl
configure:11148: result: yes
configure:11303: checking whether a program can dlopen itself
configure:11396: result: no
configure:11951: checking if libtool supports shared libraries
configure:11953: result: yes
configure:11956: checking whether to build shared libraries
configure:11974: result: yes
configure:11977: checking whether to build static libraries
configure:11981: result: no
configure:11993: checking for g77 option to produce PIC
configure:12142: result: -fPIC
configure:12149: checking if g77 PIC flag -fPIC works
configure:12170: g77 -c -g -O2 -fPIC -DPIC conftest.f >&5
configure:12174: $? = 0
configure:12182: result: yes
configure:12206: checking if g77 supports -c -o file.o
configure:12237: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:12241: $? = 0
configure:12255: result: yes
configure:12281: checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries
configure:12994: result: yes
configure:13016: checking whether -lc should be explicitly linked in
configure:13021: g77 -c -g -O2 conftest.f >&5
configure:13024: $? = 0
configure:13038: g77 -shared -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:13041: $? = 1
configure:13053: result: yes
configure:13059: checking how to hardcode library paths into programs
configure:13083: result: immediate
configure:13097: checking whether stripping libraries is possible
configure:13105: result: no
configure:13109: checking dynamic linker characteristics
configure:13586: result: solaris2.8 ld.so
configure:17197: checking command to parse /usr/ccs/bin/nm -p output from g77 object
configure:17386: result: failed
configure:17394: checking for _ prefix in compiled symbols
configure:17404: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
conftest.c:1: warning: function declaration isn't a prototype
conftest.c:2: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:2: warning: statement with no effect
configure:17407: $? = 0
configure:17411: /usr/ccs/bin/nm -p conftest.o \| \> conftest.nm
configure:17414: $? = 0
configure: cannot run
configure:17436: result: no
configure:17564: checking execution engine
configure:17566: result: jit
configure:17674: checking gprof(4) profiling support
configure:17682: result: no
configure:17692: checking sun compatibility mode
configure:17707: result: yes
configure:17717: checking thread system
configure:17728: result: unix-jthreads
configure:17737: checking for jikes
configure:17766: result: no
configure:17778: checking whether to use jikes
configure:17796: result: yes ()
configure:17802: checking for trampolines
configure:17807: result: yes
configure:17862: checking for a BSD-compatible install
configure:17916: result: /usr/local/bin/install -c
configure:17927: checking whether make sets $(MAKE)
configure:17947: result: yes
configure:17958: checking for zip
configure:17974: found /bin/zip
configure:17984: result: zip
configure:18038: checking for gawk
configure:18064: result: gawk
configure:18076: checking for short
configure:18101: gcc -c -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:18142: warning: function declaration isn't a prototype
configure:18104: $? = 0
configure:18107: test -s conftest.o
configure:18110: $? = 0
configure:18121: result: yes
configure:18124: checking size of short
configure:18399: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes conftest.c >&5
configure:18418: warning: function declaration isn't a prototype
configure:18419: warning: function declaration isn't a prototype
configure:18424: warning: function declaration isn't a prototype
/usr/ccs/bin/as: "/var/tmp//ccTJnTJ9.s", line 283: error: invalid character (0x40)
/usr/ccs/bin/as: "/var/tmp//ccTJnTJ9.s", line 283: error: quoted-string operand required
/usr/ccs/bin/as: "/var/tmp//ccTJnTJ9.s", line 283: error: statement syntax
configure:18402: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 18359 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kaffe"
| #define VERSION "1.1.x-cvs"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define KAFFEVERSION "1.1.x-cvs"
| #define ARCHOS "sparc-solaris2"
| /* 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
| long longval () { return (long) (sizeof (short)); }
| unsigned long ulongval () { return (long) (sizeof (short)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| exit (1);
| if (((long) (sizeof (short))) < 0)
| {
| long i = longval ();
| if (i != ((long) (sizeof (short))))
| exit (1);
| fprintf (f, "%ld\n", i);
| }
| else
| {
| unsigned long i = ulongval ();
| if (i != ((long) (sizeof (short))))
| exit (1);
| fprintf (f, "%lu\n", i);
| }
| exit (ferror (f) || fclose (f) != 0);
|
| ;
| return 0;
| }
configure:18417: error: cannot compute sizeof (short), 77
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=sparc-sun-solaris2.8
ac_cv_build_alias=sparc-sun-solaris2.8
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
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.8
ac_cv_host_alias=sparc-sun-solaris2.8
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_install='/usr/local/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ZIP=zip
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_RANLIB=:
ac_cv_prog_ac_ct_STRIP=:
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep=egrep
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_symbol_underscore=no
ac_cv_type_short=yes
am_cv_CC_dependencies_compiler_type=gcc
am_cv_CXX_dependencies_compiler_type=gcc
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=/lib/libc.so
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_NM='/usr/ccs/bin/nm -p'
lt_cv_path_SED=/usr/xpg4/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=no
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='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
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} /home/ra3/src/kaffe/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ra3/src/kaffe/missing --run tar'
AUTOCONF='${SHELL} /home/ra3/src/kaffe/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ra3/src/kaffe/missing --run autoheader --localdir config'
AUTOMAKE='${SHELL} /home/ra3/src/kaffe/missing --run automake-1.7'
AWK='gawk'
AWT_DIR=''
AWT_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc'
CCLD='$(CC)'
CFLAGS='-g -O2 -Wall -Wstrict-prototypes'
CFLAGS_WITHOUT_PG=''
COND_PURE_JAVA_MATH_FALSE=''
COND_PURE_JAVA_MATH_TRUE=''
COND_SOUND_ALSA_FALSE=''
COND_SOUND_ALSA_TRUE=''
COND_SOUND_ESD_FALSE=''
COND_SOUND_ESD_TRUE=''
CONFIG_JIT_MD_H='$(top_srcdir)/config/sparc/solaris2/jit-md.h'
CONFIG_MD_H='$(srcdir)/sparc/solaris2/md.h'
CONFIG_XPROFILE_MD_H=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DIRSEP=''
DLOPEN_JAVA_LIBS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='egrep'
ENABLE_XPROF_FALSE=''
ENABLE_XPROF_TRUE='#'
ENGINE_NAME='jit'
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
HAVE_CONFIG_JIT_MD_H='1'
HAVE_GCJ_SUPPORT_FALSE=''
HAVE_GCJ_SUPPORT_TRUE=''
HAVE_JIKES_FALSE=''
HAVE_JIKES_TRUE='#'
HAVE_ZIP_FALSE='#'
HAVE_ZIP_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
JAVA_LIBS=''
JIKES=''
JIKESPROG=''
KAFFEH=''
KAFFEVM_ICODE_H='$(top_srcdir)/config/sparc/jit-icode.h'
KAFFEVM_JIT_DEF='$(top_srcdir)/config/sparc/jit-sparc.def'
KAFFEVM_MD_C='$(top_srcdir)/config/sparc/solaris2/md.c'
KAFFEVM_TRAMPOLINES_C='$(top_srcdir)/config/sparc/trampolines.c'
KAFFE_ARCHOS='sparc-solaris2'
KAFFE_LIBS=''
KLIBFLAGS=''
KPREFIX=''
KVER='1.1.x-cvs'
KVMBINFLAGS=''
KVMLIBFLAGS=''
LDFLAGS=''
LIBICONV=''
LIBLTDL='${top_builddir}/libltdl/libltdlc.la'
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/ra3/src/kaffe/missing --run makeinfo'
MAKE_KAFFEH=''
MATH_LIB=''
MATH_LIBS=''
MOC=''
M_LIBS=''
NEED_LIBXPROF_FALSE=''
NEED_LIBXPROF_TRUE='#'
NET_LIBS=''
OBJEXT='o'
PACKAGE='kaffe'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATHSEP=''
PATH_SEPARATOR=':'
PATH_TO_RT_JAR=''
PROFILE=''
QEMBED=''
QT_CXXFLAGS=''
QT_GUILINK=''
QT_LDADD=''
RANLIB=':'
REGEN_FORWARD='$(top_srcdir)/config/regen-forward'
SECURITY_LIBS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=':'
SUN_COMPAT_FALSE='#'
SUN_COMPAT_TRUE=''
THREAD_DIR='systems/unix-jthreads'
THREAD_SYSTEM='unix-jthreads'
UIC=''
USE_COMPAT_IFADDRS_FALSE=''
USE_COMPAT_IFADDRS_TRUE=''
USE_JIT_FALSE='#'
USE_JIT_TRUE=''
USE_PRECOMPILED_RT_JAR_FALSE=''
USE_PRECOMPILED_RT_JAR_TRUE=''
VERSION='1.1.x-cvs'
VM_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP='zip'
ZIP_LIBS=''
abssrcdir='/home/ra3/src/kaffe/.'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB=':'
ac_ct_STRIP=':'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.8'
build_alias=''
build_cpu='sparc'
build_os='solaris2.8'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='NONE'
host='sparc-sun-solaris2.8'
host_alias=''
host_cpu='sparc'
host_os='solaris2.8'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/ra3/src/kaffe/install-sh'
jrebindir=''
jredir=''
jrelibdir=''
kaffe_TRANSF=''
kaffebin_TRANSF=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
nativedir=''
oldincludedir='/usr/include'
prefix='/home/ra3/bin/'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
securitydir=''
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''
toolslibdir=''
with_engine='jit'
## ------------- ##
## Output files. ##
## ------------- ##
cpu_frag='/dev/null'
cpu_os_frag='/dev/null'
engine_frag='./kaffe/kaffevm/jit/Makefile.frag'
threads_frag='./kaffe/kaffevm/systems/unix-jthreads/Makefile.frag'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ARCHOS "sparc-solaris2"
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_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 KAFFEVERSION "1.1.x-cvs"
#define PACKAGE "kaffe"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.1.x-cvs"
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 1
--Boundary-00=_Du4v+lZKTyaR9qS--