CompuServe Thread

SAS/C I'm gonna SCREAM

3 messages in this thread
#16876From: David MartinNov 24, 1991 10:34 PM
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
#16977From: Wayne ColeNov 27, 1991 12:53 AM
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.
#17044From: David MartinNov 29, 1991 11:32 PM
Ok…I C. I'll try that idea….DWM