Xref: utzoo comp.lang.c++:6162 comp.emacs:7562 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!cwjcc!abvax!calvin!jaz From: jaz@calvin Newsgroups: comp.lang.c++,comp.emacs Subject: libg++ question Message-ID: <1000@abvax.UUCP> Date: 17 Jan 90 17:16:02 GMT Sender: news@abvax.UUCP Reply-To: jaz@calvin () Organization: Allen-Bradley Company, Inc.; Industrial Computer Division; Highland Hts. OH Lines: 18 I built gcc 1.36, g++ 1.36.2 and libg++ 1.36.2 on a sparcstation 1... I get an unresolved external error on symbol LBE242 when linking tPlex in the test subdirectory of 1.36.2 of libg++. I can't find reference to this symbol anywhere. Also the following code generates a 250kb binary: #include main() { cout << "hello, world"; } The corrosponding gcc program produces a 30kb binary. Is there that much overhead here ? Do the commercial C++ compilers do much better at this ? -jaz@calvin.icd.com