On Sun, 26 Sep 2010, Brian Wang wrote:
> On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri <vto...@univ-evry.fr> wrote: >> >> >> On Sun, 26 Sep 2010, Brian Wang wrote: >> >> and paste the link command of the edje externals ? > > Making all in edje_externals > make[3]: Entering directory > `/home/kma/development/EFLWindowsXP/TMP/st/elementary/src/edje_externals' > /bin/sh ../../libtool --tag=CC --mode=link i586-mingw32msvc-gcc > -I/home/kma/local/mingw/include -O2 -pipe -no-undefined -module > -avoid-version -shared -fPIC -L/home/kma/local/mingw/lib -Wl,-s -o > module.la -rpath > /home/kma/local/mingw/lib/edje/modules/elm/mingw32msvc-i586-1.0.0 > elm.lo elm_anchorblock.lo elm_anchorview.lo elm_bubble.lo > elm_button.lo elm_check.lo elm_clock.lo elm_fileselector.lo > elm_fileselector_button.lo elm_genlist.lo elm_hoversel.lo elm_list.lo > elm_map.lo elm_notepad.lo elm_photocam.lo elm_progressbar.lo > elm_radio.lo elm_scrolled_entry.lo elm_slider.lo elm_slideshow.lo > elm_spinner.lo elm_thumb.lo elm_toggle.lo elm_toolbar.lo elm_notify.lo > elm_panes.lo ../../src/lib/libelementary.la here, ../../src/lib/libelementary.la says that you link against elementary and its dep, but... > libtool: link: rm -fr .libs/module.dll.a > libtool: link: i586-mingw32msvc-gcc -shared .libs/elm.o > .libs/elm_anchorblock.o .libs/elm_anchorview.o .libs/elm_bubble.o > .libs/elm_button.o .libs/elm_check.o .libs/elm_clock.o > .libs/elm_fileselector.o .libs/elm_fileselector_button.o > .libs/elm_genlist.o .libs/elm_hoversel.o .libs/elm_list.o > .libs/elm_map.o .libs/elm_notepad.o .libs/elm_photocam.o > .libs/elm_progressbar.o .libs/elm_radio.o .libs/elm_scrolled_entry.o > .libs/elm_slider.o .libs/elm_slideshow.o .libs/elm_spinner.o > .libs/elm_thumb.o .libs/elm_toggle.o .libs/elm_toolbar.o > .libs/elm_notify.o .libs/elm_panes.o -L/home/kma/local/mingw/lib > ../../src/lib/.libs/libelementary.dll.a -Wl,-s -o .libs/module.dll > -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker > .libs/module.dll.a ... you just have ../../src/lib/.libs/libelementary.dll.a. You should have had all the .dll.a of all other libs (edje, embryo, etc...). Paste the content of libelementary.la (it's a text file). Vincent ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel