help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Building gnu smalltalk on linux_x86_64


From: Markus Fritsche
Subject: [Help-smalltalk] Building gnu smalltalk on linux_x86_64
Date: Sat, 10 Jul 2004 14:58:46 +0200
User-agent: KMail/1.6.2

Hi!

I'd tried to compile smalltalk-2.1.8 on linux_x86_64 (amd64). So far, the 
program is built, but it crashes on runnig. A line from the compile

In file included from gstpriv.h:573,
                 from events.c:31:
dict.inl: In function `from_c_int_32':
dict.inl:1190: warning: comparison is always true due to limited range of data 
type
dict.inl:1190: warning: comparison is always true due to limited range of data 
type
dict.inl: In function `from_c_uint_32':
dict.inl:1213: warning: comparison is always true due to limited range of data 
type
dict.inl:1216: warning: comparison is always false due to limited range of 
data type
(thousands more to come). And on test:
SMALLTALK_KERNEL="`cd ./kernel; pwd`" \
SMALLTALK_IMAGE="`pwd`" \
  ./gst -iQ dummy_file
gst: Aborted
gst: Error occurred while not in byte code interpreter!!
/lib64/tls/libc.so.6[0x2a9579e590]
/lib64/tls/libc.so.6(gsignal+0x3d)[0x2a9579e50d]
/lib64/tls/libc.so.6(abort+0x12e)[0x2a9579face]
./gst(_gst_mem_alloc+0x2fe)[0x426bae]
./gst(_gst_mem_realloc+0x9b)[0x426eeb]
./gst(xrealloc+0x16)[0x427006]
./gst[0x4215f6]
./gst[0x414e85]
./gst[0x4178e6]
./gst[0x418de8]
make[2]: *** [gst.im] Abgebrochen

Is it a mistake of mine or isn't gnu smalltalk "64-bit 
ready" (buzzword-bingo!)

Kind regards, Markus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]