gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] [PATCH] fix linking (dependencies)


From: strk
Subject: Re: [Gnash-dev] [PATCH] fix linking (dependencies)
Date: Fri, 5 Feb 2010 19:06:14 +0100

On Fri, Feb 05, 2010 at 06:04:42PM +0100, Andrea Palmatè wrote:
> Il 04/02/2010 16.52, strk ha scritto:
> >>
> >>uhm, with static linking i don't have any problem. But with shared
> >>linking i have a lot of problem with final linking phase.
> >>It seems like gnashcore doesn't find the "net" part. maybe is the same
> >>problem
> >>     
> >Paste your error ?
> >Check libcore.all/Makefile.am and see if libnet.la is listed there.
> >
> >   
> here it is:
> 
> ../libcore/.libs/libgnashcore.so: undefined reference to 
> `gnash::Network::~Network()'

> it seems like libjpeg, libdl and libspeex are not recognized too.. with 
> the static version and same LIBS parameter i have no problem at all
> and, no, libnet.la is not present into libcore.all even if i have the 
> problem not in the testsuite but in the gui folder

libgnashnet.la *is* in libcore/Makefile.am in trunk:

 libgnashcore_la_LIBADD = \
        ...
        $(top_builddir)/libnet/libgnashnet.la 

Are you tried with trunk ? (11883 here)

GUI and testsuite are the two points where final binaries get
built. If libtool works as it should, having the libraries linked
to their dependencies should do. 

Maybe your libtool is broken, in which case you'll need to explicitly
add the libs in the Makefile.am of the executables dir (gui/Makefile.am
in your case).

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://foo.keybit.net/~strk/services.html




reply via email to

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