perl.64bit
  Home FAQ Contact Sign in
perl.64bit only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
perl.64bit Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Make problem Building 64 bit Perl 5.8.8 from source on Solaris 10 with gcc 3.4.6         


Author: Frederick P A5IT Vachon
Date: Mar 20, 2008 08:02

Hi,

I am trying to build a 64 bit Perl from source on my home directory (as
non root) on Solaris 10. I downloaded the most current stable version
of Perl 5.8.8 from CPAN. I'm using the Solaris gcc compiler in
/usr/local/bin/gcc which is version 3.4.6. I get through the Configure
step OK but fail when trying to run make. The tail of the output is
listed below. I have searched the internet for others with this problem
but have not been able to find a solution. I have read the README file
for Solaris, the INSTALL notes and have looked through the hints script.
I am not a sysadmin so my options are limited - I cannot install a
different gcc compiler or make any changes to the system directories.
My objective is to have my own version of Perl so I can add the DBI and
DBD::ORACLE modules.

I am running Configure this way. I am taking all the defaults except I
remove directory /usr/lib as mentioned in the Solaris README notes.
sh ./Configure -Dprefix=/home/fred/perl_5.8.8 -Dcc=gcc -Duse64bitall
-Aldflags="-mcpu=v9 -m64" -Alddlflags="-mcpu=v9 -m64 -G"
Show full article (10.20Kb)
no comments
  Perl 5.10 complie on AMD64         


Author: Yu Ting
Date: Jan 4, 2008 05:29

Hi,

Is there anybody successfully complied the perl 5.10 on AMD64? I am using
ubuntu 7.10 and gcc.

Thanks,
Magix
no comments