removing static libs
Jasper Huijsmans
jasper at moongroup.com
Fri May 30 16:49:20 CEST 2003
I think you can achieve this by putting AC_DISABLE_STATIC before
AC_PROG_LIBTOOL.
I want to use this for the panel as well and would like to see all
plugins (panel, mcs manager) only install dynamic libs. Does anyone know
if this prevents using a common static lib during the build process?
Jasper
On 30 May 2003 09:31:36 -0500
edscott wilson garcia <edscott at imp.mx> wrote:
> Thanks Benny!
>
> I've thrown in a "enable_static=no" to xffm/configure.ac which
> disables the static libraries for xffm, since their purpose is not
> static.
>
> saludos,
>
> Edscott
>
> On Fri, 2003-05-30 at 05:12, Benedikt Meurer wrote:
> > On Thu, 29, May 2003, edscott wilson garcia wrote:
> >
> > > Hi everybody,
> >
> > Hey edscott,
> >
> > > Looking through /usr/local/lib I noticed that the make install
> > > procedure used is generating static .a libraries along the dynamic
> > > .so ones. This is bad news since the .a libraries are not used and
> > > just hog up disk space (~20MB). Does anybody know what to put in
> > > the Makefile.am files so that they will not be generated?
> > > Any clues or suggestions will be appreciated.
> >
> > If you don't like the static libs to be installed, use
> > --disable-static with configure. That should prevent the static libs
> > from being build and installed.
> >
> > > saludos,
> > > Edscott
> >
> > regards,
> > Benedikt
> >
> > --
> > NetBSD Operating system:
> > http://www.NetBSD.org/
> > pkgsrc "Work in progress":
> > http://pkgsrc-wip.sf.net/
> > XFce desktop environment:
> > http://www.xfce.org/
> > German Unix-AG Association:
> > http://www.unix-ag.org/
> > _______________________________________________
> > Xfce4-dev mailing list
> > Xfce4-dev at xfce.org
> > http://moongroup.com/mailman/listinfo/xfce4-dev
> >
>
>
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://moongroup.com/mailman/listinfo/xfce4-dev
--
More information about the Xfce4-dev
mailing list