Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/pipermail/sas-uploads/2011-January/012578.html
Дата изменения: Wed Jan 19 19:01:06 2011 Дата индексирования: Fri Feb 11 11:02:06 2011 Кодировка: |
Package: sas-1.531.tgz - 409910 B MD5: fcf53908e139b0ee5f4d1732c0a26499 Uploaded by: Eduardo Ojero Pascual (SAS Integration - XMM-Newton SOC) <eduardo.ojero@sciops.esa.int> Accepted on: Wed Jan 19 14:50:22 2011 UTC The most recent ChangeLog entry says: Version 1.531 - 2011-01-19 (EO) ------------- + Wrong date set in version 1.530 (2010-11-30). Updated below to 2011-01-18. + AKA incorrectly set to 11.0.0. Ammended to 11.0.0-Alfa. + Make.include.in: Removed debugging statements left in versioned shared lib processing. + Make.include.in: Fixed wrong target ordering for versioned shared libraries in Mac OS X. The $(LIBDIR)/lib%.$(SO_FULL_EXT) target MUST be before the $(LIBDIR)/lib%.$(SO) target. Otherwise, soft linking is made incorrectly. + configure.in: Now SASLDFLAGS is set to "-s" by default in this stage. This option implies to strip executables at linking stage, unless debug or profiling are requested. The -s option to GNU ld is accepted by Linux and Solaris GNU ld but it is not for BSD GNU's ld on Darwin. This option is not set anymore in the Make.include as it was until mow.