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 syam,

please provide some content of the makefile.

btw. I use \ instead of / for the directories under win32. this could
solve your problem:

swendzel@hikoki:/mnt/sda1/projekte/wendzelnntpd$ egrep '\-I' Makefile.win
INCS =  -I"C:/Dev-Cpp/include" -IlibCDPStrings/src/include -Isrc/include
CFLAGS = $(INCS) -IlibCDPStrings\src\include -Isrc\include -Wall -Wshadow -Wcast-qual -Wsign-compare

		steffen


On Thu, 12 Jul 2007 16:51:51 +0530 "syam prasad" <nagabhairu.syam@gmail.com> wrote:

: 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..
: 
: 
: Thanks a lot
: Syam


-- 
$home: http://cdp.doomed-reality.org
$dist: http://hardenedlinux.sf.net


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