#8477: Force GNU make to build PALP serially
----------------------------+-----------------------------------------------
   Reporter:  mpatel        |       Owner:  tbd         
       Type:  defect        |      Status:  needs_review
   Priority:  minor         |   Milestone:  sage-4.3.4  
  Component:  packages      |    Keywords:              
     Author:  Mitesh Patel  |    Upstream:  N/A         
   Reviewer:  David Kirkby  |      Merged:              
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by drkirkby):

 sage-env sets the environment variable CC to be gcc unless it is otherwise
 defined.

 Obviously when the package was made, the compiler as assumed to be 'cc'.
 Someone has then set it to gcc. The best option is to unset it in the
 makefile, then the Makefile will use $(CC) which Sage has set. But it is a
 minor issue - I will fix that at a later date.

 One of those gcc command lines look really odd - add -Wall to show all
 warnings, then add -W to suppress all warnings! So I'm not convinced the
 person that wrote that understood what they were doing!

 I'll take a look later today. I need to do a few jobs in the last
 remaining hours of daylight here in the UK. I can get back to the computer
 later today and will review this - I'm 99% sure it will be positive, but
 I'll convince myself first.

 dave

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8477#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
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