Re: module 'Bundle::DBI' installation problem

2001-09-10 Thread 'David Scott Urban
The +z and +Onolimit options are from the HP compiler. My guess would be someone installed gcc as cc or created a link to gcc as cc. These options are not part of the gcc compiler which is why when removed you are still having problems. They used the HP compiler to build Perl is my guess. D.

Re: module 'Bundle::DBI' installation problem

2001-09-10 Thread Michael Fowler
On Mon, Sep 10, 2001 at 04:29:02PM +0100, [EMAIL PROTECTED] wrote: > dycdmp01 # make > > This produced the following output > > cc -c -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O +Onolimit > -D > VERSION=\"1.20\" -DXS_VERSION=\"1.20\" +z > -I/opt/perl5/lib/5.6.1/PA-RISC1.1/COR > E

module 'Bundle::DBI' installation problem

2001-09-10 Thread saurabh . bansal
Hello everyone Im trying to install a module 'Bundle::DBI' and get some funny messages when i do a make. Im using gnu ANSI-c compiler. First I issued the command dycdmp01 # perl Makefile.PL this produced the following messages *** Note: The optional PlRPC-modules (RPC::PlServer etc) are n