Date: Mon, 6 Mar 2000 09:40:42 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: caramaith cc: djgpp AT delorie DOT com Subject: Re: odd compiler error in DJGPP... In-Reply-To: <38C306A7.7BBC77A1@myokay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Mar 2000, caramaith wrote: > sorry, I should have stated, that CppLib.cpp is the object-file to > CppLib.h, which is the header-file included in CppLibTest.cpp - so the > could from the compiled CppLib.cpp (CppLib.o then) should be included > naturally, shouldnt it???? But your GCC command didn't include CppLib.o! Without that, there's no magic which will pull it in.