This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Cygwin-B20.1 m68k cross compiler build problem


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@sourceware.cygnus.com


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