#5040: Bug in NTL's ./configure
---------------------+------------------------------------------------------
 Reporter:  was      |       Owner:  mabshoff
     Type:  defect   |      Status:  new     
 Priority:  blocker  |   Milestone:  sage-3.3
Component:  build    |    Keywords:          
---------------------+------------------------------------------------------
 If you build sage and the directory path contains a "-h" anywhere in it,
 then NTL's perl DoConfig script displays a help message and exists.  This
 totally breaks building sage.  The code at fault is:
 {{{

    if ($arg =~ '-h|help|-help|--help') {
       system("more ../doc/config.txt");
       exit;
    }
 }}}

 In particular, PREFIX will get passed in and if your directory were, e.g,.
 build-sage-help-me-foobar then Sage won't work.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5040>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to