[svn-r6568] Purpose:

Updated.

Description:

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Albert Cheng 2003-04-02 14:15:32 -05:00
parent c5f5f1f534
commit 96b639c0ac

View File

@ -200,6 +200,10 @@ Library
Configuration
-------------
* IA64 platform has its own configure setting and use Intel Compilers as
the default compilers (were gcc and pgf90 before.) This also eliminated
the segmentation fault in the fortran test. The missing reference of
"exit" is fixed too. AKC - 2003/04/02
* Added "--with-dmalloc" flag, to easily enable support for the 'dmalloc'
debugging malloc implementation. -QAK, 2002/07/15
* Can use just enable-threadsafe if the C compiler has builtin pthreads