Re: and more libtool problems

Date view Thread view Subject view Author view

From: Godmar Back (gback@cs.utah.edu)
Date: Sun Jan 24 1999 - 22:31:53 EST


>
> On Jan 24, 1999, Godmar Back <gback@marker.cs.utah.edu> wrote:
>
> > FAQ.libtool says:
>
> > Any libtool library can be made static by adding -static to its link
> > command. You can do that manually by removing the .la file in the
> > corresponding directory and running `make AM_CFLAGS=-static' within
> > that directory, then running make in the top-level directory.
>
> I have to update it: since I modified Kaffe to disable the ability to
> build static libraries when shared libraries are selected (to avoid
> duplicate compilation), this appears to have stopped working.
> But it should. I have fixed some related bug recently, maybe if I
> update ltconfig and ltmain.sh this problem will be fixed.
>
> Meanwhile, if you configure --enable-static --enable-shared, it should
> work.
>

I did this to get it to work:

    make clean
    make AM_CFLAGS=-static AM_CPPFLAGS=-DDEBUG all install

        - Godmar


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:48 EDT