Updatedb grinding floppy drive

2006-02-26 Thread Dai Conrad
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; `/

Updating Cygwin without X

2005-08-20 Thread Dai Conrad
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

Re: Updating Cygwin without X

2005-08-21 Thread Dai Conrad
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

Re: Updated: gcc-7.3.0-2 (x86/x86_64)

2018-05-30 Thread Dai Conrad
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

Re: Updated: gcc-7.3.0-2 (x86/x86_64)

2018-05-30 Thread Dai Conrad
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