Re: GCC is not found and compiler cannot create executables errors

2010-04-09 Thread david sastre
Hello, Csaba Raduly wrote: I think it's time for cygcheck /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe Perhaps one of these is missing: C:\cygwin\bin\cyggmp-3.dll C:\cygwin\bin\cygmpfr-1.dll Not exactly, but that was the main problem: $ cygcheck /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe

Re: GCC is not found and compiler cannot create executables errors

2010-04-09 Thread david sastre
Hello, Thanks for the explanation. This also solves another recent mystery (for me): why I have unable to properly use another locally built program: $ cygcheck /usr/local/sbin/lighttpd - C:\cygwin\usr\local\sbin\..\stow\lighttpd-1.4.26\sbin\lighttpd.exe

Re: GCC is not found and compiler cannot create executables errors

2010-04-09 Thread david sastre
They already are, but as long as I use stow, some stuff are reachable from my $PATH only as symlinks: $ ll /usr/local/bin/cyglightcomp.dll lrwxrwxrwx 1 Administrador Administradores 44 abr 9 13:05 /usr/local/bin/cyglightcomp.dll - ../stow/lighttpd-1.4.26/bin/cyglightcomp.dll* Copying the

Re: GCC is not found and compiler cannot create executables errors

2010-04-09 Thread david sastre
That is not an option. My $PATH would become endless. $ ll /usr/local/bin | grep stow | wc -l 349 Anyway, as long as it takes just a few DLLs to be copied to the path and not symlinked, I think I can handle it. But probably building a package for the setup installer would be a better choice. I

GCC is not found and compiler cannot create executables errors

2010-04-08 Thread david sastre
Hello, Yesterday (still under1.7.3) I had a compiler not found and a compiler cannot create executables errors while trying to build some standard apps, i.e. nginx. I tried reinstalling gcc related packages under devel section with no luck. Today, I tried again, there has been also an (automatic)

Re: GCC is not found and compiler cannot create executables errors

2010-04-08 Thread david sastre
2010/4/8, Dave Korn dave.korn.cyg...@googlemail.com: On 08/04/2010 13:11, david sastre wrote: Yesterday (still under1.7.3) I had a compiler not found and a compiler cannot create executables errors while trying to build some standard apps, i.e. nginx. $ ./configure checking for OS

Re: GCC is not found and compiler cannot create executables errors

2010-04-08 Thread david sastre
2010/4/8, Warren Young war...@etr-usa.com: On 4/8/2010 6:11 AM, david sastre wrote: Yesterday (still under1.7.3) I had a compiler not found and a compiler cannot create executables errors while trying to build some standard apps, i.e. nginx. Write this out to a file called hello.c

Re: GCC is not found and compiler cannot create executables errors

2010-04-08 Thread david sastre
: 15 model name : Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz Regards. 2010/4/8, david sastre d.sastre.med...@gmail.com: Sorry for the private mail, didn't mean to do that. Resend to the list. -- Forwarded message -- From: david sastre d.sastre.med...@gmail.com

Re: GCC is not found and compiler cannot create executables errors

2010-04-08 Thread david sastre
/../../include/w32api hola.mundo.c -mtune=generic -march=i686 -fpch-preprocess -o hola.mundo.i $ ll hola.mundo.* -rw-r- 1 Administrador Administradores 62 abr 8 16:31 hola.mundo.c Regards. 2010/4/8, Csaba Raduly rcs...@gmail.com: On Thu, Apr 8, 2010 at 4:36 PM, david sastre wrote: Both scripts give

Re: Strange SSH disconnect problem

2010-01-21 Thread david sastre
2010/1/21, Rene Caspari liste.cyg...@ahrcas.net: Hello, I have a strange problem using openssh (client) with cygwin and Windows7. After starting Windows I start a SSH connection from within mintty and bash to Server A, afterwards Server B, C and so on. If the SSH to B and C is idle for some

Re: Windows Share Folder Problem

2009-05-11 Thread david sastre
Hello there! I use this and works for me: net use Z: vm-webin\\d$ my_password /user:myself Then you can access the shared folder simply by cd /cygdrive/z Hope this is helpful. Good luck! 2009/5/11, Neeraj Sahu neerajsahu2...@gmail.com: Hi Andy, Thanks a lot for your help. I have

Re: Bash problem

2009-04-30 Thread david sastre
2009/4/30 Ken Brown kbr...@cornell.edu: A build script I was running failed because it had a command of the form 'eval foo=bar time command'.  Here's a simple test case: $ eval foo=bar time true -bash: time: command not found It works fine without foo=bar: $ eval time true real    

<    1   2   3