ALL:
I've tried numerous times to get Lattice C 5.10b to generate a listing
file to disk with various parameters. I am using the Workbench SAS/C
interface to create the SASCOPTS files in my projects directory. The
following parameters are produced by the SAS/C prefs: -gs -gi -gh -gx -gd
-ms -oterm when I then compile from within LSE…I get this error really
fast on the screen…"CAN'T USE '-ofilename' FORM OF -o option with -g
option" Now what the heck does that mean???? Note: I read the read.me file
and it suggested using lc -ghsx=myfile.lst myprog.c How do I do this within
the options editor? DWM
I have a similar bug, so I just use a make file and the "build" icon
instead when I want a listing file. WorkBench use was added ontop of CLI
use and still has a few rough areas, IMHO.