From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Cant make .exe files Date: 17 Feb 1997 17:11:33 GMT Organization: Oxford University Lines: 15 Message-ID: <5ea3g5$31u@news.ox.ac.uk> References: <3307E155 DOT 1AF4 AT udel DOT edu> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Al Calbazana (calbazan AT udel DOT edu) wrote: : No problems there. But when I go to compile, I want an .exe file. : I use gcc filename.cc -o output_filename.exe You should either put '-liostr' on the end of this line, to link in the free, non-LGPL I/O stream library, or use gxx instead of gcc, which links in the full C++ library (which is under the LGPL). If you then get 'file not found' messages, you need to download v2gnu/lgp271b.zip from your local DJGPP site. -- George Foot Merton College, Oxford.