[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: g++ can't build "Hello World" programm



On Fri, Oct 13, 2017 at 07:11:28PM +0600, Evgeny wrote:
> error: bits/locale.h: No such file or directory

Make sure build-essential is installed.

>  #include <bits/locale.h>
>                          ^
> compilation terminated.

Make sure the file uses Unix newline (line feed) terminators, and not
Microsoft's CR-LF terminators.  (Though it's probably the missing
packages.)


Reply to: