All,
I am currently trying to get
XML::Handler::AxPoint running on Cygwin which has
PDFlib as a dependency.
PDFlib requires that the
PDFlib Lite library and Perl module (pdflib_pl.pm) be installed. This is where the problem comes in.
pdflib_pl.pm bootstraps the pdflib_pl library. The trouble is that the library is built statically (.a) and pdflib_pl is looking for a dynamic library (.dll). I have tried unsuccesfully to compile pdflib_pl dynamically by forcing some ./configure options. I also couldn't figure out how to modify pdflib_pl.pm to use a static library either.
So, on Cygwin - if anyone has any ideas on how to either get pdflib_pl to produce a dynamic library or make pdflib_pl.pm to use a static one I would be most appreciative.
Update: I found a RPM that had shared objects (.so) but that still did not work. DynaLoader is specifically looking for a .dll.
Update 2: I wonder if it would be possible to do a native Win32 compile, zip up the files, unzip them, and have Cygwin be happy - any volunteers?
Update 3 (2004-10-22): I got no response from the PDFLib list at all so I switched to RH linux.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.