Changeset e67159 in git


Ignore:
Timestamp:
Feb 5, 2008, 6:23:07 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
4dcfc0f02d5040e014133baff89ccfc1bbc383ed
Parents:
55149420f95e658285054ace03683be910301aff
Message:
*hannes: GLIBC_DYN_FIX


git-svn-id: file:///usr/local/Singular/svn/trunk@10560 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r551494 re67159  
    7272
    7373---------------------------------------------------------
     74Jan 01 2008
     75more Changes with respect to 3-0-4-1
     76- adaption of the default modules to GLIBC changes
     77  (does not apply to static versions):
     78  Unfortunately, the GLIBC developpers decided to omit some functions from
     79  the dynamic version of libc (starting from GLIBC 2.4/2.5).
     80  Some of these function are now provided in the Singular executable
     81  (singular_fstat for fstat), for others we have to link with
     82  libc_nonshared  (for stack_chk_fail*)
     83  (maybe, -fno-stack-protector -fno-stack-protector-all
     84  could also fix this...but some libraries could use it also..).
     85  Currently, this applies to mpsr.so, dbmsr.so
     86
     87- conversion of polynomials Singular <--> factory optimized: uses sbuckets
     88---------------------------------------------------------
    7489Tue Jan 22 10:40:39 CET 2008
    7590more Changes with respect to 3-0-4-1
     
    8297  to many routines rely on that.
    8398  If the ring has not, it is changed: see kernel/ring.cc:rAssure_HasComp
     99
Note: See TracChangeset for help on using the changeset viewer.