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.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev