On Thu, 25 Sep 2003, "Brian W. Barrett" wrote:
>We plan on releasing LAM 7.0.1 real soon now, which will include a much
>improved threading test (as well as a couple other bug fixes).
FWIW, the default in the configure script:
LAM_CONFIGURE_DATE="`date`"
... breaks compilation with pgcc. The following works better:
LAM_CONFIGURE_DATE="`date +%Y%m%d%H%M%S`"
Something like the following would probably work, as well:
LAM_CONFIGURE_DATE="`date | sed 's/ /_/g'`"
--
Gary Jackson
bargle_at_[hidden]
|