Date: Wed, 23 Jun 93 08:30:09 EDT From: DJ Delorie To: cs8023 AT mbox DOT ee DOT ncu DOT edu DOT tw Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: what's matter with IOSTREAM? In 1.09, djgpp was different from Unix. For all Unix versions of gcc, you had to specify "-lg++" to get the libraries. djgpp put them in libc.a. In 1.10, they were moved back out to make sure libc.a didn't have any GPL code. The GPL code all got moved into libgpl.a, so now you must use "-lgpl" to link C++ programs. Sorry about the lack of notice on this one. It's already in 1.11's docs.