[Go to BBS]
All articles in a thread
Subjectmake oldsad-1.0.9b1
Article No273
Date: 2006/11/02(Thu) 11:14:28
ContributorLEI, Ge < >
Hello,

I'm compiling oldsad-1.0.9b1 on our Sun server V880, while I got the following error info:

g77 -o tdplt.o -c -I/home1/local/sad/oldsad-1.0.9b1/src
/home1/local/sad/oldsad-1.0.9b1/src/tdplt.f
/home1/local/sad/oldsad-1.0.9b1/src/tdplt.f:1:
subroutine tdplt$(lvar,bottom,left,top,right,limit)
^
Invalid form for SUBROUTINE statement at (^)
/home1/local/sad/oldsad-1.0.9b1/src/tdplt.f: In program `MAIN__':
/home1/local/sad/oldsad-1.0.9b1/src/tdplt.f:6:
call tdcmd$('SET SYMBOL .M; PLOT'
^
Invalid form for CALL statement at (^)
/home1/local/sad/oldsad-1.0.9b1/src/tdplt.f:6:
call tdcmd$('SET SYMBOL .M; PLOT'
1 2
Unrecognized statement name at (1) and invalid form for assignment or statement-
function definition at (2)
gmake[2]: *** [tdplt.o] Error 1
gmake[2]: Leaving directory `/home1/local/sad/oldsad-1.0.9b1/obj/SPARC-SunOS5'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home1/local/sad/oldsad-1.0.9b1'
gmake: *** [all] Error 2


Could anyone give me some advice? We are using g77.

Thank you very much,

Ge

SubjectRe: make oldsad-1.0.9b1
Article No274
Date: 2006/11/02(Thu) 12:27:51
Contributorleige < >
Hi,

I have added the flag of -fdollar-ok to FOPT, in file config/SunOS, so the compiling is OK with the $. Thanks for Yamamoto-san on the help of 2002 August.

Regards,

Ge