Hello all!

Can e17 build shared libraries yet? Are there any special tricks I should perform to get e17 to link dynamically? So far (tried it a few months back too) I haven't had any success getting dynamic libraries from e17 compiles... on none of the efl libraries.

I tested it today using the normal

#> ./configure --enable-shared --prefix=/opt/e17
#> make
#> make install DESTDIR=/tmp

on both imlib2-1.2.1 and the current (about 20:00 GMT) version in cvs (did /autogen.sh too). The compile went well. But from cvs I only get the .a files and not the .so files, otherwise they deliver identical files (well, in name at least).

Anyone seen this before?

I'm using development versions of all tools (auto*, gcc4 etc), I suspect that may cause some problems but I have not seen this before on any package... dr16 built fine with the same tools.

btw: e17 runs fine when linked statically. I'm still using e16 for most of my work, but e17 looks very promising!


From cvs' config.log:
[...]
configure:8218: checking for gcc option to produce PIC
configure:8428: result: -fPIC -DPIC
configure:8440: checking if gcc PIC flag -fPIC -DPIC works
configure:8458: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8462: $? = 0
configure:8473: result: yes
[...]
configure:8666: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9554: result: yes
[...]
configure:10514: checking if libtool supports shared libraries
configure:10516: result: yes
configure:10519: checking whether to build shared libraries
configure:10540: result: yes
configure:10543: checking whether to build static libraries
configure:10547: result: yes
[...]

but still
#> find . /tmp/opt -name *.so
delivers no results

Any clues?

Arno


--
np: Dire Straits - Planet Of New Orleans

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to