Re: [perl #57900] solaris hints no longer work

2008-08-17 Thread chromatic
On Wednesday 13 August 2008 15:20:08 Andrew Johnson via RT wrote: Almost, you just missed the executable itself (-o arg). This patch works for me. Thanks, applied as r30282. -- c

[perl #57900] solaris hints no longer work

2008-08-14 Thread Andrew Johnson via RT
On Wed Aug 13 10:41:22 2008, [EMAIL PROTECTED] wrote: Does this patch help? Almost, you just missed the executable itself (-o arg). This patch works for me. - Andrew Index: solaris.pm === --- solaris.pm (revision 30211) +++

[perl #57900] solaris hints no longer work

2008-08-13 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #57900] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57900 There's been a change somewhere in the Configure system such that the solaris.pm

Re: [perl #57900] solaris hints no longer work

2008-08-13 Thread chromatic
On Wednesday 13 August 2008 07:36:45 Andy Dougherty wrote: The problem appears to be in config/init/hints/solaris.pm in the solaris_link_cb function.  That function tries to compile and run a simple test.c program.  I don't know where the _3877 part of the filename is coming from, but it's

Re: [perl #57900] solaris hints no longer work

2008-08-13 Thread Andy Dougherty
On Wed, 13 Aug 2008, Andrew Johnson via RT wrote: On Wed Aug 13 10:41:22 2008, [EMAIL PROTECTED] wrote: Does this patch help? Almost, you just missed the executable itself (-o arg). This patch works for me. [patch using test_$$ everywhere] That looks like it should work, but it feels