-
Notifications
You must be signed in to change notification settings - Fork 577
Propose correction for OpenVMS script configure.com #14720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]At or about line 6889 of the OpenVMS configuration script configure.com contains the following statement: $ 'ld' munchconfig.obj,munchconfig.opt/opt If the user has elected to include another architecture (Integrity for example), then the script will create the object file with an extension of .abj for the Alpha object and .ibj for the Integrity object. In that situation the above statement may fail because it can't find the object file. Suggest changing the above statement to: $ 'ld' munchconfig'obj_ext',munchconfig.opt/opt Using this modification on my OpenVMS/Alpha system eliminated the failure. SenseiC bows out |
From [email protected]On Fri May 29 15:43:04 2015, cgo.senseic@gmail.com wrote:
Missed seeing that line 6892 needs the same change: - $ 'ld' munchconfig.obj |
From @craigberryOn Fri, May 29, 2015 at 9:24 PM, SenseiC via RT
Thanks. That looks right to me and I'll try to get it in after 5.22 I will note that this whole "sharedperl" option that allows two |
The RT System itself - Status changed from 'new' to 'open' |
From @craigberryOn Sun, May 31, 2015 at 6:15 PM, Craig A. Berry <craig.a.berry@gmail.com> wrote:
I've addressed this in the following commit. The ticket can be closed. http://perl5.git.perl.org/perl.git/commitdiff/dd3163fe576a290b373e718815be5649da21745a |
Migrated from rt.perl.org#125284 (status was 'open')
Searchable as RT125284$
The text was updated successfully, but these errors were encountered: