in reply to Bioperl-ext problem: Can't install staden io_lib on windows XP

So I installed MinGW and MSYS in my PC with Windows XP 2002 system, and used MSYS to install io_lib_1.8.12.

I've just built io_lib-1.11.6.1 in the MSYS shell using MinGW. It was straightforward, and all tests passed. I ran:

./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib

The inclusion of the CPPFLAGS and LDFLAGS arguments enables libz to be found and used (since I had previously installed libz). Then I ran 'make', followed by 'make check', followed by 'make install'. I didn't make any alterations to the io_lib source at all.

Seems they must have fixed the problem with the configure script for 1.8.12. I suggest you give 1.11.6.1 a try if you want to build it yourself.

Cheers,
Rob
  • Comment on Re: Bioperl-ext problem: Can't install staden io_lib on windows XP

Replies are listed 'Best First'.
Re^2: Bioperl-ext problem: Can't install staden io_lib on windows XP
by bilogical (Novice) on Jan 19, 2010 at 05:10 UTC
    Hi Syphilis,

    Sorry I was traveling last year and didn't see your reply. I didn't figure out the problem yet. Would you give more detail on your installation? such as, which version and where did you get the libz? Did you install staden-windows prior to staden-io-lib? Thanks a lot.

      I got zlib-1.2.3 source from the zlib Home Site, and built it (also in the MSYS shell) by running:

      ./configure
      make
      make check
      make install

      It should then be straightforward to build and install io_lib-1.11.6.1 as per the instructions in my earlier post.

      Cheers,
      Rob