So I used a variation of ./configure arguments that Miriam used for the Debian packages and voila I got a semi-working Firefox plugin!
Recently updated to the latest (removed gnash and checked it out again from CVS), and configured with the following: ./configure CFLAGS="-Wall -g -Werror-implicit-function-declaration -O2" CXXFLAGS="-g -fPIC -02" --enable-mp3 --enable-plugin --with-plugindir=/usr/lib/firefox/plugins --enable-shared=yes --enable-static=yes --enable-sdk-install At the end I get the following link error: /usr/bin/ld: .libs/log.o: relocation R_X86_64_PC32 against `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()@@GLIBCXX_3.4' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status make[1]: *** [libgnashbase.la] Error 1 Anyone seen this? Thanks, Jay __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
