home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13289 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!psgrain!ee.und.ac.za!hippo!nuustak!csir.co.za!frcs!chris
  3. From: chris@frcs.Alt.ZA (Chris Old)
  4. Subject: iostreams with g++ 2.2.2
  5. Organization: Free Range Computer Systems CC
  6. Date: Fri, 4 Sep 92 08:13:19 GMT
  7. Message-ID: <1992Sep4.081319.14324@frcs.Alt.ZA>
  8. Lines: 24
  9.  
  10. The hardware is a 486, the software Dell SVR4.
  11.  
  12. I'm trying to get g++ 2.2.2 running with iostream.  I compiled gcc and
  13. g++ with no trauma.
  14.  
  15. The Gnu iostream has a copyright Per Bothner 1991.  I briefly checked
  16. out the Makefile and then typed make.  The compiler gives about 15
  17. warnings when compiling streambuf.C, stuff like:
  18. -type specifier ommited for paramter
  19. -implicit declaration
  20. Then the assembler gets a turn and gives me four syntax errors and gives
  21. up. This is /usr/ccs/bin/as (the AT&T assembler I think).
  22.  
  23. Now the questions:
  24. Do I need gas to compile iostream?
  25. If so, will I also need to compile binutils and glib?
  26. The g++ shell script originally tried to link with some library called
  27. g++ (library=-lg++) until I told it not to.  What is in this library, and
  28. where does one get it?
  29.  
  30. If someone has binaries for iostream that would work on Dell and g++
  31. 2.2.2, and is prepared to let me ftp them, then I'd be most appreciative.
  32.  
  33. chris
  34.