delorie.com/archives/browse.cgi | search |
Date: | Sun, 5 Mar 2000 15:42:27 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | caramaith <caramaith AT myokay DOT net> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: odd compiler error in DJGPP... |
In-Reply-To: | <38C23F28.FD812219@myokay.net> |
Message-ID: | <Pine.SUN.3.91.1000305154046.2134A-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |