home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14211 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  926 b 

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ucla-cs!netcon!xenon!xyzoom!netcomsv!mport!admin!root
  2. From: root@admin.mport.COM (admin)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: CodeView
  5. Message-ID: <1264@admin.mport.COM>
  6. Date: 8 Sep 92 21:46:16 GMT
  7. References: <399@dprmpt.UUCP>
  8. Organization: Microport Inc., Scotts Valley, CA 95066 US of A
  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. You might check your Makefiles to make sure the binaries are not getting
  23. stripped (of symbolic information) in order to reduce their size.
  24.