Date: Mon, 15 Dec 1997 18:59:38 -0500 (EST) Message-Id: <199712152359.SAA14636@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 15 Dec 1997 17:40:17 +0200 (IST)) Subject: Re: Trouble with C++ and interrupt (fwd) Precedence: bulk > After all, that is probably what BC and the like do, no? No, the OBJ format has a spot for filling in which libraries are needed. The C++ compiler fills in the C++ library, the Pascal compiler fills in the Pascal library (etc), and the linker just links what it was told to link.