[kaffe] kaffe on oskit

Martin Pohlack mp26 at os.inf.tu-dresden.de
Thu May 22 11:58:02 PDT 2003


>>libtool: link: unable to infer tagged configuration
>>libtool: link: specify a tag with `--tag'
>>make[1]: *** [libreplace.la] Error 1
>>make[1]: Leaving directory `/home/mp26/tmp/kaffe/replace'
>>make: *** [all-recursive] Error 1
> 
> 
> Googling, googling ... try the advice from
> http://mail.gnu.org/archive/html/bug-gmp/2002-06/msg00091.html (i.e. you may
> have to adapt the oskit configure script. good luck ;)

Just to keep you up to date ...

I just found a short workaround be modifying one line in 
kaffe/replace/Makefile:

LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \

to

LINK = $(LIBTOOL) --tag CCLD --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \

                   ^^^^^^^^^^

according to http://gcc.gnu.org/ml/libstdc++/2000-10/msg00130.html.

Now the "make all" gets until the next usage of "libtool --mode=link" in 
kaffe/libraries/clib/native.

I'll dive into that tomorrow ...

Martin Pohlack





More information about the kaffe mailing list