From: ams AT ludd DOT luth DOT se (Martin Str|mberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help on compiling!! Date: 9 Jul 1999 22:16:46 GMT Organization: University of Lulea, Sweden Lines: 18 Message-ID: <7m5sce$sqc$1@news.luth.se> References: <7l3f7u$lih$1 AT diana DOT bcn DOT ttd DOT net> NNTP-Posting-Host: queeg.ludd.luth.se X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com TUNNEL (yonir AT usa DOT net) wrote: : Well, I have a problem, I want to compile several source files, the author : suggests to do it using MAKE ALL after prompt but everytime I do it I get a : message like this: : : "c:/djgpp/bin/ld.exe: cannot open -lg++: No such file or directory (ENOENT)" : : Seems that 'something' (sorrry, I'm not a computer wiz) called -lg++ is : missing in the DJGPP directory, am I right?. : I run DJGPP compiler under Windows 98. In DJGPP "libg++.a" is called "libgpp.a". Substitute "-lg++" with "-lgpp" in the relevant places in the makefile. Skunk Anansie, Paranoid & Sunburnt, MartinS