On 2/12/07, Sean McMahon <[EMAIL PROTECTED]> wrote:

When I use perlcc to compile something like module.pm perlcc says
compiling of
shared objects is disabled.  Does anyone know how to fix this?  Anyone
have tips
on how to get perl to compile into a binary executable?


Well, a first step is to identify which DBD module this refers to.
A second step is to identify which platform you are using.
A third step is to identify which Perl you are using.

If I had to guess, you're on HP, and you've not installed the HP ANSI C
compiler.  The bundled C compiler is not sufficient to build modern versions
of Perl; it does not work with prototypes, and may also not create shared
objects.  However, that is a wild guess - not wholly uneducated, but still
pretty wild.

--
Jonathan Leffler <[EMAIL PROTECTED]>  #include <disclaimer.h>
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

Reply via email to