Re: [patch@31788] Term::ReadLine::Stub missing get_line

2007-09-13 Thread Rafael Garcia-Suarez
On 13/09/2007, John E. Malmberg <[EMAIL PROTECTED]> wrote: > Resubmitted, Did this get lost in the shuffle? Thanks, applied as #31862.

ia64 gcc

2007-09-13 Thread Jody Belka
Hi, Don't suppose anyone knows where I could find a real copy of gcc for ia64 vms? I was trying the gnv gcc, but realised that we don't actually have DEC C installed on the box. Of course, gnv doesn't check for that, and just reports lots of crazy error messages. Gah, hateful software. -- Jody

Re: ia64 gcc

2007-09-13 Thread John E. Malmberg
Jody Belka wrote: Hi, Don't suppose anyone knows where I could find a real copy of gcc for ia64 vms? I am not aware of the existence of such a beast. It may be possible to modify GCC ia64 Linux to create objects for IA64 VMS. IA64 VMS uses elf format for objects and executables. A few extr

[patch@31846] M::B::base.pm install.t fixes for VMS

2007-09-13 Thread John E. Malmberg
Hello Ken, Here is another step in getting Module::Build going on VMS. In lib/Module/Build/Base.pm: The code to merge the destination dir with the default directories needed fixing, as it was stripping off any filenames that may be present, such as .packlist. In lib/Module/Build/t/install.