home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4925 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.7 KB

  1. Path: sparky!uunet!spool.mu.edu!caen!nic.umass.edu!risky.ecs.umass.edu!umaecs!daly
  2. From: daly@ecs.umass.edu (Bryon Daly, ECE dept, UMass, Amherst)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: gcc-2.2.2 questions
  5. Message-ID: <18419.2ab357c5@ecs.umass.edu>
  6. Date: 13 Sep 92 15:01:25 GMT
  7. Lines: 34
  8.  
  9. Hello,
  10.  
  11. I'm trying to get a programming environment set up under os/2 2.0, and
  12. need some advice/help on a number of things.
  13.  
  14. First, I was confronted by the bewildering array of gcc compilers at hobbes:
  15. gcc 2.1
  16. gcc-2.2.2
  17. emx-0.8d
  18.  
  19. A while back, I saw a post (It's gone now; was it the faq?) detailing
  20. some of the differences between them, but I can no longer remember the 
  21. details.  (A copy of that might be very useful if placed at hobbes in
  22. the programming directory or in the info directory).
  23.  
  24. Anyway, my needs are just for a 32 bit C compiler.  DOS compatibility is
  25. not a concern.  The ability to do PM programming might be nice, but isn't
  26. necessary.  I do need a debugger, and a make program.  So, guessing, I 
  27. grabbed gcc-2.2.2.  (Please tell me I didn't grab the wrong one).
  28.  
  29. So I unpacked all the stuff into its directories, and I notice it lacks
  30. a debugger (as far as I can tell) and a make program.  There is a
  31. gnumake program in the programming directory whose description makes it sound
  32. experimental or something.  Does this program work OK?  Is there a debuger
  33. available for gcc-2.2.2?  If there is, where is it?  If there isn't,
  34. do any of the other gcc packages have a debugger available?
  35.  
  36. Lastly, I saw someone's post about what to do with the .texi file, but I 
  37. now need to know what to do with the man files that document the library
  38. functions.  What software do I need to view them correctly and/or print
  39. them out?
  40.  
  41. Thanks in advance for any help you can provide
  42. -Bryon
  43.