gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] question: gnash library linkage


From: Hong Yu
Subject: Re: [Gnash-dev] question: gnash library linkage
Date: Tue, 24 Feb 2009 13:15:35 +0800
User-agent: Thunderbird 2.0.0.19 (X11/20090105)


Yes static is another option. I am asking out of pure curiosity, of no importance. Thanks!


Rob Savoye wrote:
Hong Yu wrote:

Take Gnash.0.8.4 as example, if I run 'ldd gtk-gnash', the output will
point to 'libgnashcore-0.8.4.so' as one of the dependencies.  What if we
want 'gtk-gnash' to be first linked to the link-file 'libgnashcore.so',
which again points to the actual library file 'libgnashcore-0.8.4.so'. How can we possibly modify Makefile.am or else to achieve the result?

  How about statically linking it ? Configure --disable=shared
--enable-static.  That'll link all internal Gnash libraries into the
final executable.

        - rob -


_______________________________________________
Gnash-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash-dev






reply via email to

[Prev in Thread] Current Thread [Next in Thread]