#7338: Singular fails to build on cygwin
-----------------------+----------------------------------------------------
   Reporter:  mhansen  |       Owner:  tbd       
       Type:  defect   |      Status:  needs_work
   Priority:  major    |   Milestone:            
  Component:  cygwin   |    Keywords:            
     Author:           |    Upstream:  N/A       
   Reviewer:           |      Merged:            
Work_issues:           |  
-----------------------+----------------------------------------------------

Comment(by was):

 Making this change to src/IntegerProgramming/Makefile gets past this
 particular problem (the change is to add .exe after $(MAIN1) etc. below:

 {{{
 install: $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4) $(LLL)
         ${MKINSTALLDIRS} ${bindir}
         ${INSTALL_PROGRAM} $(MAIN1).exe ${bindir}
         ${INSTALL_PROGRAM} $(MAIN2).exe ${bindir}
         ${INSTALL_PROGRAM} $(MAIN3).exe ${bindir}
         ${INSTALL_PROGRAM} $(MAIN4).exe ${bindir}
         ${INSTALL_PROGRAM} $(LLL).exe ${bindir}
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7338#comment:3>
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