Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: Ken Jessen To: "'cygwin AT cygwin DOT com'" Subject: Problem building gcc 2.95.2 under cygwin: /gcc-2.95.2/gcc/cpp.tex i: No such file or directory Date: Mon, 26 Mar 2001 17:51:43 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 AT KENJES /gcc $ /gcc-2.95.2/configure > configure.txt administrator AT 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