[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New PDP++ releases: LINUXPPC, CYGWIN
Sandy Papp <apapp@fastpoint.net> writes:
> I did the library path setting with setenv and I checked it - it
> says what it should say.
> When I try to run any of the programs I get a "command not found" message.
>
> What can be the problem?
did you set the executable path to include pdp++/bin/LINUX ? or, you
can make symbolic links into /usr/local/bin (this is what I do):
cd /usr/local/bin
ln -s /usr/local/pdp++/bin/LINUX/* .
- Randy