RE: DBI make fatal error: Command failed for target `Perl.o'

2008-11-11 Thread Cindy Tran
: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, November 08, 2008 11:55 AM To: Cindy Tran; dbi-users@perl.org Subject: RE: DBI make fatal error: Command failed for target `Perl.o' You will have to rebuild Perl.o for your Operating System Please see applicable instructions

DBI make fatal error: Command failed for target `Perl.o'

2008-11-08 Thread Cindy Tran
Hi, I'm currently having issues with installing the DBI module on Solaris 10. The make command returns fatal error make: Fatal error: Command failed for target `Perl.o'. Any suggestions? cindy [EMAIL PROTECTED] /tempDBI/DBI-1.48 Thu Nov 06 11:19:25 perl Makefile.PL *** Note

RE: DBI make fatal error: Command failed for target `Perl.o'

2008-11-08 Thread Martin Gainty
than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: DBI make fatal error: Command failed for target `Perl.o' Date: Thu, 6 Nov 2008 11:32:22 -0500 From: [EMAIL PROTECTED] To: dbi-users@perl.org Hi, I'm currently having

Re: DBI make fatal error: Command failed for target `Perl.o'

2008-11-08 Thread Ron Savage
Hi Cindy cc -c-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff-DVERSION=\1.48\ -DXS_VERSION=\1.48\ -KPIC -I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE -DDBI_NO_THREADS Perl.c sh: cc: not found This is saying your shell, sh, has tried to run

Re: Fatal error: command failed for target 'perl.o'

2002-05-17 Thread Francis Yakin
Thanks Tim, I did what you suggested, and it works. It doesn't take that long. Again Thanks Francis Tim Carlson wrote: On Thu, 16 May 2002, Zachary Buckholz wrote: If so you will need to spend several hours installing third part GNU software to have a semi-functional system. Visit

Re: Fatal error: command failed for target 'perl.o'

2002-05-16 Thread Francis Yakin
Hi William, Have you the answer for the problem: Hi dbi-users, i got an error sh: gcc: not found *** Error code 1 make: Fatal error: Command failed for target `Perl.o' when I execute make command on /export/home/dbadmin/perlmods/DBI-1.21 directory. Can someone help me? I am having

Re: Fatal error: command failed for target 'perl.o'

2002-05-16 Thread Michael Nhan
Hi, I am having the same problem when I tried to run make on DBI-1.21 DBI_NO_THREADS Perl.c sh: cc: not found You need a c compiler (gcc or cc) or put path to the compiler into your path. It can't locate your compiler. *** Error code 1 make: Fatal error: Command failed for target

Re: Fatal error: command failed for target 'perl.o'

2002-05-16 Thread Zachary Buckholz
is not in your path. zack - Original Message - From: Francis Yakin [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 16, 2002 10:48 AM Subject: Re: Fatal error: command failed for target 'perl.o' Hi William, Have you the answer

Re: Fatal error: command failed for target 'perl.o'

2002-05-16 Thread Tim Carlson
On Thu, 16 May 2002, Zachary Buckholz wrote: If so you will need to spend several hours installing third part GNU software to have a semi-functional system. Visit www.gnu.org and start installing if you can't locate gcc on your system If not using Solaris then the simple answer is gcc is

Re: Fatal error: command failed for target 'perl.o'

2002-02-20 Thread William . Xing
Hi dbi-users, i got an error sh: gcc: not found *** Error code 1 make: Fatal error: Command failed for target `Perl.o' when I execute make command on /export/home/dbadmin/perlmods/DBI-1.21 directory. Can someone help me? (See attached file: dbi_1.txt) dbi_1.txt Description: Binary data