Thanks for both tips! What i was doing was, using dist/bin/* .. which had everything needed but took ~ 40MB. I needed to trim it to the minimal.set. Will be trying again looking at the minimo-unix config file Thanks
"Antonio Gomes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have you tried > > ./configure --prefix=/pathtoanytarget (or adding the ac_add_options > --prefix=/pathtoanytarget) && make install > > It'll creates a directory holding all the binaries required at > run-time. After that, go to > > cd /pathtoanytarget/lib/minimo-<your_minimo_version>/ > export LD_LIBRARY_PATH=. > export MOZILLA_FIVE_HOME=. > ./TestGtkEmbed > > regards > > > On 10 Jan 2006 17:01:59 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Look at embedding/config/minimo-unix file for minimal files needed to > > run TestGtkEmbed. > > > > Also u can goto embedding/config directory and do make for dist/Embed > > directory for minial set of files. > > > > _______________________________________________ > > mozilla-embedding mailing list > > [email protected] > > http://mail.mozilla.org/listinfo/mozilla-embedding > > > > > -- > --Antonio Gomes > http:// tonikitoo (dot) blogspot (dot) com (slash) > _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
