This is the mail archive of the gcc@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]

Compilation Pb on WinNT


************************************************************************

Hello everybody,

Sorry if this post looks like a
newbie-post (that's what I am, besides ! sorry).

I've tried yesterday evening to compile the EGCS
I've just got from CVS (finish dowloaded 26/05/1999, 23H40 GMT)

Plateform :
-----------
- WinNT 4
- cygwin B20.1
- egcs 1.1.2
---> configure option (for the whole tree)
bash> ./configure
         --prefix=/cygnustmp
         --exec-prefix=/cygnus/cygwin-B20/H-i586-cygwin32 -v i686-cygwin
         (something like that am not sure exactly, I have not the
          script-file here for build)


I've been faced up with two problem (for the moment since
I'm bloked).
- first a pb with makeinfo which did not works
  But here I could solve the problem with another makinfo.
- Second more dramatic, all the sources have been compiled
  and then the problem appears when xgcc is used for buiding
  the libraries : libio was built without pb into the
  i686-cygwin subdirctorie but the liberty crash from the beginning
  THE COMPĪLER xgcc DO NOT FIND THE STANDARDS include files
  like <stdio.h> ........


What's happen ?
Someting to add as configure parameters ?

Thx in advances for answer.

PS =
 - I've also try to build with the classic --prefix=/cygnus/cygwin-B20/
 - The pb does not comes from the symbolic links because
   it has already works.


************************************************************************
/cvstree/egcs/texinfo/makeinfo/makeinfo   -I. -o cpp.info ./cpp.texi
./cpp.texi: No such file or directory
make[1]: *** [cpp.info] Error 2
make: *** [all-gcc] Error 2

>>>> A try wihtout makefile
bash-2.02$ /cvstree/egcs/texinfo/makeinfo/makeinfo.exe -o cpp.info cpp.texi
cpp.texi: No such file or directory

MAKEINFO do not find the file ??????
It exists, with correct privilege for all directory and path is correct !
(Assumming of course that at this stage we are in the /egcs/gcc subdir 
of course, which is the case I guess !)

>>>> Comments
Using another makeinfo (from the MikTex distribution) it works without pb.
I have verify that there is not directory pb.
The file system management in the makeinfo, must not fit the WinNT target.

************************************************************************
updating cache ./config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in .
multidirs=
with_multisubdir=
if [ x"no" = xyes ] && [ ! -d pic ]; then ?
  mkdir pic; ?
else true; fi
touch stamp-picdir
test x"no" != xyes || ?
  /cvstree/egcs/gcc/xgcc -B/cvstree/egcs/gcc/
-B/Cygnus/cygwin-b20/H-i586-cygwin
32/i586-cygwin32/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I./../../include   
argv.c -
o pic/argv.o
/cvstree/egcs/gcc/xgcc -B/cvstree/egcs/gcc/
-B/Cygnus/cygwin-b20/H-i586-cygwin32
/i586-cygwin32/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I./../../include  argv.c
test x"no" != xyes || ?
  /cvstree/egcs/gcc/xgcc -B/cvstree/egcs/gcc/
-B/Cygnus/cygwin-b20/H-i586-cygwin
32/i586-cygwin32/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I./../../include   
choose-t
emp.c -o pic/choose-temp.o
/cvstree/egcs/gcc/xgcc -B/cvstree/egcs/gcc/
-B/Cygnus/cygwin-b20/H-i586-cygwin32
/i586-cygwin32/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I./../../include  
choose-temp
.c
choose-temp.c:29: stdio.h: No such file or directory
choose-temp.c:30: sys/types.h: No such file or directory
make[1]: *** [choose-temp.o] Error 1
make: *** [all-target-libiberty] Error 2

************************************************************************





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