MOLCAS 4.1.4 & RedHat 6.1


[ Molcas user's WWWBoard ]

Posted by Rafael R. Pappalardo on April 04, 2000 at 12:17:32:

I am trying to install MOLCAS 4.1.4 under RedHat 6.1.
I am encountering several problems.
1.-
gcc -c -O2 -m486 -I. -DLINUX -DREDHAT -D__I8=0 -D__ENDIAN=0 iclock.c -o iclock.o
iclock.c: In function `iclock_':
iclock.c:73: `CLOCKS_PER_SEC' undeclared (first use in this function)
iclock.c:73: (Each undeclared identifier is reported only once
iclock.c:73: for each function it appears in.)
make[2]: *** [iclock.o] Error 1

I have added the following lines which seems to solve it.

#ifdef REDHAT
#include
#endif

2.- fllpq fails to compile. There are several messages
like:
Argument #15 (named `iscr') of `h0csf' is one type at
(2) but is some other type at (1)
[info -f g77 M GLOBALS]

Does anybody knows how to solve this?

Regards,


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:


[ Follow Ups ] [ Post Followup ] [ Molcas user's WWWBoard ]