The Makefile has the following bits (sorry for the rushed bug report - not much spare 
time here!). We have reverted back to 3.77 and it works fine again.

LIBNUMDBSRC=server.cpp \
            numdb_strings.cpp \
            numdb_exception.cpp \
            fml32_null.cpp \
            fml32_null_string.cpp \
            numdb_init.cpp
LIBNUMDBOBJ=${LIBNUMDBSRC:.cpp=.o} 

.INTERMEDIATE: ${LIBNUMDBOBJ}
libnumdb_GNU.a: libnumdb_GNU.a(${LIBNUMDBOBJ})


make: *** Warning: File `libnumdb_GNU.a(numdb_strings.o)' has modification time
in the future (2010-02-23 08:41:28.709551616 > 2000-04-20 11:00:12.739156904)

make was configured as "CFLAGS='-O2 -fomit-frame-pointer' --enable-nls

$ uname -a
SunOS hutsmart 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-4

$ gcc -v 
Reading specs from /vantive/u01/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)


Reply via email to