Date: Mon, 20 Nov 1995 14:07:40 +0200 (IST) From: Eli Zaretskii To: Rich Tollerton <75110 DOT 3412 AT CompuServe DOT COM> Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: HELP I can't figure djgpp out :( On 20 Nov 1995, Rich Tollerton wrote: > For my install of djgpp, it never can handle C++ unless I specifically > include the G++ library (gcc -lgpp ). Hope that helps. If you only use classes from the iostream library, then -liostream should be enough (provided that you have libiostr.a in your lib/ subdirectry).