X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Received-SPF: none (free.tvtel.pt: domain of cosmos AT tvtel DOT pt does not designate permitted sender hosts) Message-ID: <010901c5616a$1c979150$b40a6652@rui> From: "cosmos" To: References: <3fjurvF86hkjU4 AT news DOT dfncis DOT de> <1%4le.1441303$35 DOT 53759697 AT news4 DOT tin DOT it> Subject: Re: helpppp !!! Date: Wed, 25 May 2005 21:41:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on free.tvtel.pt X-Virus-Status: Clean Reply-To: djgpp AT delorie DOT com Hi, Instead of trying to put it in the "include" directory of DJGPP, put it in the same dir where your program is, and include this line in your program #include "normdist.h" no "<" or ">" - just "name" - or the program will fetch the "include" directory. Check well what are the dependencies of normdist.h If you prefer to include it in the "include" directory, in the "xdir" dir, write: #include Regards, Rui Fernandes ----- Original Message ----- From: "pino" Newsgroups: comp.os.msdos.djgpp To: Sent: Wednesday, May 25, 2005 9:12 PM Subject: Re: helpppp !!! > Thankl you but I dont have documentation. I cannot download beacause now i > access to internet by the mobile phone. > Could you make me an example? > if I compile the file future.c (that has inside the #include<>) > I use > c:\ gpp -o c:\futures.exe c:\futures.c > > the normdist.h is in c:\data\book\normdist.h > > how to do? > I tried > c:\gpp -o c:\futures.exe c:\futures.c -I c:\data\book > but I obtain > futures.C:4:20: error: normdist: nosuch file or directory (ENOENT) > > > Please help me! > > > > "Hans-Bernhard Broeker" wrote in message > news:3fjurvF86hkjU4 AT news DOT dfncis DOT de... > > pino wrote: > >> TOday is the first day i use djgpp and c++ language. > >> I need to use an header normdist.h that I have. > >> If I copy this file in c:|djcpp\include... it doesnt work. > > ^ ^ Two typos > > > >> How to say to djgpp to see all (100 200 files) the header that I have to > >> use? > > > > Learn how to use GCC, by reading its documentation. In particular, > > find out about the -I option. > > > > -- > > Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) > > Even if all the snow were burnt, ashes would remain. > >