On Wed, Dec 05, 2007 at 04:14:14PM +0100, Udo Giacomozzi wrote: > Hello strk, > > Wednesday, December 5, 2007, 3:47:57 PM, you wrote: > s> See here for why X11 is checked even when build_fb is defined: > s> > http://cvs.savannah.gnu.org/viewvc/gnash/configure.ac?root=gnash&r1=1.450&r2=1.451 > s> Briefly, you can do --enable-gui=fb,gtk ... > s> So we *do* want to check for X11. > > We do want to check for X11 if a GUI is choosen that needs it (ie. > "fb,gtk") but not if none of the choosen GUIs need it ("fb" only) I > guess.
Yes, but that's an optimization, the base thing is we need to fix the Makefile.am > No, Gnash builds fine. But I copy all binaries to the target system > (still same architecture). Starting the executable there brings up the > missing .so error because I don't have (and don't want) the X11 system > on that machine. > > That's why I said "when I _start_ Gnash"... This is what -as-needed linker flag should avoid, but I'm not really an expert of linking. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

