gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] disable builtin libltdl?


From: Jeremy C. Reed
Subject: Re: [Gnash-dev] disable builtin libltdl?
Date: Mon, 15 Jun 2009 16:26:36 -0500 (CDT)

On Mon, 15 Jun 2009, Jeremy C. Reed wrote:

> ../libbase/.libs/libltdlc.a(libltdlc_la-ltdl.o): In function 
> `lt_dlmutex_register':
> ../libltdl/ltdl.c:926: multiple definition of `lt_dlmutex_register'
> ../libbase/.libs/libltdlc.a(libltdlc_la-ltdl.o):../libltdl/ltdl.c:926: 
> first defined here
> ../libbase/.libs/libltdlc.a(libltdlc_la-ltdl.o): In function 
> `lt_dlseterror':
> ../libltdl/ltdl.c:998: multiple definition of `lt_dlseterror'
> ../libbase/.libs/libltdlc.a(libltdlc_la-ltdl.o):../libltdl/ltdl.c:998: 
> first defined here
...

My workaround is simply:

     rm libbase/.libs/libltdlc.a 
     touch libbase/.libs/libltdlc.a 
     gmake

My next problem is:

gmake[4]: *** No rule to make target `swf/swf.cpp', needed by `swf.lo'.  
Stop.
gmake[4]: Leaving directory `/home/reed/src/gnash/trunk/libcore'
gmake[3]: *** [all-recursive] Error 1

I worked-around that by changing swf.cpp to swf/SWF.cpp.






reply via email to

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