Re: /bin/sh: cc_r: not found

2015-10-29 Thread Abhishek Mohanty1
ERSION=\"1.634\" "-I/usr/opt/perl5/lib/5.8.8/aix-thread-multi/CORE" Perl.c /bin/sh: cc_r: not found. make: 1254-004 The error code from the last command is 127. I still searched for some more gcc related rpm and installed on the system . RPMs i installed are: libgcc-4.2.0-3

Re: /bin/sh: cc_r: not found

2015-10-29 Thread Jonathan Leffler
t; -DXS_VERSION=\"1.634\" > "-I/usr/opt/perl5/lib/5.8.8/aix-thread-multi/CORE" Perl.c* > */bin/sh: cc_r: not found.* > *make: 1254-004 The error code from the last command is 127. * > > I still searched for some more gcc related rpm and installed on the syst

Re: /bin/sh: cc_r: not found

2015-10-29 Thread John R Pierce
onglong -O-DVERSION=\"1.634\" -DXS_VERSION=\"1.634\" "-I/usr/opt/perl5/lib/5.8.8/aix-thread-multi/CORE" Perl.c* */bin/sh: cc_r: not found.* *make: 1254-004 The error code from the last command is 127. * I still searched for some more gcc related rpm and inst

Re: /bin/sh: cc_r: not found

2015-10-29 Thread Derek G Jones via dbi-users
com> To: Abhishek Mohanty1 <amoha...@in.ibm.com> Cc: DBI Users Mailing List <dbi-users@perl.org> Sent: Thursday, October 29, 2015 5:47 PM Subject: Re: /bin/sh: cc_r: not found The problem is definitely that you are missing the compiler, cc_r, that was used to build Perl.

Re: /bin/sh: cc_r: not found

2015-10-29 Thread John R Pierce
On 10/29/2015 5:00 PM, Derek G Jones via dbi-users wrote: It is not so clear that it is GCC that's missing. You're on AIX, and the IBM-provided compilers tend to have names with extensions like _r. And often names such as xlc_r. These might conceivably be in /usr/vac/bin if you have the

/bin/sh: cc_r: not found

2003-11-07 Thread Senthil Kumar
Perl.c cc_r -c-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O-DVERSION=\1.38\ -DXS_VERSION=\1.38\ -I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE Perl.c /bin/sh: cc_r

Re: /bin/sh: cc_r: not found

2003-11-07 Thread Michael A Chase
-D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O-DVERSION=\1.38\ -DXS_VERSION=\1.38\ -I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE Perl.c /bin/sh: cc_r: not found. make: 1254-004 The error code from the last

Re: /bin/sh: cc_r: not found

2003-11-07 Thread Michael A Chase
On Fri, 07 Nov 2003 10:57:18 -0600 Senthil Kumar [EMAIL PROTECTED] wrote: Thanks for your response. I put cc_r in path but this time I got a different error. rootchh-lpar5/DBI-1.38 make /usr/bin/perl -p -e s/~DRIVER~/Perl/g blib/arch/auto/DBI/Driver.xst Perl.xsi