home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / help / 1652 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!nigel.msen.com!emory!gatech!usenet.ins.cwru.edu!cleveland.Freenet.Edu!br762
  2. From: br762@cleveland.Freenet.Edu (Tim Werner)
  3. Newsgroups: gnu.g++.help
  4. Subject: I can't make libg++-2.3 to save my life
  5. Date: 8 Jan 1993 16:57:32 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 39
  8. Message-ID: <1ikbptINNdgb@usenet.INS.CWRU.Edu>
  9. Reply-To: br762@cleveland.Freenet.Edu (Tim Werner)
  10. NNTP-Posting-Host: hela.ins.cwru.edu
  11.  
  12.  
  13. Please, anybody who has built libg++-2.3 in a non-standard path, can you tell
  14. me what you did?
  15.  
  16. I used "config --target=sun3 --prefix=/usr/gnu/gcc-2.3.3 --nfp" prior to making
  17. gcc. Then I used "config sun3 -prefix=/usr/gnu/gcc-2.3.3" prior to making
  18. libg++-2.3. This was after several other unsuccessful attempts at building
  19. the libs, by the way. I couldn't really find an explicit direction for what
  20. prefix to use in any of the REAME's.
  21.  
  22. I also "set path = (/usr/gnu/gcc-2.3.3 $path)" before trying to make libg++.
  23.  
  24. Then I get all sort of mysterious errors. For instance:
  25.    In file included from ./../iostream/streambuf.h:27,
  26.       from ./../iostream/iostream.h:24, from ./../iostream/stream.h:7,
  27.       from ./String.h:26, from String.cc:25:
  28.    ./../g++-include/stdarg.h:2: stdarg.h: No such file or directory
  29.  
  30. I don't get it. File stdarg.h includes stdarg.h, with some comment about:
  31.    #ifndef __GNUC__
  32.    /* Use the system's macros with the system's compiler.
  33.       This is relevant only when building GCC with some other compiler.  */
  34.    #include <stdarg.h>
  35.  
  36. Since by this time in the process, I am building the libs, not GCC, why
  37. would this be relevant.
  38.  
  39. By the way, the --nfp was something I only tried the last 2 times I built
  40. gcc. Does anyone know how to tell whether their sun3 has the floating point
  41. unit?
  42.  
  43.  
  44. Anyway, if you have built the lib's in a non-standard path, can you tell me
  45. what you did. There must be something I'm missing.
  46.  
  47. Thanks a lot if you can help.
  48. tim werner
  49. werner@sparcserver.mc.ab.com
  50. -- 
  51.