home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14236 < prev    next >
Encoding:
Text File  |  1992-09-09  |  790 b   |  24 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!mcsun!fuug!ksvltd!jarmo
  3. From: jarmo@ksvltd.fi (Jarmo Raiha)
  4. Subject: Re: CodeView
  5. Organization: KSV Instruments LTD
  6. Date: Wed, 9 Sep 1992 15:01:54 GMT
  7. Message-ID: <1992Sep9.150154.898@ksvltd.fi>
  8. References: <399@dprmpt.UUCP> <1264@admin.mport.COM>
  9. Lines: 13
  10.  
  11. dpwc@dprmpt.UUCP (Weihan Chang) writes:
  12.  
  13.  
  14. >I am running SCO ODT 3.2 on my 486 and try to make CodeView work.
  15. >I follow the man page giving "-g" to cc, but, cv keeps telling me
  16. >no symbolic information. I can only see assembly codes.
  17. >The man page also say that "ld" has "-g" option. When I try, "ld" 
  18. >told me it doesn't know about this switch.
  19. >Anyone can help me with this? Thanks !
  20. ===================================================
  21.  
  22. try cc -Zi -xenix <whatever.c>
  23.  Jarmo Raiha
  24.