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: <4187466B.8020305@familiehaase.de> Date: Tue, 02 Nov 2004 09:33:47 +0100 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.7.3) Gecko/20040910 MIME-Version: 1.0 To: John D CC: cygwin AT cygwin DOT com Subject: Re: No _g_config.h on gcc dist? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes John D wrote: > Hi, > > I have built a mips cross-compiler environment by installing the default cygwin > packages plus gcc and glib and then installing the mips cross compiler under > usr/local - this is on a W2K OS. C prog compile and run fine, but C++ apps that > use the STL fail to compile as below. I've searched my installation and can't > find any _G_config.h file. Should this be created by cygwin or the cross > compiler? I don't know. Which version of gcc were used? Anyway, if this file is missing and should be there, please report this as a bug using the gcc.gnu.org bug report facilities. Gerrit > > Cheers, > John > > mips-g++ -c -O2 -mtap -mlong-calls -msoft-float -D_TAP -DNDEBUG -fno-rtt > i -fno-exceptions -Wno-pmf-conversions -I c:\cygwin\usr\local\include\g++-3 -I.. > \..\Build\include -I c:\cygwin\usr\include -I c:\cygwin\usr\local\include mysamp > le.cpp > In file included from c:/cygwin/usr/local/include/g++-3/stl_algobase.h:36, > from c:/cygwin/usr/local/include/g++-3/stack:30, > from mysample.cpp:4: > c:/cygwin/usr/local/include/g++-3/stl_config.h:151:26: _G_config.h: No such file > or directory > In file included from c:/cygwin/usr/local/include/g++-3/streambuf.h:36, > from c:/cygwin/usr/local/include/g++-3/iostream.h:31, > from c:/cygwin/usr/local/include/g++-3/stl_algobase.h:53, > from c:/cygwin/usr/local/include/g++-3/stack:30, > from mysample.cpp:4: > c:/cygwin/usr/local/include/g++-3/libio.h:30:23: _G_config.h: No such file or di > rectory > NMAKE : fatal error U1077: 'mips-g++' : return code '0x1' > Stop. > -- =^..^= -- 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/