From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: can't use -liostream Date: 22 Feb 2000 11:37:40 GMT Organization: Aachen University of Technology (RWTH) Lines: 17 Message-ID: <88tse4$iao$1@nets3.rz.RWTH-Aachen.DE> References: <88tor1$f69$1 AT zingo DOT tninet DOT se> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 951219460 18776 137.226.32.75 (22 Feb 2000 11:37:40 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 22 Feb 2000 11:37:40 GMT User-Agent: tin/1.4-19991113 ("No Labels") (UNIX) (Linux/2.0.0 (i586)) Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Marcus wrote: > Hi! > I can't make a makefile that uses the -liostream compiling option because I > don't have a file called libiostream.a!! And I have no idea how to get it > and/or compile it. Do you know? libiostream has long since been discontinued, as a separate library. Its former contents are now in the 'libstdc++' library, called libstdcxx.a on DOS. So: replace -liostream with -lstdcxx, or just use 'gxx' or 'gpp' when you link a C++ program, and all shoulld be well. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.