Hi Bernd,

Did you have any plans of porting bigforth to x86_64 architecture?

For now I cannot compile it on such machine:

gcc -m32 -g -O2 -Wall -DVERSION_DATE='"'"$(date '+%d%b%Y' | 
tr '[A-Z]' '[a-z]')"'"' -DINSTDIR='"'"/home/pliz/soft//lib/bigforth"'"'  
bigforth.o linker.o -ldl  -o bigforth
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libdl.so when searching 
for -ldl
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libdl.a when searching 
for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libdl.a when searching for -ldl
/usr/bin/ld: cannot find -ldl
collect2: ld returned 1 exit status
make: *** [bigforth] Error 1

Even though:
0 lrwxrwxrwx 1 root root 15 Aug 17 09:42 /usr/lib/libdl.so -> /lib/libdl.so.2

Have no idea why that happens.

Another possible nice thing on x86_64 would be rewrite of float data set using 
sse2 which would give 16 float registers thus increasing stack depth :) I 
know this is too much but I thought I'd ask if you have such plans :)

--
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to