| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| From: | John D <j_de_angelis AT hotmail DOT com> |
| Subject: | No =?utf-8?b?X2dfY29uZmlnLmg=?= on gcc dist? |
| Date: | Fri, 29 Oct 2004 03:25:27 +0000 (UTC) |
| Lines: | 30 |
| Message-ID: | <loom.20041029T051946-633@post.gmane.org> |
| Mime-Version: | 1.0 |
| X-Complaints-To: | usenet AT sea DOT gmane DOT org |
| X-Gmane-NNTP-Posting-Host: | main.gmane.org |
| User-Agent: | Loom/3.14 (http://gmane.org/) |
| X-Loom-IP: | 203.10.111.38 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)) |
| X-IsSubscribed: | yes |
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?
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |