Hi, [1] I want to build gnash with minimum library dependency, especially without X dependencies(actually I want to cross compile gnash for a Blackfin board).
[2] I used the following configure (for x86) ./configure --prefix=/home/shamju2/Project2/gnash2/archindep --exec-prefix=/home/shamju2/Project2/gnash2/archdep --oldincludedir=/home/shamju2/Project2/gnash2/oldindir --disable-klash --enable-fork --disable-xml --disable-i810-lod-bias --disable-sdk-install --disable-testing --enable-gui=fb --enable-renderer=Agg --disable-dom --disable-xmlreader --disable-plugin --disable-threading --disable-glext --disable-docbook --disable-ghelp --without-arts --disable-write --enable-sound=no --disable-sound --without-x --with-x=no --disable-dmalloc --disable-embedded --disable-qtopia --disable-mac --disable-fltk --disable-jpeg --disable-png --with-agg-incl=/home/shamju2/AGG/agg-2.4/agg-2.4/include --with-agg-lib=/home/shamju2/AGG/agg-2.4/agg-2.4/src [3] but ldd on gnash still shows X library dependencies like libXll, libXi, libXau, libXdmcp and libXext. [4] How to build gnash without these X dependencies? [5] I also observed that most Makefiles contains -lX11 options. I removed -lXxxxx from all Makefiles, still no change. [6] Can someone please give some suggestions? thanks shamju joseph ____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now. _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

