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