Opened 11 years ago
Closed 11 years ago
#418 closed bug (fixed)
Is check for AR needed in omalloc configure?
Reported by: | anonymous | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-5 and higher |
Component: | dontKnow | Version: | 3-1-4 |
Keywords: | Cc: |
Description
See Sage ticket 7832 (sorry, it won't let me link to this) for the original description. On FreeBSD apparently the following change is needed to get Singular to compile within Sage.
--- singular-3-1-3-3.p3/src/omalloc/configure-orig 2012-01-21 19:51:08.000000000 +0000 +++ singular-3-1-3-3.p3/src/omalloc/configure 2012-01-21 19:51:32.000000000 +0000 @@ -1293,9 +1293,6 @@ echo "$ac_t""no" 1>&6 fi -if test "$ac_cv_prog_AR" != ar; then - { echo "configure: error: *** ar program not found" 1>&2; exit 1; } -fi for ac_prog in perl do # Extract the first word of "$ac_prog", so it can be a program name with args.
According to the reporter, "It would be really great if these three lines could be removed from the configure file. As best as I can tell, they serve no purpose whatsoever for any OS." Please see the Sage ticket for further details.
Note: See
TracTickets for help on using
tickets.
fixed: do not abort configure, if ar is not found This allows to define a different ar program but if none is found, you are on your own. Will be changed with the new version anyway.