[Module::Build] Re: [PATCH] ExtUtils::Mksymlists undefined var ref & return value
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-11-21 02:57:18
|
On 11/18/2003 10:36 AM, James.FitzGibbon wrote: > Perhaps what is needed is to update EU::Mksymlists to both export the > platform-specific > extensions as constants and return the canonical path to the written > file back to it's > caller so that link_c() in M::B can act more intelligently. > Mksymlists() now returns the name of the file written. (Derived from the value of the FILE parameter plus an OS specific extension.) On 11/18/2003 10:51 PM, Michael G Schwern wrote: > On Tue, Nov 18, 2003 at 09:08:38PM -0500, Randy W. Sims wrote: > >>I've updated James' update of my patch ;) There were some Windows >>problems. I think ExtUtils::Mksymlists is buggy on Windows; it dies if > > > This would not surprise me. Fixed reference to undefined variable on MSWin32 and OS2. Randy. |