# New Ticket Created by  Jarkko Hietaniemi 
# Please include the string:  [perl #31021]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31021 >


Also the ld needs to be CC -64, duh.

-- 
Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'.  It is 'dead'." -- Jack Cohen

--- config/init/hints/irix.pl.dist      2004-08-09 19:17:53.000000000 +0300
+++ config/init/hints/irix.pl   2004-08-09 19:17:39.000000000 +0300
@@ -23,7 +23,7 @@
 my $link = Configure::Data->get('link');
 if ( $cc =~ /cc -64/ ) {
     $cxx  = 'CC -64';
-    $ld   = 'ld -64';
+    $ld   = 'CC -64';
     $link = 'CC -64';
     Configure::Data->set(
         cxx  => $cxx,

Reply via email to