I've been having a problem with updatedb for a while now. The
symptoms are that late in the process it starts grinding my A: drive
and I have to hit ctrl-C to kill it.
When it first starts to run, I see the following:
/usr/bin/find: /a: No medium found
/usr/bin/find: Filesystem loop detected; `/
Whenever I go to update my installation of Cygwin, setup prompts me to
install all X-related things, including fontconfig, freeglut,
freetype, libfontconfig, libfreetype, X-startup-scripts, xorg-X11-*,
and xterm. I'm not interested in installing these, and so every time
I run setup I have to manua
On 8/21/05, Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> On Sun, 21 Aug 2005, Dai Conrad wrote:
>
> > Whenever I go to update my installation of Cygwin, setup prompts me to
> > install all X-related things, including fontconfig, freeglut,
> > freetype, libfont
On Tue, 29 May 2018 05:32 PM, Alberto Escrig Vidal
wrote:
> I have noticed a couple of issues with g++-7.
>
> 1)
>
> #include
> #include
> #include
>
> int main()
> {
> std::string Str;
> std::stringstream ss("hello");
> std::getline(ss,Str);
> std::cout << Str;
>
> return 0;
> }
>
> Compiling
On Wed, 30 May 2018 11:58 AM, JonY <10wa...@gmail.com> wrote:
>
> Does -static change anything?
Interesting! It succeeds with g++ -std=c++17, and does this with
clang++ -std=c++17:
$ clang++ -std=c++17 -static -Wall -Wextra -O2 -o testa testa.cc
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/libstdc++.a(cow
5 matches
Mail list logo