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 sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
From: | "Chris Telting" <telting AT sprynet DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | Building GCC |
Date: | Sat, 21 Apr 2001 17:00:35 -0700 |
Message-ID: | <CIECIBEHKHKCIGOADKAOMEHLCIAA.telting@sprynet.com> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
I'm trying to build gcc-2.95.2. I have gcc-2.95.2.tar.bz2 from gcc.gnu.org. I have gcc-2.95.2-x86-win32-patches.tar.gz. Patches were applied. ./configure make *********************************************************** make[2]: Entering directory `/drive/d/gpl/cygwin-gcc-2.95.2/i686-pc-cygwin32/lib f2c/libU77' /drive/d/gpl/cygwin-gcc-2.95.2/gcc/xgcc -B/drive/d/gpl/cygwin-gcc-2.95.2/gcc/ -B /usr/local/i686-pc-cygwin32/bin/ -c -DSkip_f2c_Undefs -I. -I. -I./../libI77 -I.. -I./.. -DHAVE_CONFIG_H -g -O2 etime_.c etime_.c:37: windows.h: No such file or directory make[2]: *** [etime_.o] Error 1 make[2]: Leaving directory `/drive/d/gpl/cygwin-gcc-2.95.2/i686-pc-cygwin32/libf 2c/libU77' make[1]: *** [u77] Error 2 make[1]: Leaving directory `/drive/d/gpl/cygwin-gcc-2.95.2/i686-pc-cygwin32/libf 2c' make: *** [all-target-libf2c] Error 2 $ gcc --version 2.95.3-2 *********************************************************** I pasted the command line and tried to invoke it directly with the -v option: *********************************************************** $ /drive/d/gpl/cygwin-gcc-2.95.2/gcc/xgcc -v -B/drive/d/gpl/cygwin-gcc-2.95.2/g cc/ -B/usr/local/i686-pc-cygwin32/bin/ -c -DSkip_f2c_Undefs -I. -I. -I./../libI 77 -I.. -I./.. -DHAVE_CONFIG_H -g -O2 etime_.c Reading specs from /drive/d/gpl/cygwin-gcc-2.95.2/gcc/specs gcc version 2.95.2 19991024 (release) /drive/d/gpl/cygwin-gcc-2.95.2/gcc/cpp.exe -lang-c -v -I. -I. -I./../libI77 -I. . -I./.. -iprefix /drive/d/gpl/cygwin-gcc-2.95.2/gcc/../lib/gcc-lib/i686-pc-cygw in32/2.95.2/ -isystem /usr/local/i686-pc-cygwin32/bin/include -isystem /drive/d/ gpl/cygwin-gcc-2.95.2/gcc/include -D__GNUC__=2 -D__GNUC_MINOR__=95 -Di386 -D_WIN 32 -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D__c decl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386__ -D _WIN32 -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__ )) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i 386 -D__WINNT -Asystem(winnt) -Acpu(i386) -Amachine(i386) -D__OPTIMIZE__ -g -rem ap -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D __i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ -D__CYGWIN32__ -D__CYGWIN__ -D Skip_f2c_Undefs -DHAVE_CONFIG_H etime_.c /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/ Temp/cc3gyD1g.i GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: . ../libI77 .. /drive/d/gpl/cygwin-gcc-2.95.2/gcc/include /drive/d/gpl/cygwin-gcc-2.95.2/gcc/../lib/gcc-lib/i686-pc-cygwin32/2.95.2/../.. /../../include /usr/include End of search list. The following default directories have been omitted from the search path: /programs/cygwin32-20.1/include /programs/cygwin32-20.1/H-i586-cygwin32/include /usr/local/lib/gcc-lib/i686-pc-cygwin32/2.95.2/../../../../include/g++-3 /usr/local/lib/gcc-lib/i686-pc-cygwin32/2.95.2/../../../../i686-pc-cygwin32/inc lude /usr/local/lib/gcc-lib/i686-pc-cygwin32/2.95.2/include End of omitted list. etime_.c:20: config.h: No such file or directory etime_.c:37: windows.h: No such file or directory In file included from etime_.c:42: ../f2c.h:35: g2c.h: No such file or directory *********************************************************** Ok it's obviously not searching /usr/include/w32api and w32api is definetly not part of the gcc base so what was the appropriate thing that I missed doing? -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |