There should be still libtools related problems for netbsd. For
several weeks, I use cross compiling mainly but from yesterday,
I try to self-compiling on my lovely Sun3.

With today's snap, I just say
        ../kaffe-snap/configure --with-engine=jit --without-x
and invoke make.

But libtools says,
        *** Warning: inter-library dependencies are not known to be supported.
        *** All declared inter-library dependencies are being dropped.
        *** The inter-library dependencies that have been dropped here will be
        *** automatically added whenever a program is linked with this library
        *** or is declared to -dlopen it.
in various parts.

And only lib*.a is generated.

But on the other hand, last command is interpreted as,
        gcc -g -Wall -Wstrict-prototypes -L/usr/local/lib -o .libs/Kaffe main.o 
.libs/Ka
        ffeS.o ../../libraries/clib/native/.libs/libnative.a -lm 
../../libraries/clib/zi
        p/.libs/libzip.a -lz ../../libraries/clib/math/.libs/libmath.a -lm 
../kaffevm/.l
        ibs/libkaffevm.so.0.0 -lgcc -lm
and of course ../kaffevm/.libs/libkaffevm.so.0.0 is not there.

I am now using gcc-2.7.2.2 and netbsd's ld/as.

Kiyo

Reply via email to