Re: [Arsperl-users] compile trouble on solaris 9
Brought to you by:
jeffmurphy
|
From: Amir S. <sed...@ya...> - 2005-05-30 22:59:48
|
Just for my info, which api version and which arsperl
version did you guys get going on solaris 2.9 and perl
5.8.0?
--- "Felling, Greg" <Gre...@Le...> wrote:
---------------------------------
Thank you very much, David! That was exactly the
issue. I installed aPerl built with gcc and all is
good now.
David Adams wrote: Greg,
I installed ARSperl on Solaris 2.9with Perl 5.8.0
very recently and had no difficulties whatever.
I believe that Perl will generate aMakefile with CC
set to the compiler that was used to compile
Perlitself. It looks to me that your problem is not
with Solaris 2.9 butthe way that Perl was installed on
it. Just possibly all you need dois to change the
PATH so that the right cc is found.
Hope that helps.
David Adams
Corporate Information Services
Information Systems Services
University of Southampton
-----Original Message -----
From: Felling, Greg
To: ars...@ar...
Sent:Wednesday, May 25, 2005 11:48 PM
Subject:[Arsperl-users] compile trouble on solaris
9
I'm compiling ARSPerl on Solaris 9. This has worked
for me fine onSolairs 8. As you can see, I've set CC
to the path to gcc, yetMakefile.PL still generates a
Makefile containing CC=cc. I've eventried changing
this line to gcc in the Makefile, same error.
Someoneplease explain this to me while I still have
some hair. Thanks.
$ env CC=/usr/local/bin/gcc perl Makefile.PL
$ env CC=/usr/local/bin/gcc make
cp ARSnt-h.pm blib/lib/ARSnt-h.pm
cp ARS.pm blib/lib/ARS.pm
AutoSplitting blib/lib/ARS.pm (blib/lib/auto/ARS)
cp ARSOOmsgs.pm blib/lib/ARSOOmsgs.pm
cp ARSnparm.pm blib/lib/ARSnparm.pm
cp ARSarerrno-h.pm blib/lib/ARSarerrno-h.pm
cp ARSar-h.pm blib/lib/ARSar-h.pm
cp ARSnterrno-h.pm blib/lib/ARSnterrno-h.pm
cp ARSOOform.pm blib/lib/ARSOOform.pm
cp ARSOOsup.pm blib/lib/ARSOOsup.pm
/usr/bin/perl
-I/usr/perl5/5.6.1/lib/sun4-solaris-64int-I/usr/perl5/5.6.1/lib
/usr/perl5/5.6.1/lib/ExtUtils/xsubpp
-typemap/usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap
typemap ARS.xs >ARS.xsc && mv ARS.xsc ARS.c
cc -c -I/app1/ARS_512_api/include
-D_LARGEFILE_SOURCE-D_FILE_OFFSET_BITS=64 -xO3
-xdepend -DVERSION=\"1.82\"-DXS_VERSION=\"1.82\"
-KPIC-I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -g
-DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=6
-DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50 ARS.c
make: cc: Command not found
make: *** [ARS.o] Error 127
-------------------------------------------------------
SF.Net email issponsored by: GoToMeeting - the easiest
way to collaborate online withcoworkers and clients
while avoiding the high cost of travel
andcommunications. There is no equipment to buy and
you can meet as oftenas you want. Try
itfree.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click_______________________________________________
Arsperl-users mailinglist
Ars...@ar...://lists.sourceforge.net/lists/listinfo/arsperl-users
-------------------------------------------------------This
SF.Net email is sponsored by Yahoo.Introducing Yahoo!
Search Developer Network - Create apps using
Yahoo!Search APIs Find out how you can build Yahoo!
directly into your ownApplications - visit
http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005_______________________________________________Arsperl-users
mailing lis...@ar...://lists.sourceforge.net/lists/listinfo/arsperl-users
|