From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim Beauchamp" To: help-gcc@gnu.org Subject: Re: Can't link iostream library Date: Tue, 23 Nov 1999 05:57:00 -0000 Message-id: <81cm44$2c5$1@ffx2nh4.news.uu.net> References: <81cbj2$osr$1@ffx2nh4.news.uu.net> X-SW-Source: 1999-11/msg00356.html That was it. Thanks very much. -- -- Virtually, Tim Beauchamp timb@googol.com Matthew Majka wrote in message news: Pine.SGI.4.02.9911221517001.96082-100000@schuylkill.dasd.honeywell.com . .. > On Mon, 22 Nov 1999, Tim Beauchamp wrote: > > > #include > > > > void main() > > > > cout << "Hello World\n"; > > } > > > > When I compile, I get unresolved externals for the cout and << > > % gcc hello.c++ -o hello++ -lstdc++ > % > From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim Beauchamp" To: help-gcc@gnu.org Subject: Re: Can't link iostream library Date: Tue, 30 Nov 1999 23:28:00 -0000 Message-ID: <81cm44$2c5$1@ffx2nh4.news.uu.net> References: <81cbj2$osr$1@ffx2nh4.news.uu.net> X-SW-Source: 1999-11n/msg00356.html Message-ID: <19991130232800.7qKHG2piYRH7R1jYeZrAsr8i9NRm1k4Fs_bgJDUnUew@z> That was it. Thanks very much. -- -- Virtually, Tim Beauchamp timb@googol.com Matthew Majka wrote in message news: Pine.SGI.4.02.9911221517001.96082-100000@schuylkill.dasd.honeywell.com . .. > On Mon, 22 Nov 1999, Tim Beauchamp wrote: > > > #include > > > > void main() > > > > cout << "Hello World\n"; > > } > > > > When I compile, I get unresolved externals for the cout and << > > % gcc hello.c++ -o hello++ -lstdc++ > % >