home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / bug / 2103 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.1 KB  |  32 lines

  1. Newsgroups: gnu.g++.bug
  2. Path: sparky!uunet!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!lookout.IT.USwc.USwest.COM!dir
  3. From: dir@lookout.IT.USwc.USwest.COM (Daniel I. Rosenblatt)
  4. Subject: Problem building InterViews 3.1 w/gcc-2.3.3 and libg++-2.3
  5. Message-ID: <199212301659.AA00339@lookout.it.uswc.uswest.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 30 Dec 1992 02:59:44 GMT
  10. Approved: bug-g++@prep.ai.mit.edu
  11. Lines: 19
  12.  
  13. This is on a Sun Sparc w/SunOS 4.1.2 - standard configuration.
  14. This is also on a Mips and SCO ODT - both standard configuration.
  15. The package is InterViews 3.1.
  16.  
  17. I get undefined symbol __vt$7istream$3ios when attempting to link
  18. several sample InterViews programs (ibuild, iclass).
  19.  
  20. The reference to this is in src/lib/Unidraw/catalog.c .
  21.  
  22. The closest definition in libg++.a is in iostream.o:'D __vt$istream$3ios'.
  23. Note that in libg++.a in iostream.o, there is also 'D __vt$7ostream$3ios'.
  24.  
  25. My guess is that somehow the name mangleing was inconsistent.
  26.  
  27. Any suggestions?
  28.  
  29. Dan Rosenblatt
  30. dir@lookout.uswest.com
  31.  
  32.