Problems compiling on NetBSD/m68k

Kiyo Inaba inaba at src.ricoh.co.jp
Wed Mar 3 21:10:36 PST 1999


Alexandre wrote:
>On Mar  1, 1999, Kiyo Inaba <inaba at src.ricoh.co.jp> wrote:
>> 1. Cross compilation environment does not work.
>In what sense?  You should just have to set variables such as CC, LD,
>AR, NM and RANLIB when you run configure.

With '--with-staticlib --with-staticvm --with-engine=jit --with-threads=unix-jthreads --without-x'
for 99/2/28 snap, I get
	.libs/KaffeS.o(.text+0x1de8): undefined reference to `_GLOBAL_OFFSET_TABLE_'
	../kaffevm/.libs/libkaffevm.a(ltdl.lo): In function `dl_open':
	/proj/lab4/inaba/src/kaffe-snap-nb3-sjj/libltdl/../../kaffe-snap/libltdl/ltdl.c:255: undefined reference to `_GLOBAL_OFFSET_TABLE_'

I made object to m68/netbsd-1.3.1 on sparc/sunos4.1.4. I understand
'dl_open' and other functions are needed for shared libraries, but
when I explicitly specify 'I only need static library', is this
feasible???

By the way, I posted test log to the web, using m68k/netbsd/intrp
mode. Even I have three more bugs, I will not have enough time
till Mar. 13 (because I will be in Westcoast next week), I decided
to post it today. This compilation is done on Sun-3/260, and I
realized Sparc is much faster than Sun-3/260 :-)

Kiyo


More information about the kaffe mailing list