From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem Compiling C++ with DJGPP Date: 24 Feb 1997 16:50:17 GMT Organization: Oxford University Lines: 13 Message-ID: <5esgs9$b3u@news.ox.ac.uk> References: <5esfme$ire AT alpha DOT hcst DOT com> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Bryan Murphy (bryan AT alpha DOT hcst DOT com) wrote: : necessary. Here is the command line I'm using, the files : are very basic and compile properly: : gcc test.cc inilib.cc llist.cc -lgpp -liostream If you use the -c command line option, gcc will compile from .cc to .o, then you can later link the .o files together, along with the libraries. -- George Foot Merton College, Oxford.