Dear all,
I'm using gcc & gfortran on Leopard to install BLACS and ScaLAPACK~
When I was trying "make xtc_CsameF77" in the INSTALL directory of BLACS installing package (following the guidance), it generates some linking errors. (When I used g77 instead of gfortran previously, I didn't have such problems). Does anyone have any idea what it is about? The error messages go as follows:
Undefined symbols:
"_s_wsle", referenced from:
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
"_e_wsle", referenced from:
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
"_do_lio", referenced from:
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
_MAIN__ in tc_fCsameF77.o
"_s_stop", referenced from:
_MAIN__ in tc_fCsameF77.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

