Hi,
>>
>> * I can't create DLLs even with current libtool (git) installed.
>
> what is the error message ?
>
No error.

./configure says:

checking whether the arm-mingw32ce-gcc linker 
(/opt/mingw32ce/arm-mingw32ce/bin/ld) supports shared libraries... yes
[...]
checking whether to build shared libraries... yes

But no DLL was built and I get the warning below. Make install copies 
.la and .a files to $PREFIX/lib.

/bin/bash ../../libtool --tag=CXX   --mode=link arm-mingw32ce-g++ 
-fno-rtti -fno-exceptions -g -O2 -no-undefined -Wl,--enable-auto-import 
-version-info 0:1:0 -L/home/klaus/source/bin/mobis/build/wince/lib 
-L/opt/cegcc/lib -Wl,-s -o libevil.la -rpath 
/home/klaus/source/bin/mobis/build/wince/lib libevil_la-evil_errno.lo 
libevil_la-evil_fcntl.lo libevil_la-evil_fnmatch.lo 
libevil_la-evil_fnmatch_list_of_states.lo libevil_la-evil_langinfo.lo 
libevil_la-evil_main.lo libevil_la-evil_mman.lo libevil_la-evil_pwd.lo 
libevil_la-evil_stdlib.lo libevil_la-evil_stdio.lo 
libevil_la-evil_string.lo libevil_la-evil_time.lo 
libevil_la-evil_unistd.lo libevil_la-evil_util.lo 
libevil_la-evil_uuid.lo libevil_la-evil_dirent.lo 
libevil_la-evil_link_ce.lo  -lws2 

*** Warning: linker path does not have real file for library -lm.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libm and none of the candidates passed a file format test
*** using a file magic. Last file checked: 
/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.1.0/../../../../arm-mingw32ce/lib//libm.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
libtool: link: arm-mingw32ce-ar cru .libs/libevil.a  
libevil_la-evil_errno.o libevil_la-evil_fcntl.o 
libevil_la-evil_fnmatch.o libevil_la-evil_fnmatch_list_of_states.o 
libevil_la-evil_langinfo.o libevil_la-evil_main.o libevil_la-evil_mman.o 
libevil_la-evil_pwd.o libevil_la-evil_stdlib.o libevil_la-evil_stdio.o 
libevil_la-evil_string.o libevil_la-evil_time.o libevil_la-evil_unistd.o 
libevil_la-evil_util.o libevil_la-evil_uuid.o libevil_la-evil_dirent.o 
libevil_la-evil_link_ce.o
libtool: link: arm-mingw32ce-ranlib .libs/libevil.a
libtool: link: ( cd ".libs" && rm -f "libevil.la" && ln -s 
"../libevil.la" "libevil.la" )


Thanks!
    Klaus


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to