Can't get new VM to work... [VMMAKER]

Ned Konz ned at bike-nomad.com
Thu Mar 7 21:48:19 UTC 2002


On Thursday 07 March 2002 01:24 pm, Bert Freudenberg wrote:

> > Has anyone actually recently built this on Linux in a clean directory
> > hierarchy from a stock image?
>
> Yes.
>
> > If so, how did you do it?
>
> VMMaker: everything internal
>
> configure; make
>
> No install, I always start the VM from the build directory.

Well, I've tried this and couldn't get it to work. Though it compiles OK, I 
keep getting float-related problems. (I have an x86 system). Most recently, I 
got this:

Float(Object)>>error:
	Receiver: <<error during printing>>
	Arguments and temporary variables: 
		aString: 	'raisedToInteger: only works for integral arguments'
	Receiver's instance variables: 
<<error during printing>>
Float(Number)>>raisedToInteger:
	Receiver: <<error during printing>>
	Arguments and temporary variables: 
		anInteger: 	(77371252447599141935661637/77371252455336267181195264)
	Receiver's instance variables: 
<<error during printing>>
Float>>absPrintOn:base:
	Receiver: <<error during printing>>
	Arguments and temporary variables: 
<<error during printing>
	Receiver's instance variables: 
<<error during printing>>
Float>>printOn:base:
	Receiver: <<error during printing>>
	Arguments and temporary variables: 
		aStream: 	a LimitedWriteStream
		base: 	10
	Receiver's instance variables: 
<<error during printing>>

I can do simple things in the Emergency Evaluator like:

1.23 < 4.56
true

but when I go to print a Float it blows up.

> I'll try to get all files fresh from the net and see what the problem is.

Thanks.

> And okay, I'll switch off the warnings. Usually my software compiles
> without a single warning: if there is one, it might hint at a bug. But
> since even mighty coders like Tim or you are scared off, let's just hide
> them instead of fixing.

I'd rather see the warnings fixed than suppressed. For instance, the 
"implicit definition" warnings can in fact point to discrepancies with 
parameter or return types that aren't benign.

I've enclosed my config.log in case it holds any clues.

As mentioned before, I've got gcc 3.0.3.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by squeak configure 3.2-4743, which was
generated by GNU Autoconf 2.52.  Invocation command line was

  $ ../squeak/platforms/unix/misc/configure --with-x

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

hostname = ned
uname -m = i686
uname -r = 2.4.17
uname -s = Linux
uname -v = #3 SMP Wed Jan 23 11:09:54 PST 2002

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

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = /home/ned/bin:/opt/kde222/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/IBMJava2-13/bin:/opt/introl/i386-linux/bin

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

