[kaffe] m68k/netbsd self compilation failed

Dalibor Topic robilad at kaffe.org
Mon Aug 23 05:56:50 PDT 2004


Kiyo Inaba wrote:
> Hi Dalibor,
> 
> You wrote:
> 
>>Kiyo Inaba wrote:
>>
>>>Is it because gmake is old (on m68k/netbsd, it is 3.75) or some other reason?
>>
>>yeah, probably. The current header rebuilding code is gmake-specific, 
>>and may even be gmake version specific. I'd like to move on to jus 
>>include the generated headers in the course code, eventually. But that 
>>will take some time, unfortunately. So please upgrade your installation 
>>to gmake 3.80 meanwhile.
> 
> 
> When I install gmake 3.80, 'this' problem was solved.
> 
> But, then I got
> 
>     mv -f libkaffevm_la-access.o .libs/libkaffevm_la-access.o
>     mv: rename libkaffevm_la-access.o to .libs/libkaffevm_la-access.o: No such file or directory
>     make[3]: *** [libkaffevm_la-access.lo] Error 1
>     make[3]: Leaving directory `/proj/src/kaffe-snap-040819-m68k-netbsd/kaffe/kaffevm'
> 
> In 'kaffe/kaffevm' I can find 'access.o', but no 'libkaffevm_la-access.o'.

Hi Kiyo,

looking at your build log you sent me, it seems that libtool does not 
pass the output file option to gcc  (-o .libs/libkaffevm_la-access.o). 
Could you try again with a fresh build from scratch? There may be some 
confusion on libtool's side since I updated it to 1.5.8 meanwhile :(

cheers,
dalibor topic




More information about the kaffe mailing list