Just found out more about this bug: 
if I set the PYTHONPATH var to 
/usr/local/src/Math/sage-6.9/local/lib/python/site_packages
then the code compiles fine, since rather than the '-R' option it is used 
the correct '-Wl,-R'. 
If, instead, I set it, as sage does, to
/usr/local/src/Math/sage-6.9/local/lib/python:/usr/local/src/Math/sage-6.9/local/lib/python/site_packages
then it fails as above.
How come the PYTHONPATH var determines which flags are used by the cc 
compiler???

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to