|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: sybperl module installation error
Date: Nov 19 2001 10:33PM
Kenneth.Tejatanalert@bankofamerica.com writes:
>
>
> Hi,
>
> I am trying to install sybperl-2.13 module onto AIX 4.3.3.0 with perl
> 5.005_03 and Sybase 12.5 (64 bit version). After following the README and
> look through the FAQ, I still could not resolve the following error. Would
> you be able to give me some recommendations or suggestions.
>
> Thank you very much,
>
> Kenneth (new to perl and sybperl)
>
> (rtxtvcp01::sybase) /home/sybase/sybperl-2.13>> make
> Manifying ../Sybase::BCP.0
> Skip ../blib/lib/Sybase/CTlib.pm (unchanged)
> Skip ../blib/lib/Sybase/CTlib.pod (unchanged)
> cc -c -I/home/sybase/OCS-12_5/include -D_ALL_SOURCE -D_ANSI_C_SOURCE
> -D_POSIX_SOURCE -qmaxmem=16384 -O -DVERSION=\"2.13\"
> -DXS_VERSION=\"2.13\" -I/usr/opt/perl5/lib/5.00503/aix/CORE -DCTLIBVS=100
> -DSYBPLVER='"2.13"' -DDO_TIE CTlib.c
> /bin/sh: cc: not found.
Do you have a C compiler installed on the machine?
(the error is telling you that the Make process couldn't find the 'cc'
command, i.e. the c compiler...)
Michael
--
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler@peppler.org - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
|