hal9000
Member
Hello,
I have to compile libcurl.so and libexpat.so, and in both case, the configure script does not want to generate shared libraries.
I use gp2xdev.
When I try:
./configure --prefix=/usr/local/gp2xdev/ --host=arm --enable-shared
I get:
...
checking whether the gp2x-gcc linker (/usr/local/gp2xdev/gp2x/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
...
Am then, of course, the .so is not generated.
Anyone could help me?
Thanks!
I have to compile libcurl.so and libexpat.so, and in both case, the configure script does not want to generate shared libraries.
I use gp2xdev.
When I try:
./configure --prefix=/usr/local/gp2xdev/ --host=arm --enable-shared
I get:
...
checking whether the gp2x-gcc linker (/usr/local/gp2xdev/gp2x/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
...
Am then, of course, the .so is not generated.
Anyone could help me?
Thanks!