On 6/25/2012 4:23 PM, Allen D Byrne wrote:
Marco,

I agree with you. I just don't remember if the script was updated.
I need to double check the published configure script though, I am always 
willing to consider patches to the make systems.

Allen
On Monday, June 25, 2012 03:34:20 PM marco atzeri wrote:
On 6/25/2012 3:21 PM, Allen D Byrne wrote:
Currently, I think that configure will not build shared libs on cygwin, and 
should display a message.
  > So first be sure that you are building static.

Allen

Hi Allen

as package maintainer for cygwin, I can assure you that shared
libs on cygwin are possible and are available by long time:

http://cygwin.com/ml/cygwin-announce/2008-06/msg00006.html
http://cygwin.com/ml/cygwin-announce/2012-05/msg00028.html

I think Kraus should use the available package, instead
of building the package by himself



Regards
Marco


Hi Allen
starting from version 1.8.8, I have no need to patch the source anymore.

The cygwin binary package is build with
--------------------------------------------------------------
autoreconf
configure --with-zlib             \
          --with-gnu-ld           \
          --enable-shared         \
          --enable-threadsafe     \
          --with-pthread          \
          LDFLAGS=-no-undefined
# hack to bypass wrong libtool detection
sed -e "1,100s/^build_libtool_libs=no/build_libtool_libs=yes/" -i libtool
make
--------------------------------------------------------------

I am not sure if "LDFLAGS=-no-undefined" is still needed or
is an heritage of the past. Same for the libtool hack

No time for experiments in these days

Regards
Marco

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to