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: Rob Savoye
Subject: Re: [Gnash-dev] question: gnash library linkage
Date: Mon, 23 Feb 2009 22:07:55 -0700
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

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 -




reply via email to

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