From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Another cross-compiler problem! Date: 10 Oct 2001 12:34:28 GMT Organization: Aachen University of Technology (RWTH) Lines: 14 Message-ID: <9q1f8k$jdi$1@nets3.rz.RWTH-Aachen.DE> References: <20011010114513 DOT 24052 DOT qmail AT web9107 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1002717268 19890 137.226.32.75 (10 Oct 2001 12:34:28 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 10 Oct 2001 12:34:28 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ROLAND wrote: > I want to compile a certain program I made, which uses > some standard header files. My new cross-compiler > tells me he can't find these header-files! Then find out where it's looking for them, and then see why they're not there. Add '-v' to the compiler flags and among lots of other debugging output, you'll get to see the list of directories it's looking for #include <...> and #include "..." files in. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.