| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Terrence Brannon <terrence DOT x DOT brannon AT jpmchase DOT com> |
| Subject: | locale.h: No such file or directory |
| Date: | Fri, 20 Jun 2008 13:33:28 +0000 (UTC) |
| Lines: | 22 |
| Message-ID: | <loom.20080620T132115-497@post.gmane.org> |
| Mime-Version: | 1.0 |
| User-Agent: | Loom/3.14 (http://gmane.org/) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| 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 |
I have libcharset and libiconv and libiconv2 installed, but for some reason
locale.h cannot be found in my Cygwin distro. How do I get it installed?
<501-- ~/prg/cpp/acpp --> cat small.cpp
#include <iostream>
int main() {
std::cout << "Hello, world!" << std::endl;
return 0;
}
<502-- ~/prg/cpp/acpp --> make small
g++ small.cpp -o small
In file included from
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/i686-pc-cygwin/bits/c++locale.h:41,
from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/iosfwd:46,
from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/ios:44,
from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/ostream:45,
from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/iostream:45,
from small.cpp:1:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/clocale:49:20: locale.h: No such
file or directory
--
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 |