#11575: Update PolyBoRi to release 0.8.0
-------------------------------+--------------------------------------------
   Reporter:  AlexanderDreyer  |          Owner:  AlexanderDreyer               
              
       Type:  enhancement      |         Status:  positive_review               
              
   Priority:  major            |      Milestone:  sage-4.7.3                    
              
  Component:  packages         |       Keywords:                                
              
Work_issues:                   |       Upstream:  None of the above - read trac 
for reasoning.
   Reviewer:  Martin Albrecht  |         Author:  Alexander Dreyer              
              
     Merged:                   |   Dependencies:  #11574, #9138                 
              
-------------------------------+--------------------------------------------

Comment(by leif):

 Replying to [comment:115 AlexanderDreyer]:
 > As far as I understand gcc's manual it should be enough to import
 {{{LIBRARY_PATH}}} into the build environment to avoid your work around.

 [In principle belongs to #11906:]

 IIRC that didn't help, because ''the linker'' doesn't use `LIBRARY_PATH`
 but `LD_LIBRARY_PATH`.

 The problem was that it couldn't find [an appropriate] `libgcc[_s]`; all
 other paths are compiled into GCC (which used to be in `specs`). So
 `LDFLAGS` would also have helped (if they were used in the link commands).

 A work-around is to create symbolic links (in directories where they do
 not really belong), but since !PolyBoRi is the only package that shows
 this behaviour (or error), I fixed the spkg rather than doing that, which
 I'd also have to do for a couple of different GCC installations.

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