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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Lotus-FromDomain: ORBVA From: Clarke DOT Jeff AT Orbital DOT COM To: cygwin AT sourceware DOT cygnus DOT com Message-ID: <8525686B.00774F6C.00@smtphq.orbital.com> Date: Wed, 19 Jan 2000 16:39:24 -0500 Subject: Cygwin-B20.1 m68k cross compiler build problem Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline I'm attempting to build an m68k-coff targeted cross compiler using the B20.1 distribution. Using the directions from the crossgcc faq, I can configure and do a "make all info" successfully, however the make install fails with the following message: makeinfo -I/src/gcc -o cpp.info /src/gcc/cpp.texi makeinfo -I/src/gcc -o gcc.info /src/gcc/gcc.texi rm -f /usr/local/info/cpp.info* /usr/local/info/gcc.info* for f in cpp.info* gcc.info*; do \ /bin/sh /src/install-sh -c -m 644 $f /usr/local/info/$f; \ done install: cpp.info* does not exist install: gcc.info* does not exist make[1]: *** [install-info] Error 1 make: *** [install-gcc] Error 2 these files don't appear to be present in the distribution. What is wrong? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com