Date: Wed, 17 Jan 1996 13:33:21 +0200 (IST) From: Eli Zaretskii To: Danny Yoo Cc: djgpp AT delorie DOT com Subject: Re: I can't compile C++... On Tue, 16 Jan 1996, Danny Yoo wrote: > I'm having the same stupid problem, but I AM using > gcc -lgpp [filename], and it still does it. Here's my program and the > output: You should put -lgpp LAST, like this: gcc filename -lgpp This is explained in the FAQ.