[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Firefox plugin fails to build...
From: |
strk |
Subject: |
Re: [Gnash] Firefox plugin fails to build... |
Date: |
Fri, 7 Jul 2006 17:13:35 +0200 |
Just for the record, a patch was recently contributed
and applied for the libtool-based install.
Any test is appreciated.
REF: https://savannah.gnu.org/bugs/?func=detailitem&item_id=17049
--strk;
On Thu, Jun 29, 2006 at 06:09:31PM +0200, Patrice Dumas wrote:
> > I'm out of ideas. Everything is building except the shared object.
> > What could cause this?
>
> Maybe libtool is doing some magic on your platform, and installation must
> be done with libtool --install. In the Makefile, you could try to comment
> out the line
> # cp .libs/libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so
>
> and uncoment
> $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG)
> $(plugin_LTLIBRARIES) "$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)"
>
> I'd again recommend to update the libtool macros and use libtool --install
> to install the plugin.
>
> --
> Pat
- Re: [Gnash] Firefox plugin fails to build...,
strk <=