RE: gcc on Solaris

2005-05-10 Thread Bliss, Kevin
-Original Message- From: Larsen, Errin M HMMA/IT [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 8:15 AM To: beginners@perl.org Subject: gcc on Solaris ... And I execute the following command line to test the gcc installation: # gcc helloworld.c -o helloworld ld.so.1: gcc

gcc on Solaris

2005-05-06 Thread Larsen, Errin M HMMA/IT
Hi Perl folks, I want to compile the latest version of Perl on my Solaris 9 server, targeting that same Solaris 9 environment. I have downloaded and installed gcc (because, in it's infinite wisdom, Sun does not ship Solaris with a pre-installed compiler?!) and intend to use it. As a test, I