Hi all

FYI, when trying to link a compiled COBOL programmer, barring my complete
lack of knowledge of POSIX, I have, at this point, determined that the LINK
command ignores the lower case target name and forces your object to be
uppercase.

link $oldpass;to=./lowercase will result in ./LOWERCASE, so I've been doing
an mv ./LOWERCASE ./lowercase to get around it.

I have tried many different combo's of directory paths, but always the same
result.


Ray S.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *