"Robert S Robinson (Manchester)" wrote:

> Trying to install dbi:
>
> makefile runs ok.
>
> When I try to run
>
> make
>
> I get the follwing error messages:
>
> (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C
> pr.
> (Bundled) cc: warning 480: The -O option is available only with the C/ANSI C
> pr.
> (Bundled) cc: warning 480: The +Onolimit option is available only with the
> C/AN.
> (Bundled) cc: warning 480: The +z option is available only with the C/ANSI C
> pr.
> (Bundled) cc: "/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/perl.h", line 538: error
> 10
> (Bundled) cc: "/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/perl.h", line 539: error
> 10
>
> I there something wrong with my compiler?
>

Yes, and No.  It's the bundled C compiler, which only understands K&R C, not the
HP ANSI C compiler.

>
> I installed the binary version of Perl.
>
> thanks for any help
>

Either buy the HP ANSI C compiler or download a binary version of GCC or use the
bundled C compiler to build GCC.  Instructions on how to do the latter come with
DBD::Informix.  If you end up using GCC, you'll also need to build Perl with it.





--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED])
Guardian of DBD::Informix 1.00.PC1 -- see http://www.cpan.org/
#include <disclaimer.h>


Reply via email to