Date: Wed, 25 Aug 93 18:38:22 -0400 From: DJ Delorie To: seabrook AT umbc DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: no subject (file transmission) > gcc hello.cc Oh - you didn't tell it to link the C++ library. Add "-lgpl" to the command line. This was an oversight in the documentation. > Here are the error messages I got (painfully retyped by me since > I couldn't redirect !@*%#***@@#! stderr under DOS): C> set GO32=2r1 C> gcc hello.cc -lgpl > foo Read the README for information on the GO32 variable.