configure:1107: PATH=".;."; conftest.sh
../squeak/platforms/unix/misc/configure: conftest.sh: command not found
configure:1110: $? = 127
configure:1162: checking build system type
configure:1180: result: i686-pc-linux-gnu
configure:1187: checking host system type
configure:1201: result: i686-pc-linux-gnu
configure:1233: checking whether make sets ${MAKE}
configure:1253: result: yes
configure:1305: checking for gcc
configure:1320: found /usr/bin/gcc
configure:1328: result: gcc
configure:1556: checking for C compiler version
configure:1559: gcc --version </dev/null >&5
3.0.3
configure:1562: $? = 0
configure:1564: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pld-linux/3.0.3/specs
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-haifa --enable-languages=c,c++,f77,gcov,java,objc --enable-long-long --enable-namespaces --enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x i686-pld-linux
Thread model: posix
gcc version 3.0.3
configure:1567: $? = 0
configure:1569: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1572: $? = 1
configure:1592: checking for C compiler default output
configure:1595: gcc    conftest.c  >&5
configure:1598: $? = 0
configure:1627: result: a.out
configure:1632: checking whether the C compiler works
configure:1638: ./a.out
configure:1641: $? = 0
configure:1656: result: yes
configure:1663: checking whether we are cross compiling
configure:1665: result: no
configure:1668: checking for executable suffix
configure:1670: gcc -o conftest    conftest.c  >&5
configure:1673: $? = 0
configure:1695: result: 
configure:1701: checking for object suffix
configure:1719: gcc -c   conftest.c >&5
configure:1722: $? = 0
configure:1741: result: o
configure:1745: checking whether we are using the GNU C compiler
configure:1766: gcc -c   conftest.c >&5
configure:1769: $? = 0
configure:1772: test -s conftest.o
configure:1775: $? = 0
configure:1787: result: yes
configure:1793: checking whether gcc accepts -g
configure:1811: gcc -c -g  conftest.c >&5
configure:1814: $? = 0
configure:1817: test -s conftest.o
configure:1820: $? = 0
configure:1830: result: yes
configure:1857: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:1860: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2009: checking for g++
configure:2024: found /usr/bin/g++
configure:2032: result: g++
configure:2047: checking for C++ compiler version
configure:2050: g++ --version </dev/null >&5
3.0.3
configure:2053: $? = 0
configure:2055: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pld-linux/3.0.3/specs
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-haifa --enable-languages=c,c++,f77,gcov,java,objc --enable-long-long --enable-namespaces --enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x i686-pld-linux
Thread model: posix
gcc version 3.0.3
configure:2058: $? = 0
configure:2060: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:2063: $? = 1
configure:2066: checking whether we are using the GNU C++ compiler
configure:2087: g++ -c   conftest.cc >&5
configure:2090: $? = 0
configure:2093: test -s conftest.o
configure:2096: $? = 0
configure:2108: result: yes
configure:2114: checking whether g++ accepts -g
configure:2132: g++ -c -g  conftest.cc >&5
configure:2135: $? = 0
configure:2138: test -s conftest.o
configure:2141: $? = 0
configure:2151: result: yes
configure:2191: g++ -c -g -O2  conftest.cc >&5
configure:2194: $? = 0
configure:2197: test -s conftest.o
configure:2200: $? = 0
configure:2222: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:2215: `exit' undeclared (first use this function)
configure:2215: (Each undeclared identifier is reported only once for each 
   function it appears in.)
configure:2225: $? = 1
configure: failed program was:
#line 2210 "configure"
#include "confdefs.h"

int
main ()
{
exit (42);
  ;
  return 0;
}
configure:2191: g++ -c -g -O2  conftest.cc >&5
configure:2194: $? = 0
configure:2197: test -s conftest.o
configure:2200: $? = 0
configure:2222: g++ -c -g -O2  conftest.cc >&5
configure:2225: $? = 0
configure:2228: test -s conftest.o
configure:2231: $? = 0
configure:2255: checking for as
configure:2270: found /usr/bin/as
configure:2278: result: as
configure:2285: checking for GNU as
configure:2294: result: yes
configure:2334: checking for ranlib
configure:2349: found /usr/bin/ranlib
configure:2358: result: ranlib
configure:2382: checking for a BSD compatible install
configure:2431: result: /usr/bin/install -c
configure:2453: checking for BSD-compatible nm
configure:2489: result: /usr/bin/nm -B
configure:2494: checking for ln
configure:2509: found /bin/ln
configure:2517: result: ln
configure:2601: checking for ld used by GCC
configure:2664: result: /usr/bin/ld
configure:2673: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10.91 (with BFD 2.10.91.0.2)
configure:2685: result: yes
configure:2689: checking for /usr/bin/ld option to reload object files
configure:2696: result: -r
configure:2701: checking whether ln -s works
configure:2705: result: yes
configure:2712: checking how to recognise dependant libraries
configure:2884: result: pass_all
configure:2890: checking command to parse /usr/bin/nm -B output
configure:2971: gcc -c -g -O2  conftest.c >&5
configure:2974: $? = 0
configure:2978: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:2981: $? = 0
configure:3033: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3036: $? = 0
configure:3080: result: ok
configure:3089: checking how to run the C preprocessor
configure:3115: gcc -E  conftest.c
configure:3121: $? = 0
configure:3148: gcc -E  conftest.c
configure:3145:28: ac_nonexistent.h: No such file or directory
configure:3154: $? = 1
configure: failed program was:
#line 3144 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3191: result: gcc -E
configure:3206: gcc -E  conftest.c
configure:3212: $? = 0
configure:3239: gcc -E  conftest.c
configure:3236:28: ac_nonexistent.h: No such file or directory
configure:3245: $? = 1
configure: failed program was:
#line 3235 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3287: checking for dlfcn.h
configure:3297: gcc -E  conftest.c
configure:3303: $? = 0
configure:3322: result: yes
configure:3509: checking for ranlib
configure:3533: result: ranlib
configure:3583: checking for strip
configure:3598: found /usr/bin/strip
configure:3607: result: strip
configure:3809: checking for objdir
configure:3820: result: .libs
configure:3835: checking for gcc option to produce PIC
configure:3985: result: -fPIC
configure:3989: checking if gcc PIC flag -fPIC works
configure:4009: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:4012: $? = 0
configure:4015: test -s conftest.o
configure:4018: $? = 0
configure:4054: result: yes
configure:4070: checking if gcc static flag -static works
configure:4091: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:4094: $? = 0
configure:4097: test -s conftest
configure:4100: $? = 0
configure:4114: result: yes
configure:4125: checking if gcc supports -c -o file.o
configure:4145: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:4169: result: yes
configure:4174: checking if gcc supports -c -o file.lo
configure:4198: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:4201: $? = 0
configure:4204: test -s conftest.lo
configure:4207: $? = 0
configure:4228: result: yes
configure:4259: checking if gcc supports -fno-rtti -fno-exceptions
configure:4278: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:4281: $? = 0
configure:4284: test -s conftest.o
configure:4287: $? = 0
configure:4303: result: yes
configure:4314: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:4995: result: yes
configure:5000: checking how to hardcode library paths into programs
configure:5024: result: immediate
configure:5029: checking whether stripping libraries is possible
configure:5034: result: yes
configure:5045: checking dynamic linker characteristics
configure:5442: result: GNU/Linux ld.so
configure:5447: checking if libtool supports shared libraries
configure:5449: result: yes
configure:5452: checking whether to build shared libraries
configure:5473: result: yes
configure:5476: checking whether to build static libraries
configure:5480: result: no
configure:6098: checking whether -lc should be explicitly linked in
configure:6106: gcc -c -g -O2  conftest.c >&5
configure:6109: $? = 0
configure:6123: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6126: $? = 0
configure:6139: result: no
configure:6706: checking for X
configure:6915: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:7054: gcc -o conftest -g -O2   conftest.c   -L/usr/X11R6/lib -lX11 >&5
configure:7057: $? = 0
configure:7060: test -s conftest
configure:7063: $? = 0
configure:7189: checking for gethostbyname
configure:7226: gcc -o conftest -g -O2   conftest.c  >&5
configure:7229: $? = 0
configure:7232: test -s conftest
configure:7235: $? = 0
configure:7245: result: yes
configure:7366: checking for connect
configure:7403: gcc -o conftest -g -O2   conftest.c  >&5
configure:7406: $? = 0
configure:7409: test -s conftest
configure:7412: $? = 0
configure:7422: result: yes
configure:7482: checking for remove
configure:7519: gcc -o conftest -g -O2   conftest.c  >&5
configure:7522: $? = 0
configure:7525: test -s conftest
configure:7528: $? = 0
configure:7538: result: yes
configure:7598: checking for shmat
configure:7635: gcc -o conftest -g -O2   conftest.c  >&5
configure:7638: $? = 0
configure:7641: test -s conftest
configure:7644: $? = 0
configure:7654: result: yes
configure:7723: checking for IceConnectionNumber in -lICE
configure:7750: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE   >&5
configure:7753: $? = 0
configure:7756: test -s conftest
configure:7759: $? = 0
configure:7770: result: yes
configure:7792: checking for ANSI C header files
configure:7806: gcc -E  conftest.c
configure:7812: $? = 0
configure:7899: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c  -L/usr/X11R6/lib  >&5
configure:7902: $? = 0
configure:7904: ./conftest
configure:7907: $? = 0
configure:7920: result: yes
configure:7933: checking for unistd.h
configure:7943: gcc -E  conftest.c
configure:7949: $? = 0
configure:7968: result: yes
configure:7933: checking for string.h
configure:7943: gcc -E  conftest.c
configure:7949: $? = 0
configure:7968: result: yes
configure:7933: checking for fcntl.h
configure:7943: gcc -E  conftest.c
configure:7949: $? = 0
configure:7968: result: yes
configure:7933: checking for sys/file.h
configure:7943: gcc -E  conftest.c
configure:7949: $? = 0
configure:7968: result: yes
configure:7933: checking for sys/param.h
configure:7943: gcc -E  conftest.c
configure:7949: $? = 0
configure:7968: result: yes
configure:7981: checking for sys/time.h
configure:7991: gcc -E  conftest.c
configure:7997: $? = 0
configure:8016: result: yes
configure:7981: checking for sys/filio.h
configure:7991: gcc -E  conftest.c
configure:7988:23: sys/filio.h: No such file or directory
configure:7997: $? = 1
configure: failed program was:
#line 7987 "configure"
#include "confdefs.h"
#include <sys/filio.h>
configure:8016: result: no
configure:7981: checking for sys/select.h
configure:7991: gcc -E  conftest.c
configure:7997: $? = 0
configure:8016: result: yes
configure:7981: checking for dlfcn.h
configure:8016: result: yes
configure:8026: checking whether time.h and sys/time.h may both be included
configure:8048: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8051: $? = 0
configure:8054: test -s conftest.o
configure:8057: $? = 0
configure:8067: result: yes
configure:8080: checking for dirent.h that defines DIR
configure:8101: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8104: $? = 0
configure:8107: test -s conftest.o
configure:8110: $? = 0
configure:8120: result: yes
configure:8133: checking for opendir in -ldir
configure:8160: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -ldir   -L/usr/X11R6/lib  >&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure:8163: $? = 1
configure: failed program was:
#line 8141 "configure"
#include "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 opendir ();
int
main ()
{
opendir ();
  ;
  return 0;
}
configure:8180: result: no
configure:8242: checking whether struct tm is in sys/time.h or time.h
configure:8262: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8265: $? = 0
configure:8268: test -s conftest.o
configure:8271: $? = 0
configure:8281: result: time.h
configure:8291: checking for struct tm.tm_zone
configure:8313: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8316: $? = 0
configure:8319: test -s conftest.o
configure:8322: $? = 0
configure:8332: result: yes
configure:8401: checking for socklen_t in sys/socket.h
configure:8419: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8422: $? = 0
configure:8425: test -s conftest.o
configure:8428: $? = 0
configure:8438: result: yes
configure:8444: checking for atexit or on_exit
configure:8462: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8465: $? = 0
configure:8468: test -s conftest.o
configure:8471: $? = 0
configure:8511: result: atexit
configure:8519: checking for tzset
configure:8537: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8540: $? = 0
configure:8543: test -s conftest.o
configure:8546: $? = 0
configure:8556: result: yes
configure:8562: checking for gmtoff in struct tm
configure:8580: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8583: $? = 0
configure:8586: test -s conftest.o
configure:8589: $? = 0
configure:8599: result: yes
configure:8605: checking for timezone and daylight variables
configure:8623: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8626: $? = 0
configure:8629: test -s conftest.o
configure:8632: $? = 0
configure:8642: result: yes
configure:8648: checking for gethostname in unistd.h
configure:8666: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:8669: $? = 0
configure:8672: test -s conftest.o
configure:8675: $? = 0
configure:8685: result: yes
configure:8693: checking for yp_bind in -lnsl
configure:8720: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -lnsl   -L/usr/X11R6/lib  >&5
configure:8723: $? = 0
configure:8726: test -s conftest
configure:8729: $? = 0
configure:8740: result: yes
configure:8751: checking for socket in -lsocket
configure:8778: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -lsocket  -lnsl  -L/usr/X11R6/lib  >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:8781: $? = 1
configure: failed program was:
#line 8759 "configure"
#include "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 socket ();
int
main ()
{
socket ();
  ;
  return 0;
}
configure:8798: result: no
configure:8809: checking for dlopen
configure:8846: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -lnsl  -L/usr/X11R6/lib  >&5
/tmp/ccSXa43l.o: In function `main':
/home/ned/Squeak/vmmaker/build/configure:8837: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8849: $? = 1
configure: failed program was:
#line 8815 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlopen (); below.  */
#include <assert.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 dlopen ();
char (*f) ();

