Oh, wait a minute, I could reproduce the bug. It's a missing argument to -rpath. This depends on the empty value of FIREFOX_PLUGINS variable Try setting it in the Makefile and see if it complets My own value detected is: /home/strk/.firefox/plugins
--strk; On Sun, Jul 02, 2006 at 11:58:33PM +0200, strk wrote: > On Sun, Jul 02, 2006 at 08:16:07PM +0200, annonygmouse wrote: > > > Fails to me too. > ... > > /bin/sh ../libtool --tag=CXX --mode=link g++ -I.. -I. -I../libbase > > -I../backend -I../libgeometry -I../server -I./mozilla-sdk > > -I./mozilla-sdk/include -I/usr/include/libxml2 > > -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include > > -I/usr/lib64/gtkglext-1.0/include -I/usr/include/gtk-2.0 > > -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 > > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > > -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/SDL > > -I/usr/include/SDL -I. -g -O2 -ansi -Wall -o > > libgnashplugin.la -rpath -module -avoid-version -no-undefined -L > > plugin.lo npn_gate.lo npp_gate.lo np_entry.lo -L/usr/lib -lSDL > > -L/usr/lib64 -lSDL_mixer -lGL -lGLU -lgtkglext-x11-1.0 > > -lgdkglext-x11-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -L/usr/lib64 -lpango-1.0 > > -lcairo -latk-1.0 -lglib-2.0 -L/usr/lib -lxml2 -lz -lm -ljpeg -lpng > > -logg ../backend/libgnashbackend.la ../server/libgnashasobjs.la > > ../server/libgnashserver.la ../libgeometry/libgnashgeo.la > > ../libbase/libgnashbase.la -lSDL_mixer -lrt -lX11 -lXi > > libtool: link: only absolute run-paths are allowed > > make: *** [libgnashplugin.la] Error 1 > > > > Any hint? > > I just grabbed the sources from CVS (update) and did a make clean, > > autogen.sh etc. > > This is a different problem from the previous. > Just as a test, try: > > cd plugin; grep ^top_srcdir Makefile > > I guess you'd get: > > top_srcdir = .. > > If this is the case try re-running ./configure as $PWD/configure > and run the command above again. When you get an absolute path > in top_srcdir try building again and see if it passes that step. > > --strk; -- /"\ ASCII Ribbon Campaign \ / Respect for low technology. X Keep e-mail messages readable by any computer system. / \ Keep it ASCII. _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
