After wrestling with C libraries, I've come up with the final set of C-related CPAN modules I'll be supporting out the box for Strawberry Perl 5.10.0.
The C libraries are zlib, bzlib2, iconv, libxml2 and SQLite (including CPAN::SQLite).
libxslt crashes pexports.
expat is too complex for the moment.
Chris Williams is trying to get a pre-built gmp as a last minute addition, which may or may not get in.
In order to meet my "November 2007" deadline, I've started to final leap to integrate 5.10.0 Release Candidate 1 into Strawberry, and the auto-generation of the Inno Setup configuration file.
Progress continues...
If you really want another library (Score:1)
But I won't be struggling with any additional unless I get some extra time.
What about non-bundled libraries and includes? (Score:1)
Re: (Score:1)
So C:\strawberry-perl\mingw\{lib,include,bin} would be the correct location.
(or the equivalent C:\strawberry\c\{lib,include,bin} in the next release)
gmp files committed (Score:1)
I've just committed the headers and libraries for gmp-4.2.1 compiled with MinGW.
gmp-4.2.1-win32.zip [svn.ali.as]
Re: (Score:1)
gmp --> Math::???? --> Math::BigInt?
For the toolchainy stuff, I have to hand-craft the build order for these dists.
Re: (Score:1)
gmp is necessary for Math::BigInt::GMP [cpan.org]
Re: (Score:1)
Unrelated: Archive-Zip co-maintainership (Score:2)
Hi Adam! This is unrelated to this particular post, but I need you to make me an Archive-Zip co-maintainer, so I can close bugs in the RT queue. Otherwise, I won't be effective in my work on it.
I tried to reach you by email, but you didn't reply, and tried to find you on IRC, but couldn't, so posting this message was my only resort.
Re: (Score:1)
Re: (Score:2)
Thanks.
SQLite (Score:1)
https://rt.cpan.org/Ticket/Display.html?id=30558 [cpan.org]
Re: (Score:1)
Re: (Score:1)