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: <4285C9F9.6080906@familiehaase.de> Date: Sat, 14 May 2005 11:50:49 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 MIME-Version: 1.0 To: Aaron Gray CC: cygwin AT cygwin DOT com Subject: Re: Building GCC 3.4.3 References: <01a401c5579a$3a9c9e90$0400a8c0 AT AMDLAPTOP1> In-Reply-To: <01a401c5579a$3a9c9e90$0400a8c0@AMDLAPTOP1> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Aaron Gray wrote: > 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, The 'normal' C headers are part of the C library (newlib/cygwin), the GCC C headers are installed somewhere below /usr/lib/gcc or /usr/share/gcc, depending on the version you're building. Gerrit -- =^..^= -- 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/