Yep, its the ppl library conflict: /usr/lib/gcc/i586-mageia-linux-gnu/4.7.2/cc1: symbol lookup error: /lib/libppl_c.so.4: undefined symbol: _ZN23Parma_Polyhedra_Library13have_sse_unitE
On Tuesday, June 25, 2013 11:49:26 PM UTC-4, Taekyung Kim wrote: > > This is my config.log file. > > But what do you mean by "sage building its own gcc"? I installed gcc, > gcc-c++, gcc-gfortran BEFORE I ran "make". > Yes, this is your gcc failing because we are injecting a slightly different shared library version via LD_LIBRARY_PATH. The compilerwrapper should fix this. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
