#6266: [with patch; needs review] Build problem of sqlite on Solaris 10 with gcc
4.4.0
----------------------+-----------------------------------------------------
 Reporter:  drkirkby  |       Owner:  drkirkby      
     Type:  defect    |      Status:  new           
 Priority:  major     |   Milestone:  sage-4.0.2    
Component:  solaris   |    Keywords:  solaris sqlite
 Reviewer:            |      Author:                
   Merged:            |  
----------------------+-----------------------------------------------------

Comment(by ddrake):

 This looks good, but I do have a comment about SPKG.txt: the stars are for
 an itemized list, so you just need one star for a single list item:
 {{{

  * Fixed a bug that prevented sqlite building on the Sun T5240
  t2.math.washington.edu running Solaris 10 update 4 with gcc version
 4.4.0.

  Linking libpthread before libc caused the problem. Changing the
  order of linking avoided it, but is not easy to do, as the
  order is determined by libtool.
  However, libpthread is not necessary on Solaris 10.
  There is *probably* a libtool bug that is the real cause.
  The bug fix is implemented by striping libpthread out of the
  Makefile with sed.

  Thanks are due to Nicolas Williams ([email protected])
  who made me aware libpthread was not necessary, as its functionality
  was moved to libc in Solaris 10, with libpthread
  only provided for backwards compatibility.
 }}}
 It also seems necessary to line up all the text below the star to get it
 all put into one item.

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