Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/pipermail/sas-uploads/2003-June/005053.html
Дата изменения: Fri Jun 13 14:41:02 2003
Дата индексирования: Sat Dec 22 04:34:30 2007
Кодировка:

Поисковые слова: star
[sas-uploads] taskmain-1.86.tgz

[sas-uploads] taskmain-1.86.tgz

SAS Master Builder Giuseppe Vacanti <gvacanti@rssd.esa.int>
Fri, 13 Jun 2003 10:20:08 GMT


Package: taskmain-1.86.tgz - 26453 B
MD5: 58f784210ba540cf49a5ce4335b3747d
Uploaded by: Giuseppe Vacanti <gvacanti@rssd.esa.int>
Accepted on: Fri Jun 13 10:20:08 2003 UTC
The most recent ChangeLog entry says:

Version 1.86 - 2003-06-13 (GV)
------------	
	+ (Dll.cc) On Mac OS X dlsym and company are available through a
	wrapper around the native interface. This wrapper is provided by
	the finch project. The problem is that it is not always guaranteed
	that the dlsym puts an underscore in front of the symbol
	names. This can be configure at build time (of the wrapper in
	question). To make life easier, and avoid surprises in case the
	SAS is built on a system with the _ and run on a system without it
	(or vice versa), here we try to load a symbol twice, once without
	the underscore, and once with it. Only if both attempts fail is an
	error issued.