This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

locale.h: No such file or directory


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]