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

Home » Public Forums » archive » Re: IDL local library!
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: IDL local library! [message #8301 is a reply to message #8300] Wed, 26 February 1997 00:00 Go to previous messageGo to previous message
David Foster is currently offline  David Foster
Messages: 341
Registered: January 1996
Senior Member
DAMIANO ZILIO wrote:
>
> I'm working with IDL. Version 4.0.1 (AIX ibmr2) on a UNIX Sistem.
> I've developped some routines by myself and I would use them not
> localy!, I'd like to put all my routines in a directory and then
> call and compile everyting from everywere in my filesystem.
> Can anyone help me?
>
> PS In my filesystem I can't use the superuser permission, so I can't write anything in the main IDL lib directory!!!.
>

If I understand you correctly, you can achieve what you want by
adding your local directory to the environment variable IDL_PATH.
Include the following command in your startup file:

C shell:
setenv IDL_PATH \+/your_local_dir:\+$IDL_DIR/lib:\+$IDL_DIR/examples

Korn shell:
IDL_PATH=\+/your_local_dir:\+$IDL_DIR/lib:\+$IDL_DIR/example s
export IDL_PATH

Any directories beneath /your_local_dir will be included in IDL's
system variable !PATH that it uses to find routines. (The "+" means
that subdirectories are included.)

Dave
--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
David S. Foster Univ. of California, San Diego
Programmer/Analyst Brain Image Analysis Laboratory
foster@bial1.ucsd.edu Department of Psychiatry
(619) 622-5892 8950 Via La Jolla Drive, Suite 2200
La Jolla, CA 92037
[ UCSD Mail Code 0949 ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: read_wave
Next Topic: Embedded Web/Corba/Agent Workshop - Revised CFP

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

Current Time: Wed Oct 08 20:04:37 PDT 2025

Total time taken to generate the page: 0.06330 seconds