| delorie.com/archives/browse.cgi | search |
| X-Originating-Host: | 62.20.250.243 |
| Organization: | http://www.remarq.com: The World's Usenet/Discussions Start Here |
| Subject: | something fishy! |
| Lines: | 51 |
| From: | Reeze <northNOnoSPAM AT iname DOT com DOT invalid> |
| Newsgroups: | comp.os.msdos.djgpp |
| Message-ID: | <04f8c8ac.a5fe2354@usw-ex0103-024.remarq.com> |
| Bytes: | 1598 |
| X-Wren-Trace: | eKmMpKW8+7H657KzuOGIqbW7tKniruay7PP05PLt/rvz/6f687o= |
| Date: | Fri, 31 Mar 2000 11:42:04 -0800 |
| NNTP-Posting-Host: | 10.0.2.24 |
| X-Complaints-To: | wrenabuse AT remarq DOT com |
| X-Trace: | WReNphoon4 954531724 10.0.2.24 (Fri, 31 Mar 2000 11:42:04 PST) |
| NNTP-Posting-Date: | Fri, 31 Mar 2000 11:42:04 PST |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Gahhh!!!!!!
What is wrong with my DJGPP c++ setup when a simple code as this:
----------
#include<iostream.h>
int main()
{
cout << "Hello, world!" << endl;
}
-----------
result in error messages as this:
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x4f):stdiostream.cc: undefined ref
erence to `__throw'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x55):stdiostream.cc: undefined ref
erence to `terminate(void)'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x4ad):stdiostream.cc: undefined re
ference to `__eh_pc'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x4b6):stdiostream.cc: undefined re
ference to `__throw'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x4bd):stdiostream.cc: undefined re
ference to `terminate(void)'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x509):stdiostream.cc: undefined re
ference to `__rtti_class'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x7d1):stdiostream.cc: undefined re
ference to `__eh_pc'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x7da):stdiostream.cc: undefined re
ference to `__throw'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x7e1):stdiostream.cc: undefined re
ference to `terminate(void)'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x82d):stdiostream.cc: undefined re
ference to `__rtti_class'
c:/djgpp/lib/libstdcx.a(stdiostream.o)
(.text+0x96f):stdiostream.cc: undefined re
ference to `__rtti_si'
????????????????????
* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |