I am trying to build gcc under cygwin. The build goes along fine until it gets to the line: gcc -c -DMAIN -DIN_GCC -g -DHAVE_CONFIG_H -I. -I/gcc-2.95.2/gcc -I/gcc-2.95.2/gcc/config -I/gcc-2.95.2/gcc/../include \ -DVERSION=\"2.95.2\" cxxmain.c gcc -o c++filt.exe -DIN_GCC -g -DHAVE_CONFIG_H \ cxxmain.o underscore.o obstack.o -ladvapi32 ../libiberty/libiberty.a `if [ -f /gcc/gcc/../texinfo/makeinfo/Makefile ] ; then echo /gcc/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi` -I/gcc-2.95.2/gcc -o cpp.info /gcc-2.95.2/gcc/cpp.texi And then it spits out the error: /gcc-2.95.2/gcc/cpp.texi: No such file or directory It looks to me like: -I/gcc-2.95.2/gcc -o cpp.info /gcc-2.95.2/gcc/cpp.texi Is not a correctly formated command. What is going on? The commands that I issued are: administrator@KENJES /gcc $ /gcc-2.95.2/configure > configure.txt administrator@KENJES /gcc $ make bootstrap > make.txt Did I miss an option or something? What is dirname from gnu website configure directions: --prefix=dirname -- Specify the toplevel installation directory. This is the recommended way to install the tools into a directory other than the default. The toplevel installation directory defaults to /usr/local. Thanks Ken Ken -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple