home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2779 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.3 KB

  1. Path: sparky!uunet!infoserv!steiny!
  2. From: steiny@steiny.com (Don Steiny)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Version compatibility?
  5. Message-ID: <196@steiny.com>
  6. Date: 20 Dec 92 02:21:59 GMT
  7. Distribution: gnu
  8. Organization: Don Steiny Software
  9. Lines: 54
  10.  
  11.  
  12.  
  13.     I am attempting to get gcc 2.3.2, libg++2.3, gdb4-7 working on my
  14. system and I have some questions that someone out there may know the 
  15. answer to.
  16.  
  17.     It seems to me that I have to get gcc working first, then libg++, then
  18. gdb.  (Though the last two may not matter).   However, I notice that one
  19. of the include directories in the makefile for gcc is 
  20. /usr/local/lib/lib-gcc/g++-includes.    The directory exists, but it contains
  21. the includes from gcc 2.2.2, the previous version I got mostly working.
  22. Is that going to create problems?
  23.  
  24.     This is about the third try on my part (it takes many hours to build
  25. gcc) to get gcc 2.3.2 working, and I am not sure what I am doing wrong.  
  26.  
  27.     First, when I built it and tried to compile using g++ with the -g
  28. flag I would get an error that L_T51 could not be found.   Sure enough the
  29. label was in the assembler code with a assembler directive.   I will submit
  30. a formal bug report if this is not just due to some obvious screw-up on 
  31. my part.
  32.  
  33.     Second, when I compiled a regular C program, the step option did not
  34. work in my gdb.   I was using 4-6 and had not gotten 4-7 up.   I assume that
  35. problem will go away if I upgrade to 4-7.
  36.  
  37.     gcc does not seem to recognize file suffixes and always gives me 
  38. a link error if I do not explicitly call g++ for C++ programs.     
  39.  
  40.     When I try to compile with the new gcc, I get many errors from 
  41. the include files.
  42.  
  43.     I should note that the fixincludes script does not seem to run to
  44. completion, but I don't think that should make any difference for g++.  I
  45. can just manually create the proper directory and copy the files in and 
  46. it seems to allow gcc to run.  
  47.  
  48.     I am on SVR4 on a 486, using a rather obscure UNIX (Microport), but
  49. I believe it is just the same as USL with some extra drivers and a few 
  50. performance enhancements.   In other words, the compiler and libraries are
  51. just the same.
  52.  
  53.     I think that all of this may just be one problem that is cascading
  54. and I wonder if my description looks familiar to anyone.   If not, I will
  55. post detailed bug reports.  
  56.  
  57.     Thanks for your help!!
  58.  
  59. -don
  60. -- 
  61. Don Steiny
  62. Don Steiny Software
  63. Santa Cruz, CA 95060
  64. (408) 425-0382
  65.