You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand how to get gmqcc to use a progs.src file in a subdirectory.
$ gmqcc --help
usage: gmqcc [options] [files...]options:
-s filename add a progs.src file to be used
$ ls qc/progs.src
qc/progs.src
$ gmqcc -s qc/progs.src
failed to open `progs.src` for reading
$ gmqcc -s ./qc/progs.src
failed to open `progs.src` for reading
$ cd qc
$ gmqcc
Mode: progs.src
There are 43 items to compile:
...
The text was updated successfully, but these errors were encountered:
I don't understand how to get
gmqcc
to use aprogs.src
file in a subdirectory.The text was updated successfully, but these errors were encountered: