#9975: Update GnuTLS  and clean up the package
------------------------+---------------------------------------------------
   Reporter:  drkirkby  |          Owner:  tbd         
       Type:  defect    |         Status:  needs_work  
   Priority:  major     |      Milestone:  sage-4.7.1  
  Component:  packages  |       Keywords:              
Work_issues:            |       Upstream:  N/A         
   Reviewer:            |         Author:  Mariah Lenox
     Merged:            |   Dependencies:              
------------------------+---------------------------------------------------

Comment(by leif):

 Replying to [comment:7 jhpalmieri]:
 > > John, to what does Dave's gcc default to?
 >
 {{{
 $ gcc --version
 gcc (GCC) 4.5.0
 }}}

 I rather meant the language standard, which I think unfortunately isn't
 shown by `gcc -v` (prints more than the version number), i.e. if it is an
 internal default on Solaris.

 `gcc -E -dM -x c /dev/null` prints all preprocessor definitions, piping it
 to `egrep -i "std|ansi|iso|posix|gnu"` selects (also) some standard-
 related ones.

 But you may really try with e.g. `-D_POSIX_SOURCE`, `-std=iso9899:199409`,
 `-std=c99`  or `-std=gnu99` (in `CFLAGS`, perhaps also `CPPFLAGS`, but the
 latter shouldn't be necessary).

 Or, even better, search Solaris' `unistd.h` for suspicious `#if[def]`s...
 :-)

 [[BR]]

 > (cc'ing Dave so he can answer other questions about hawk's setup)

 Dave opened this ticket. ;-)

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