home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / lib / bug / 801 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.6 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!mhs.ATtmail.COM!howell/G=simon/S=guest/O=DEVELOPMENT
  2. From: howell/G=simon/S=guest/O=DEVELOPMENT@mhs.ATtmail.COM
  3. Newsgroups: gnu.g++.lib.bug
  4. Subject: libg++-2.2 problem (maybe bug?)
  5. Date: 25 Jan 1993 21:01:31 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 38
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-lib-g++@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301251642.AA02965@life.ai.mit.edu>
  12.  
  13. Hi,
  14.  
  15. I'm trying to build libg++-2.2 using gcc-2.2.2.
  16.  
  17. My machine is a Unisys/6035 running Unix SVR4.  I used configure i386-sysv4.
  18.  
  19. Everything proceeds fine until the make gets to libg++/src, and tries
  20. to build AllocRing.cc.  At this stage, I get a this fatal error:
  21.  
  22. ----------------------------------------------------------------------------
  23. gcc -g -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include  -c AllocRing.cc
  24. (EOF):undefined name: .L_B5_e
  25. (EOF):undefined name: .L_B5
  26. *** Error code 1 (bu21)
  27.  
  28. make: fatal error.
  29. *** Error code 1 (bu21)
  30. ----------------------------------------------------------------------------
  31.  
  32. Now, I'm not familiar with C++, but this rather looks like gcc is
  33. having some problems compiling a C++ construct, which it handles using
  34. some auto-generated name like L_B5_e or some such.
  35.  
  36. But the net result is that I can't build libg++-2.2.   I have no other
  37. version of the library;  I need it so I can build groff-1.05.
  38. Otherwise, I'm stuck.
  39.  
  40. So, is this a bug in libg++ or gcc, or what can I do about it?
  41.  
  42. If there's anything else you need to know about my environment, I'll
  43. supply it on request.
  44.  
  45.  
  46. Cheers,
  47. Simon Guest.
  48.  
  49. PS: If I should have RTFM'd (which I tried), please tell me which M to R.
  50.  
  51.