Date: Sun, 6 Sep 1998 13:02:38 +0300 (IDT) From: Eli Zaretskii To: Spectrum cc: djgpp AT delorie DOT com, Andris Pavenis Subject: Re: Where is libiostr.a in the binary archives? In-Reply-To: <35F1FF29.45E7ED4@cyberus.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 5 Sep 1998, Spectrum wrote: > No, in the case of DEGUI, just edit the makefiles in the builder and > examples directoryand change > LIBRARIES = degui alleg iostr > to > LIBRARIES = degui alleg stdcxx I think a better idea would be for the DJGPP port of G++ to include libiostream.a that is identical to libstdcxx.a, just for back compatibility. We already do that in the djdev distribution, where there are several empty libraries whose functions were moved into libc.a.