This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No scuh file or directory


Hi Rob

          Problem is solved with your solution. I routed actual drive
in the makefile.mk and compilation is done perfectly. Thanks a lot for
your help.

Regards,
Syam.

On 7/12/07, Sisyphus <sisyphus1@optusnet.com.au> wrote:

----- Original Message ----- From: "syam prasad" <nagabhairu.syam@gmail.com> To: <gcc-help@gcc.gnu.org> Sent: Thursday, July 12, 2007 9:21 PM Subject: No scuh file or directory


> Hi, > > I installed gcc , version 3.2.17(15)-release (i686-pc-cygwin) > on my windows XP PC. I am using perl script to create make files. But > the problem I am facing is, while I am compiling the files , following > error occurred. "No such file or directory". But in the makefile.mk > all the header file locations are included as -I/xxx/xxx/xx \. What > might be the problem? Please help me in over coming this issue.. >

If you're running in Cygwin's shell, then '-I/some/place' might need to be
replaced with '-I/cygdrive/x/some/place' - where you need to replace the 'x'
with the actual drive that the '/some/place' directory is in (usually, but
not necessarily, 'c').

Cheers,
Rob




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]