-
Notifications
You must be signed in to change notification settings - Fork 555
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
question about Configure options for perl-only extensions #862
Comments
From mlevine@reshape.comHi, I am building perl with a number of extensions statically linked in. I'm confused at the intended usage of -Dextensions versus -Dstatic_ext and If I put all of DateManip, GifGraph, and DProf in both -Dextensions and ./Configure -de -Dprefix='/home/mlevine/reshape/bin/perl' \ I get the following errors when I link perl /home2/mlevine/reshape_tools/bin/gcc -o perl perlmain.o \ gcc: lib/auto/DProf/DProf.a: No such file or directory \ However, if I put DProf, GIFgraph, and DateManip in -Dextensions, but remove -Dextensions='Reshape POSIX Fcntl IO GD DProf GIFgraph DateManip ' \ then when I make, I don't DProf, GIFgraph, and DateManip don't get made. Thanks! - Margie Levine |
From @doughera88On Wed, 17 Nov 1999, Margie Levine wrote:
That's not surprising, since they weren't really designed to be The intended use (which I see isn't actually documented -- Hmm -- I If that doesn't work, your best bet is to either run Configure There are actually 5 relevant Configure variables. Here are their known_extensions: You want your non-XS extensions to appear in $nonxs_ext. They should extensions="$dynamic_ext $static_ext $nonxs_ext" so setting it from the command line is not what I would recommend (and I
Incidentally, if you add in a -Uusedl, then dynamic_ext will automatically Hope this helps, Andy Dougherty doughera@lafayette.edu |
From The RT System itselfIt's in INSTALL: If you unpack any additional extensions in the ext/ directory before |
[DELTA] 1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles - put try_sig_mask back where it goes (And add test to prevent this in the future) - Drop new List::Util requirement back down 1.302180 2020-09-13 23:11:18-07:00 America/Los_Angeles - No changes since last trial 1.302179 2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum List::Util version (for uniq) 1.302178 2020-09-07 14:11:52-07:00 America/Los_Angeles (TRIAL RELEASE) - Move try_sig_mask to the only module that uses it. - Inherit warnings bitmask in cmp_ok string eval - Update copyright date - Improved API for interept {} and what it returns 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles - Minor fix to author downstream test - No significant changes since the last trial 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::More's $TODO inside intercept (Perl#862)
[DELTA] 1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles - put try_sig_mask back where it goes (And add test to prevent this in the future) - Drop new List::Util requirement back down 1.302180 2020-09-13 23:11:18-07:00 America/Los_Angeles - No changes since last trial 1.302179 2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum List::Util version (for uniq) 1.302178 2020-09-07 14:11:52-07:00 America/Los_Angeles (TRIAL RELEASE) - Move try_sig_mask to the only module that uses it. - Inherit warnings bitmask in cmp_ok string eval - Update copyright date - Improved API for interept {} and what it returns 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles - Minor fix to author downstream test - No significant changes since the last trial 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::More's $TODO inside intercept (Perl#862)
[DELTA] 1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles - put try_sig_mask back where it goes (And add test to prevent this in the future) - Drop new List::Util requirement back down 1.302180 2020-09-13 23:11:18-07:00 America/Los_Angeles - No changes since last trial 1.302179 2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum List::Util version (for uniq) 1.302178 2020-09-07 14:11:52-07:00 America/Los_Angeles (TRIAL RELEASE) - Move try_sig_mask to the only module that uses it. - Inherit warnings bitmask in cmp_ok string eval - Update copyright date - Improved API for interept {} and what it returns 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles - Minor fix to author downstream test - No significant changes since the last trial 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::More's $TODO inside intercept (#862)
Migrated from rt.perl.org#1792 (status was 'resolved')
Searchable as RT1792$
The text was updated successfully, but these errors were encountered: