From: "Bill Blough" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Newbie Linker Problems Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: Date: Mon, 12 Mar 2001 12:57:04 GMT NNTP-Posting-Host: 209.26.240.180 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 984401824 209.26.240.180 (Mon, 12 Mar 2001 04:57:04 PST) NNTP-Posting-Date: Mon, 12 Mar 2001 04:57:04 PST Organization: EarthLink Inc. -- http://www.EarthLink.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, now I feel dumb. I had no idea that you could specify multiple source files. That did the trick. Thanks a bunch for the help! Bill "Mridul Muralidharan" wrote in message news:Pine DOT LNX DOT 4 DOT 04 DOT 10103121427560 DOT 20953-100000 AT matrix DOT reccal DOT ernet DOT in... > > try this > gxx -o output.exe print.cpp printthis.cpp printthat.cpp main.cpp > > > Mridul Muralidharan > S8 Electronics and Communication > Regional Engineering College > Calicut > India > > -------------------------------------------------------------------------- ---- > > If the code and the comments disagree, then both are probably wrong. > -- Norm Schryer > All generalizations are false, including this one. > -- Mark Twain > /earth is 98% full ... please delete anyone you can. > > - fortune > >