From: Maurice L. <mj...@ga...> - 2001-10-04 19:36:24
|
hv...@i-... writes: > 6. in plplotbuild/scripts: > there is file mktclIndex which execs tclsh; this was pulling in > older tclsh 8.0 on host instead of tclsh in my copy of tcl. So I hard > code exec with exec /foo/tcltk/bin/tclsh. This gets us past > mktclIndex build problem. If this solved the problem, then it could also have been solved by making sure /foo/tcltk/bin/tclsh was in your path before any other tclsh. Which you should have anyway. > p.s. Does anybody know if Absoft f90 is supposed to work as f77 build? > Because my initial attempt at this failed....so f77 is off for now.... Is the f77 executable named "f77"? Is it in your path? If both are true it should work. You might want to take a look at the configure logic in cf/sysconf.in (search for "f77") to see if there's any obvious reason why it should fail on your system. -- Maurice LeBrun mj...@ga... |