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]

compilation problem


Hi,

I've gone through the installation instructions and read quit a lot, but I am still unable to get a correct compile/installation.

I'm using

CYGWIN_NT-5.1 bri0203 1.5.19(0.150/4/2) 2006-01-18 11:15 i686 Cygwin
with gcc-4.2-20060121

I went to the test results mailing list and pulled the configure line from a successful build, so I did the following

$ ./configure '--enable-languages=c' --enable-threads=posix --enable-sjlj-exceptions --disable-libmudflap --disable-shared --prefix=/usr/local/gcc42 --enable-bootstrap --disable-libgomp --enable-languages=c

$ make bootstrap

wait 3 hours...

$ make install

everything seemed to succeed, apart from a message

make[3]: Leaving directory `/cygdrive/c/sources/gcc4.2/gcc-4.2-20060121'
/bin/sh: line 0: cd: stage3-gcc: No such file or directory

when I test the build after the install

$ gcc pestoes.c -mno-cygwin -v pestoes.exe
Using built-in specs.
Target: i686-pc-mingw32
Configured with: ./configure --enable-languages=c --enable-threads=posix --enable-sjlj-exceptions --disable-libmudflap -
-disable-shared --prefix=/usr/local/gcc42 --enable-bootstrap --disable-libgomp --enable-languages=c
Thread model: posix
gcc version 4.2.0 20060121 (experimental)
cc1 -quiet -v -D__MSVCRT__ -D__MINGW32__ -DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT -idirafter /usr/lib/../include/
w32api -idirafter ../../include/w32api pestoes.c -quiet -dumpbase pestoes.c -mno-cygwin -mtune=generic -auxbase pestoes
-version -o /cygdrive/c/DOCUME~1/JAMESH~1/LOCALS~1/Temp/cc8TR2Uv.s
gcc: error trying to exec 'cc1': execvp: No such file or directory


and it looks like cc1.exe was not copied into the correct place (as well as some more files). copying cc1.exe did not resolve this.

Anyone with some cygwin/gcc experience know what is going wrong, or if my procedure is correct then do you have a build number that you have tested and know works (by works I mean allows compilation at the end of the process)

Cheers

Jim


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