CompuServe Thread

LtoCed

10 messages in this thread
#21591From: Jane R. HansenFeb 17, 1991 6:43 PM
I have a question regarding LtoCed for SAS C version 5.10A. The "documentation" for it says to use the -E option and to turn off the ANSI ESCAPE sequences in the error file. Exactly how is this done via the WorkBench Options screen. I find no references to an -E option in the documentation (do you mean -ce ?) and no gadgets in "Options" that refer to any ANSI Escape sequences. Can you point me in the right direction? Thanks. — Jane H. (Writing, it's easier read than done.)
#21594From: Steve AhlstromFeb 17, 1991 7:42 PM
Jane, For most non-trivial programs you'll need to use a makefile. Here is where you set the -E switch.
#21597From: Jeffrey SeidelFeb 17, 1991 11:08 PM
Jane, The -E option is documented on the SAS 5.10 disks (one of the readme files on the disk). I think it's on disk #1 and it doesn't have an icon, so you have to scout around for it using either a reader or a disk utility that has one. As for deleting the escape sequences I'm not sure. To set the -E option from workbench just click on `Invoke LSE on error' on the main SASCoptions screen and save. (it automatically puts it in your options file). Jeff
#21598From: ASDGFeb 18, 1991 1:02 AM
Also be on the look out for Doug Keller's SAS2CED. pk
#21617From: John PendergrassFeb 18, 1991 9:21 PM
Uh, stoopid question. What is SAS2CED?? If it's good, where is it? Thanks. –jp–seattle–
#21622From: ASDGFeb 18, 1991 11:35 PM
It is the same thing as LTOCED except written by SAS and not ASDG. Probably works better. 🙂 pk
#21688From: Steve AhlstromFeb 21, 1991 3:27 PM
John, You can find it in Lib 1 of AmigaTech Forum. -sja
#21602From: Steve AhlstromFeb 18, 1991 12:53 PM
Jeffrey, I wouldn't consider compiling a program with more than one .c file without using a makefile. I also use Keller's SAS2CED rather than LTOCED — I like it a bit better and it doesn't set off Enforcer like LTOCED. -sja
#21608From: Jane R. HansenFeb 18, 1991 6:20 PM
Thanks Jeff, I'll give that a try. — Jane H. (Writing, it's easier read than done.)
#21607From: Jane R. HansenFeb 18, 1991 6:12 PM
Ah, the makefile. I'm not yet to the point of non-trivial programs, since I'm just learning, but I'll have to read up on what can be done with the makefile. Thanks, — Jane H. (Writing, it's easier read than done.)