GDL does not work properly [message #49051] |
Wed, 14 June 2006 11:26 |
bkiziltan@gmail.com
Messages: 1 Registered: June 2006
|
Junior Member |
|
|
Hi All,
I have installed GDL on my new mac OS X 10.4. GDL has problems running
some simple pro's:
----------
HOME$ ~ > gdl
GDL - GNU Data Language, Version 0.9
For basic information type HELP,/INFO
Compiling ASTROLIB sources
GDL> .run readcol
% Warning: Assignment to FOR loop variable detected. <--????
GDL> readcol,'junk.dat',aa,ss
% Procedure not found: SKIP_LUN <--????
% Error occurred at: READCOL 207
/Users/bulent/idl/idlutils/goddard/pro/misc/readcol.pro
% $MAIN$
% Execution halted at: $MAIN$
---------------
I have linked the libs and PATH thrhough:
-----------
export IDL_PATH="+${HOME}/idl:<IDL_DEFAULT>"
-----------
Even if I manually download SKIP_lun, it'll complain about NUMLINE and
some other functions. It seems GDL is missing some part of the library.
Any ideas?
Cheers,
Bulent
|
|
|