comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » System Variable Behavior Changed in IDL 6.0
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: System Variable Behavior Changed in IDL 6.0 [message #38612 is a reply to message #38488] Thu, 11 March 2004 14:33 Go to previous messageGo to previous message
Michael Wallace is currently offline  Michael Wallace
Messages: 409
Registered: December 2003
Senior Member
> Alternatively, one can just use environment variables:

I knew there was an easier way!! Maybe trying to read the External
Development Guide today has made me thing that everything must be hard!

> -------
> setenv IDL_DIR /usr/local/rsi/idl_6.0
> #setenv IDL_DIR /usr/local/rsi/idl_5.6
>
> setenv LM_LICENSE_FILE $IDL_DIR/license/license.dat
> setenv IDL_PATH +$IDL_DIR/lib:+$HOME/idl
> -------

Typically, the license directory is under $RSI_DIR, not $IDL_DIR. Also,
make sure that your $PATH is updated also so that the correct
executables are called.

For csh and equivalent:
setenv RSI_DIR /usr/local/rsi
setenv IDL_DIR $RSI_DIR/idl_6.0 # or idl_5.6

setenv LM_LICENSE_FILE $RSI_DIR/license/license.dat
setenv IDL_PATH +$IDL_DIR/lib
setenv PATH $PATH:$IDL_DIR/bin
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Pass-By-Reference question. (ARG_PRESENT)
Next Topic: Re: System Variable Behavior Changed in IDL 6.0

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 19:07:13 PDT 2025

Total time taken to generate the page: 0.16189 seconds