home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / g / help / 1466 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.2 KB  |  31 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!wariat!dima
  3. From: dima@wariat.org (Dmitry Sazonov)
  4. Subject: Re: Compiling libg++-2.2 on ISC SVR3 v2.2.0
  5. Message-ID: <1992Nov21.164728.7170@wariat.org>
  6. Sender: usenet@wariat.org (Usenet News Administration)
  7. Nntp-Posting-Host: pony.wariat.org
  8. Organization: Akademia Pana Kleksa - Public Access UNIX
  9. X-Newsreader: TIN [version 1.1 PL7]
  10. References: <1992Nov19.050717.17125@r-node.gts.org>
  11. Date: Sat, 21 Nov 1992 16:47:28 GMT
  12. Lines: 17
  13.  
  14. I've got almoust the same w gcc2.3.1 on ISC3.1:
  15.  
  16.     gcc -g -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include  -c String.cc
  17. In file included from ./../iostream/iostream.h:25, from ./../iostream/stream.h:7, from ./String.h:26, from String.cc:25:
  18. /../iostream/streambuf.h:359: warning: type specifier omitted for parameter
  19. /../iostream/streambuf.h:359: parse error before `,'
  20. /../iostream/streambuf.h:360: warning: type specifier omitted for parameter
  21. /../iostream/streambuf.h:360: parse error before `)'
  22. ...
  23.  
  24. BTW, binutils2.0, ld , bfd, don't recognize target 'isc' they like
  25. i386-sysv.
  26.  
  27. Does anybody got libg++ compiled clearly on ISC?, w/o hacking Makefiles?
  28.  
  29. --
  30. Dima
  31.