Xref: news2.mv.net comp.os.msdos.djgpp:599 From: elerath AT Rt66 DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: I can't compile C++... Date: 26 Jan 1996 14:52:07 GMT Organization: Rt66.COM, Public Internet Access in New Mexico Lines: 22 Message-ID: <4eapqn$bkq@mack.rt66.com> References: <30fb0332 DOT 1350250 AT nntp DOT ix DOT netcom DOT com> <4e9rbc$dlk AT mack DOT rt66 DOT com> Reply-To: elerath AT RT66 DOT com NNTP-Posting-Host: pma08.rt66.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In , rjvdboon AT cs DOT vu DOT nl (Boon van der RJ) writes: >elerath AT Rt66 DOT com wrote: >and that is because you have to add -lgpp _after_ all other options on the >command-line (i.e. the libs to include should be last on your command line, >this is because of the way gcc reads it's options, and sends them to the >programs it invokes). And this is in the FAQ, at least, I suppose :-) > >Hope to be helpfull, > Robert Ah ha!! It works exactly as promised!! A suggestion to Mr. DJ himself. If the makefiles included in the samples and the examples were annotated explaining what they are doing and what is going on it would probably (possibly??) cut down significantly on the traffic re this very problem Thank you Robert, you _were_ very helpful Doug