From: DavMac AT iname DOT com (Davin McCall) Newsgroups: comp.os.msdos.djgpp Subject: Re: Please Help, I can't compile!! Date: Wed, 30 Jun 1999 01:55:36 GMT Organization: Monash Uni Lines: 28 Distribution: world Message-ID: <3779786f.11796604@newsserver.cc.monash.edu.au> References: <7l9114$7oe$1 AT diana DOT bcn DOT ttd DOT net> <930700819 DOT 882446 AT kyle DOT inet DOT net DOT nz> NNTP-Posting-Host: damcc5.halls.monash.edu.au X-Trace: towncrier.cc.monash.edu.au 930707706 3792 130.194.198.138 (30 Jun 1999 01:55:06 GMT) X-Complaints-To: abuse AT monash DOT edu DOT au NNTP-Posting-Date: 30 Jun 1999 01:55:06 GMT X-Newsreader: Forte Free Agent 1.1/32.230 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com That is incorrect. TUNNEL was recieving a *linker* error, there was no mention of not being able to find g++.exe (the file not found is libg++.a which is called libgpp.a in djgpp). In any case, if you wanted to "get make to point" to some other program (as an alternative to g++) it would have to be gxx.exe, not gcc.exe (gxx.exe is the renamed g++). Davin. On Wed, 30 Jun 1999 11:46:05 +1200, "David Mitchell" wrote: > >TUNNEL wrote in message <7l9114$7oe$1 AT diana DOT bcn DOT ttd DOT net>... >>Seems that 'something' (sorrry, I'm not a computer wiz) called -lg++ is >>missing in the DJGPP directory, am I right?. > > >The file that is missing is g++.exe, you need to get make to point to gcc >but I'm not sure how you'd do this, (maybe an option of make) > >David __________________________________________________________ *** davmac - sharkin'!! davmac AT iname DOT com *** my programming page: http://yoyo.cc.monash.edu.au/~davmac/