int
main ()
{
/* 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
f = dlopen;
#endif

  ;
  return 0;
}
configure:8865: result: no
configure:8874: checking for dlopen in -ldl
configure:8901: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -ldl  -lnsl  -L/usr/X11R6/lib  >&5
configure:8904: $? = 0
configure:8907: test -s conftest
configure:8910: $? = 0
configure:8921: result: yes
configure:8934: checking for sin in -lm
configure:8961: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -lm  -ldl -lnsl  -L/usr/X11R6/lib  >&5
configure:8950: warning: conflicting types for built-in function `sin'
configure:8964: $? = 0
configure:8967: test -s conftest
configure:8970: $? = 0
configure:8981: result: yes
configure:8992: checking for XOpenDisplay in -lX11
configure:9019: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -lX11  -lm -ldl -lnsl  -L/usr/X11R6/lib  >&5
configure:9022: $? = 0
configure:9025: test -s conftest
configure:9028: $? = 0
configure:9039: result: yes
configure:9050: checking for XShmAttach in -lXext
configure:9077: gcc -o conftest  -I/usr/X11R6/include -g -O2   conftest.c -lXext  -lX11 -lm -ldl -lnsl  -L/usr/X11R6/lib  >&5
configure:9080: $? = 0
configure:9083: test -s conftest
configure:9086: $? = 0
configure:9097: result: yes
configure:9134: using malloc-based memory manager
configure:9153: checking for Network Audio System
configure:9171: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:9160:25: audio/audio.h: No such file or directory
configure: In function `main':
configure:9164: `AuElementNotifyKindLowWater' undeclared (first use in this function)
configure:9164: (Each undeclared identifier is reported only once
configure:9164: for each function it appears in.)
configure:9174: $? = 1
configure: failed program was:
#line 9159 "configure"
#include "confdefs.h"
#include <audio/audio.h>
int
main ()
{
AuElementNotifyKindLowWater;
  ;
  return 0;
}
configure:9190: result: no
configure:9206: checking for Open Sound System
configure:9224: gcc -c  -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:9227: $? = 0
configure:9230: test -s conftest.o
configure:9233: $? = 0
configure:9243: result: yes
configure:9265: using audio interface: oss
configure:9345: checking for optimization flags
configure:9356: result: (none)
configure:9369: checking for mawk
configure:9395: result: no
configure:9369: checking for gawk
configure:9384: found /bin/gawk
configure:9392: result: gawk
configure:9402: checking whether we can gnuify interp.c
configure:9405: result: yes
configure:9411: checking for prefix to use for loadable modules
configure:9422: result: (none)
configure:9429: checking for compiler flags to force 32-bit addresses
configure:9437: result: 
configure:9442: checking whether byte ordering is bigendian
configure:9467: gcc -c   -I/usr/X11R6/include -g -O2  conftest.c >&5
configure:9470: $? = 0
configure:9473: test -s conftest.o
configure:9476: $? = 0
configure:9497: gcc -c   -I/usr/X11R6/include -g -O2  conftest.c >&5
configure: In function `main':
configure:9488: `not' undeclared (first use in this function)
configure:9488: (Each undeclared identifier is reported only once
configure:9488: for each function it appears in.)
configure:9488: parse error before "big"
configure:9500: $? = 1
configure: failed program was:
#line 9480 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
configure:9564: result: no
configure:9577: checking whether misaligned access to doubles is ok
configure:9594: gcc -o conftest   -I/usr/X11R6/include -g -O2 -DLSB_FIRST=1   conftest.c -lXext -lX11 -lm -ldl -lnsl  -L/usr/X11R6/lib  >&5
configure: In function `main':
configure:9590: warning: passing arg 1 of `f' makes integer from pointer without a cast
configure:9597: $? = 0
configure:9599: ./conftest
configure:9602: $? = 0
configure:9614: result: yes
configure:9620: checking whether doubles are stored in Squeak order
configure:9636: gcc -o conftest   -I/usr/X11R6/include -g -O2 -DLSB_FIRST=1   conftest.c -lXext -lX11 -lm -ldl -lnsl  -L/usr/X11R6/lib  >&5
configure:9639: $? = 0
configure:9641: ./conftest
configure:9644: $? = 0
configure:9656: result: yes
configure:9749: creating ./config.status

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

This file was extended by config.status (squeak 3.2-4743) 2.52, executed with
  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  > ./config.status 
on ned

config.status:10221: creating Makefile
config.status:10221: creating inisqueak
config.status:10313: creating sqUnixConfig.h

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

ac_cv_atexit=atexit
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_double_align=yes
ac_cv_double_order=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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_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_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_gethostname_p=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_stdc=yes
ac_cv_header_string_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xext_XShmAttach=yes
ac_cv_lib_dir_opendir=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_m_sin=yes
ac_cv_lib_nsl_yp_bind=yes
ac_cv_lib_socket_socket=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_module_prefix='(none)'
ac_cv_nas=no
ac_cv_objext=o
ac_cv_oss=yes
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LN=ln
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_socklen_t=yes
ac_cv_struct_tm=time.h
ac_cv_timezone=yes
ac_cv_tm_gmtoff=yes
ac_cv_tzset=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.4.so'
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:

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

#define SQ_VERSION "3.2-4743"
#define OS_TYPE "unix"
#define VM_HOST ""
#define VM_HOST_OS "linux-gnu"
#define VM_HOST_CPU ""
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_DLFCN_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DIRENT_H 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define AT_EXIT atexit
#define HAVE_TZSET 1
#define HAVE_TM_GMTOFF 1
#define HAVE_TIMEZONE 1
#define HAVE_LIBNSL 1
#define HAVE_LIBDL 1
#define HAVE_LIBM 1
#define HAVE_LIBX11 1
#define HAVE_LIBXEXT 1
#define HAVE_OSS 1
#define AUDIO_INTERFACE "oss"
#define USE_AUDIO_OSS 1
#define OSS_DEVICE "/dev/dsp"
#define SQ_MODULE_PREFIX ""


configure: exit 0


More information about the Squeak-dev mailing list