Date: Sun, 5 Mar 2000 15:42:27 +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: <38C23F28.FD812219@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 Sun, 5 Mar 2000, caramaith wrote: > it's the CppLib.h, CppLib.cpp and CppLibTest.cpp from Chapter 4 of > Volume One of TIC++. Here they come... There are 2 source files in this program: CppLib.cpp and CppLibTest.cpp, but your command only passed CppLibTest.cpp to the compiler. That's why the linker complains: it cannot find the functions that are defined in the second file, CppLib.cpp.