home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23792 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.2 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: linux 0.98 c++ streams
  5. Date: 12 Jan 1993 14:39:05 -0600
  6. Organization: Kansas State University
  7. Lines: 27
  8. Message-ID: <1iva99INNrec@matt.ksu.ksu.edu>
  9. References: <44GB02r7319g01@JUTS.ccc.amdahl.com>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. pac30@duts.ccc.amdahl.com (Paul Caffrey) writes:
  13.  
  14. >Hi,
  15.  
  16.  
  17. >fails to compile (g++ cout.c) with the following message:
  18. { Stuff Deleted ... }
  19. >cout.o: Undefined symbol operator<<(ostream &, const char *) referenced from text segment
  20.  
  21. >Can anyone explain why this happens? All other c++ appear to be working. 
  22. >ps while I'm on is there a "dissambler" program for linux?
  23. >Paul
  24. >email pac30@amail.amdahl.com
  25.  
  26. >ps the following is the file iostream.h
  27.  
  28. First, please don't append include files that all of us have available. this
  29. just make your post a pain to respond to, since I have to delete the include
  30. file then.
  31.  
  32. Second, please read the FAQ, as I am sure this was answered there.
  33.  
  34. The answer is, is that libg++ is not included in the standard jump table's,
  35. and is only able to be compiled in with the -nojump option on the command
  36. line.
  37.  
  38. James
  39.