As reported before, ATLAS fails to build on Solaris if the Sun linker is 
used, since the flags in one of the makefiles are GNU-specific.

The patch applies 'sed' a few times to substitute the GNU flags to the 
Sun flags:

-shared ==> -G
-soname ==> -h
--whole-archive ==>  -z allextract
--no-whole-archive ==> -z defaultextract


http://trac.sagemath.org/sage_trac/ticket/6399

Patch is here.
http://sage.math.washington.edu/home/kirkby/Solaris-fixes/atlas/

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to