#11674: np.dot of two numeric matrices segfaults sage.
------------------------------+---------------------------------------------
   Reporter:  mister.wardrop  |          Owner:  jason, jkantor             
       Type:  defect          |         Status:  new                        
   Priority:  blocker         |      Milestone:  sage-4.7.1                 
  Component:  numerical       |       Keywords:  ATLAS segfault matrix numpy
Work_issues:                  |       Upstream:  N/A                        
   Reviewer:                  |         Author:                             
     Merged:                  |   Dependencies:                             
------------------------------+---------------------------------------------

Comment(by mister.wardrop):

 @leif: Thank you for your helpful tips. I was aware that I could put the
 build into parallel mode; but had read somewhere that this was
 experimental and may cause problems. I did it anyway; and atlas is now
 built. But now, on all of my machines, it bails out when trying to compile
 singular. Before I post another bug, can you verify I am not doing
 something silly?

 The error is: {{{ *’ [-Wwrite-strings] ../kernel/libkernel.a(mod_raw.o):
 In function `dynl_open':
 
/Storage/Tools/sage-4.7/spkg/build/singular-3-1-1-4.p9/src/kernel/mod_raw.cc:217:
 undefined reference to `dlopen' ../kernel/libkernel.a(mod_raw.o): In
 function `dynl_sym':
 
/Storage/Tools/sage-4.7/spkg/build/singular-3-1-1-4.p9/src/kernel/mod_raw.cc:228:
 undefined reference to `dlsym' ../kernel/libkernel.a(mod_raw.o): In
 function `dynl_close':
 
/Storage/Tools/sage-4.7/spkg/build/singular-3-1-1-4.p9/src/kernel/mod_raw.cc:233:
 undefined reference to `dlclose' ../kernel/libkernel.a(mod_raw.o): In
 function `dynl_error':
 
/Storage/Tools/sage-4.7/spkg/build/singular-3-1-1-4.p9/src/kernel/mod_raw.cc:238:
 undefined reference to `dlerror' collect2: ld returned 1 exit status}}}

 I think it would be solved by adding -ldl to the end of the compiler
 command; I'm just not sure where to do that in the Sage automated install.

 Any ideas?

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