Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <01a401c5579a$3a9c9e90$0400a8c0@AMDLAPTOP1> From: "Aaron Gray" To: Subject: Building GCC 3.4.3 Date: Fri, 13 May 2005 10:00:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi, I believe or am pritty sure I have a problem. I am building GCC 3.4.3 but the same problem happerns with 2.95.3 and presumably with other GCC's. I have built this before and got it to work and I am sure I had other includes present. Yes I know Cygwin GCC3.4.3 has not been released yet, but the project I am using uses it specifically. I have built it before and so have other people. When I build and install GCC the 'include' directory only includes the 'c++' sub directory and no normal c header files. Directory wise I have :- /usr/src/gcc-3.4.3 source /usr/build build /usr/gcc/gcc-3.4.3 installation Here's my config, build and install process :- ../../src/gcc-3.4.3/configure --prefix=/usr/gcc/gcc-3.4.3 --oldincludedir=/usr/gcc/gcc-3.4.3/include make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap make install LANGUAGES="c c++" Hope you can help, Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/