| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Reply-To: | <hungchen AT ms1 DOT seeder DOT net> |
| From: | "Hungchen" <hungchen AT ms1 DOT seeder DOT net> |
| To: | "'Cygwin (E-mail)" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Making GCC 2.95.2 problems |
| Date: | Wed, 23 Feb 2000 10:26:12 +0800 |
| Message-ID: | <010DDB3C1906D311A6A00080C8F8875A43242D@MAIL> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
| Importance: | Normal |
| X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id VAA19627 |
Dear all
I got binutils-2.9.1.tar.gz and gcc-2.95.2.tar.gz
then built them with following intructions
$mkdir build-binutils
$cd build-binutils
$../binutils-2.9.1/configure
$make all install
$cd ..
====> successful.
$mkdir build-gcc
$cd build-gcc
$../gcc-2.95.2/configure
$make all install
====> following errors appeared.
---------------------------------------------------------------------------------------------------------------
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3
_ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fix
unsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varar
gs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pur
e; \
do \
echo ${name}; \
/usr/src/build-gcc/gcc/xgcc -B/usr/src/build-gcc/gcc/ -B/usr/local/i586-pc-cyg
win32/bin/ -I/usr/local/i586-pc-cygwin32/include -O2 -I../../gcc-2.95.2/gcc/../w
insup/include -DIN_GCC -g -O2 -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT
_NOT_NEEDED -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../g
cc-2.95.2/gcc/../include -c -DL${name} \
../../gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
../../gcc-2.95.2/gcc/libgcc2.c:41: stdlib.h: No such file or directory
../../gcc-2.95.2/gcc/libgcc2.c:42: unistd.h: No such file or directory
make[1]: *** [libgcc2.a] Error 1
make: *** [all-gcc] Error 2
BASH.EXE-2.02$
-------------------------------------------------------------------------------------------------------------------
What should I do?
Thanks.
Steven Chang
hungchen AT ms1 DOT seder DOT net
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |