From: Tal Lavi Newsgroups: comp.os.msdos.djgpp Subject: Can't link C++ code! Date: Fri, 02 Oct 1998 19:13:06 -0700 Organization: Tel Aviv University Lines: 15 Message-ID: <36158832.3AB6@post.tau.ac.il> NNTP-Posting-Host: slip-112.tau.ac.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (Win16; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp HELP! Linking c++ sources does not work! it gives me the -lstdcx problem. I tried to fix it as said in problems.txt, but it didn't work! I want to be able to link properly from rhide, AND from the command line. From some unknown reason, rhide.env is called rhide_.env, only renaming the file to the right name and adding the line, helped. But nothing seem to help the command line, though. Do I have to write -lstdcxx whenever I compile a c++ program? Isn't there a way to make gcc figure it out on his own(like he's doing with libc)? virge ranla AT post DOT tau DOT ac DOT il