From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: iostream Date: Fri, 11 Oct 1996 18:58:09 -0700 Organization: Three pounds of chaos and a pinch of salt Lines: 36 Message-ID: <325EFB31.4145@cs.com> References: <325DCD47 DOT 7E9A AT shani DOT net> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp108.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ohad Somjen To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Ohad Somjen wrote: > > i've tried to build allegro21 lib but ld could not find libiostrem > > help me. 1) Did you download the C++ packages as well as the C ones? The C++ packages are gpp272b.zip and lgp271b.zip. 2) Are you running under Windows 95? If so, try typing "SET LFN=Y" from your DOS prompt and rebuilding. 3) If this fails, you may have run into the notorious bug in GNU make which makes it fail to recognize long filenames. Try typing "SET LFN=N" from your DOS prompt and rebuilding. 4) If _this_ doesn't work, make sure that the DOS 8.3 filenames of your programs don't have the Win95 numeric tails (libios~0.a for example). This causes some name conflicts with long filenames disabled. You'll have to turn off the NameNumericTail option in the Win95 registry and then reinstall the djgpp packages. If none of this helps, try posting a configuration report as outlined in the djgpp FAQ section 6.12 ("Totally lost"). -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams