hdf5/config
Robb Matzke 826dbc8146 [svn-r1149] ./configure.in
./configure		[REGENERATED]
./src/H5config.h.in	[REGENERATED]
./src/H5private.h
	Temporarily commented out the code that tries to link a simple
	MPI-IO application because I'm not sure how to pass $LDFLAGS
	and $LIBS to the compiler.

	Removed the `--enable-parallel=ibm' switch because the library
	we link with is either -lmpcc or -lmpcc_r but not both. The
	only way to tell is to see what compiler was specified (mpcc
	or mpcc_r) but if that compiler is specified then we don't
	need any libraries (the compiler script supplies them). That
	leaves just two choices: the user must use a compiler script:

	    CC=mpcc ./configure

	or the user must state which library is desired:

	    LDFLAGS='-lmpcc' ./configure --enable-parallel

	Checks for <setjmp.h>, longjmp(), and signal(). We don't check
	for setjmp() because it could be a macro (in fact, Posix
	requires it to be a macro) and if longjmp() is present then
	setjmp() is probably present too ;-)

./src/H5detect.c
	The alignment detection loop uses SIGBUS and setjmp/longjmp
	instead of fork/wait in order to get around bugs with forking
	in conjunction with mpich.  This hasn't been tested on the
	SP-2 yet but it does work on the DEC Alpha.

./test/Makefile.in
./testpar/Makefile.in
./tools/Makefile.in
	Changed the order that libraries are linked so -lhdf5 is
	always before $LDFLAGS.
1999-03-18 08:42:52 -05:00
..
BlankForm [svn-r1122] Fixed a typo. DEBUG_FLAGS should be DEBUG_CFLAGS. 1999-03-09 07:33:06 -05:00
commence.in [svn-r1115] Changes since 19990302 1999-03-03 18:17:48 -05:00
conclude.in [svn-r1138] Changes since 19990304 1999-03-12 13:35:04 -05:00
dec-flags [svn-r1149] ./configure.in 1999-03-18 08:42:52 -05:00
dec-osf4.x [svn-r1138] Changes since 19990304 1999-03-12 13:35:04 -05:00
depend.in [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
freebsd [svn-r1117] Changes since 19990303 1999-03-04 15:22:42 -05:00
gnu-flags [svn-r1117] Changes since 19990303 1999-03-04 15:22:42 -05:00
hpux9.03 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
hpux10.20 [svn-r1036] Updated compiler flags 1999-01-28 17:00:01 -05:00
intel-osf1 [svn-r1061] Adjusted for v1.1 new configuration. 1999-02-09 22:20:45 -05:00
irix5.x [svn-r1112] Changes since 19990301 1999-03-02 12:15:35 -05:00
irix6.x [svn-r1127] Removed -64 from default setting. Irix workstations running 32 bit 1999-03-09 17:52:57 -05:00
linux-gnu [svn-r1117] Changes since 19990303 1999-03-04 15:22:42 -05:00
linux-gnulibc1 [svn-r1117] Changes since 19990303 1999-03-04 15:22:42 -05:00
linux-gnulibc2 [svn-r1117] Changes since 19990303 1999-03-04 15:22:42 -05:00
powerpc-ibm-aix4.x [svn-r1138] Changes since 19990304 1999-03-12 13:35:04 -05:00
rs6000-ibm-aix4.x [svn-r1138] Changes since 19990304 1999-03-12 13:35:04 -05:00
solaris2.x [svn-r1142] Purpose: 1999-03-15 11:23:25 -05:00
unicosmk [svn-r1122] Fixed a typo. DEBUG_FLAGS should be DEBUG_CFLAGS. 1999-03-09 07:33:06 -05:00