Page 1 of 1

Appdir

Posted: Mon Dec 18, 2017 6:57 pm
by dstastny
I have been testing out the newer gcc 5.4 and wrote a couple scripts to switch between compilers but am having issues with appdir. On the adtools site it says to clear appdir with

Code: Select all

delete APPDIR:#?
I find this does not work as the actual values are stored in env: and envarc: so unless I delete those entries clearing appdir does not work. Is this proper approach to just clear out or am I missing something.

Thanks
Doug

Re: Appdir

Posted: Mon Dec 18, 2017 8:29 pm
by salass00
I find this does not work as the actual values are stored in env: and envarc: so unless I delete those entries clearing appdir does not work. Is this proper approach to just clear out or am I missing something.
No, constantly clearing APPDIR: is overkill when the real problem is that APPDIR: is an entry in the command path in the first place (an experiment that didn't quite work out).

The right solution is to find the "Path ADD" command in S:startup-sequence and remove APPDIR: from there and the problem should be solved permanently.

Re: Appdir

Posted: Mon Dec 18, 2017 9:53 pm
by dstastny
@salass00

Works for me!

Thanks
Doug