Date: Sun, 4 Oct 1998 13:06:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tal Lavi cc: djgpp AT delorie DOT com Subject: Re: Can't link C++ code! In-Reply-To: <36158832.3AB6@post.tau.ac.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 2 Oct 1998, Tal Lavi wrote: > But nothing seem to help the command line, though. Do I have to write > -lstdcxx whenever I compile a c++ program? Only if you use gcc to compile it. If you use gxx or gpp, they instruct the linker to scan libstdcxx.a automatically. (Btw, the DJGPP FAQ explains that in section 8.7.)