Re: problems with perlcc not compiling modules into shared objects

2007-02-12 Thread H.Merijn Brand
On Mon, 12 Feb 2007 15:00:15 -0800, Dean Arnold <[EMAIL PROTECTED]> wrote: > Sean McMahon 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 compi

Re: problems with perlcc not compiling modules into shared objects

2007-02-12 Thread H.Merijn Brand
On Mon, 12 Feb 2007 14:50:09 -0800, "Jonathan Leffler" <[EMAIL PROTECTED]> wrote: > 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? Any

Re: problems with perlcc not compiling modules into shared objects

2007-02-12 Thread Dean Arnold
Sean McMahon 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? thanks Sean Not sure what perlcc has to do with DBI, bu

Re: problems with perlcc not compiling modules into shared objects

2007-02-12 Thread Jonathan Leffler
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

problems with perlcc not compiling modules into shared objects

2007-02-12 Thread Sean McMahon
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? thanks Sean