Xref: news-dnh.mv.net comp.os.msdos.djgpp:2048 Path: news-dnh.mv.net!mv!news.sprintlink.net!tank.news.pipex.net!pipex!news.mathworks.com!uunet!in1.uu.net!newsfeed.ACO.net!alijku06!news From: Roland Exler Newsgroups: comp.os.msdos.djgpp Subject: Re: EZ-GCC help? Date: 15 Sep 1995 06:12:39 GMT Organization: Institute for el. Measurement, University of Linz, Austria Lines: 15 References: <4356pb$q70 AT ixnews6 DOT ix DOT netcom DOT com> Nntp-Posting-Host: sensor4.emt.uni-linz.ac.at To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp dannyyoo AT ix DOT netcom DOT com (Danny Yoo) wrote: >I don't know if the software's still supported by Anton Helm, but I'm >having some difficulty compiling C++ files. It reported "Implicit >declaration of..." to the command line: gcc test.cpp -lgpp. Any help >would be appreciated, thanks. > This seems not to be a problem of EZ-GCC: The compiler gives 'implicit declaration' warnings if you've no declaration of the functions you call, so check if you've included all headers you need! Hope this helps, Roland