Date: Thu, 28 Nov 1996 08:53:56 +0200 (IST) From: Eli Zaretskii To: Tudor Cc: djgpp AT delorie DOT com Subject: Re: Linking error In-Reply-To: <329CE5E8.45DA@cam.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 27 Nov 1996, Tudor wrote: > if that's of any help(and I seriosly doubt it) > I have a C++ file containing something like > #include > ................ > delay(1000); > > and i get the error "undefined reference to delay()". > Really beats me why... Please post the shortest program which exhibits the above problem, the *exact* command line you used to invoke gcc, and the *exact* text of the error message(s) you get. `delay' is in the library, so this message shouldn't appear.