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
> mozilla-embedding@mozilla.org
> http://mail.mozilla.org/listinfo/mozilla-embedding
>


--
--Antonio Gomes
http:// tonikitoo (dot) blogspot (dot) com (slash)

_______________________________________________
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to