From: caramaith Newsgroups: comp.os.msdos.djgpp Subject: Re: odd compiler error in DJGPP... Date: Mon, 06 Mar 2000 02:19:36 +0100 Organization: T-Online Lines: 18 Message-ID: <38C307A8.6F680858@myokay.net> References: <38C17CB3 DOT BCC06203 AT myokay DOT net> <38C1A7B4 DOT AF973AB7 AT myokay DOT net> <1rs6csgsc9mcr6f4sp406tapu7jlc7n7ho AT 4ax DOT com> <38C23F28 DOT FD812219 AT myokay DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news07.btx.dtag.de 952305710 13035 320054133135-0001 000306 01:21:50 X-Complaints-To: abuse AT t-online DOT de X-Sender: 320054133135-0001 AT t-dialin DOT net X-Mailer: Mozilla 4.7 [de] (Win98; I) X-Accept-Language: de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I get this when just doing the normal gcc -o CppLibTest.exe CppLibTest.cpp ... and also when attaching -libstdcxx (for explicitly looking for c++-libs) won't work. but a question arose from a statement by Eli Zaretskii. He said I had to state every source file... even the CppLib.cpp (which is the object-file to CppLib.h, the header-file naturally enclosed in CppLibTest.cpp). Is this really the case??? regards, caramaith Jason Green schrieb: > > Please show us the exact compile line(s) that you type to compile.