< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] How can I build shared library?


Title: 코리아 메일 - 대한민국 대표메일의 자부심

Hi.

 

I want to build resiprocate as shared library and

my build enviroment is Windows XP and cygwin( gcc 3.4.4 ).

So I added '--enable-shared' for sure though it's default value is yes.

 

./configure --enable-shared --disable-ssl

make

 

but I had following warning and shared library build failed

"libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries"

 

How can I build shared library? Static build binary size is so large ( about 3MB after stripping )

 

Thanks.