Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

* Step 3 must be done before 4.   Running, "./configure," generates the file Modules/Setup 

If While running "make", if you run into any problems during the "make," finding tcl8.4 or tk8.4 libraries, set try setting the environment variable, LD_RUN_PATH to point to the location of the tcltk libraries:


make clean
setenv LD_RUN_PATH <Location of tcltk libraries>

make

make install

unsetenv LD_RUN_PATH 
--- 

We have confirmed with Jim Chiang that it is numpy (rather than numarray) we should be supporting.

...