Re: Perl problem under cygwin...

2010-12-08 Thread Reini Urban
2010/12/9 Hugh Myers: > I've researched this and found some threads, but no answers. In a nut > shell, I get the following: > > gcc -c   -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing > -pipe -I/usr/local/include > -DUSEIMPORTLIB -O3   -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" > "-I/u

Perl problem under cygwin...

2010-12-08 Thread Hugh Myers
I've researched this and found some threads, but no answers. In a nut shell, I get the following: gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE"

Re: Loading a Cygwin based DLL and calling exported functions

2010-12-08 Thread Reini Urban
2010/12/8 James Dickson: > VC++ 10.0 client application: > > int main(int argc, char ** argv) > { >     // 4k scratch space. >     char *stackbase; >     __asm >     { >         mov eax, fs:[4]; >         mov stackbase, eax; >     } > >     // Load cygwin dll. >     HMODULE cygwin_ptr = LoadLibrary

Re: [ANNOUNCEMENT] Updated: mintty-0.9.3-1

2010-12-08 Thread Andy Koppe
On 8 December 2010 15:05, Oleksandr Gavenko wrote: >> - Disabled flow control with ^S and ^Q by default, to stop unwary >> users from accidentally "hanging" their terminal and to make those >> keys available for other functions. To re-enable, use 'stty stop ^S >> start ^Q'. > > So I need update ~/.

Re: Glut Problem

2010-12-08 Thread André Bleau
Klaus Ramstöck wrote: > Dear list, Hi Klaus, > > I tried to compile f90gl under a current cygwin. With some grey hair, I > succeded, but my programs dont start. "Dont start". What does that mean? Your programs crash? You get an error message? Please be more explicit. > I analysed the

Re: unable to type command into Cygwin after running 'tail'

2010-12-08 Thread Eric Blake
On 12/08/2010 10:28 AM, Christopher Faylor wrote: >> After ctrl+C during a grep which is redirecting output to a file: >> >> $ speed 38400 baud; line = 0; >> start = ; stop = ; lnext = ; min = 1; time = 0; >> -icrnl -imaxbel >> -icanon -echo -echoe -echok -echoctl -echoke > > Can anyone duplicate

Re: unable to type command into Cygwin after running 'tail'

2010-12-08 Thread Christopher Faylor
On Wed, Dec 08, 2010 at 04:06:35PM +, TJ Anthony wrote: >Andy Koppe gmail.com> writes: > >> >> On 2 December 2010 20:28, Heath Kehoe wrote: >> >> FWIW, I can't reproduce this, even if I kill the tail or less with >> >> SIGKILL, thus giving them no chance to do any cleanup. (I assume you >> >>

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-08 Thread Christopher Faylor
On Wed, Dec 08, 2010 at 02:11:08PM +0100, Corinna Vinschen wrote: >On Dec 7 23:08, Andrey Repin wrote: >> $ ./setup.exe --help >> Starting cygwin install, version 2.721 >> io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No such file or >> directory >> io_stream_cygfile: fopen(/etc/setup/c

Re: unable to type command into Cygwin after running 'tail'

2010-12-08 Thread TJ Anthony
Andy Koppe gmail.com> writes: > > On 2 December 2010 20:28, Heath Kehoe wrote: > >> FWIW, I can't reproduce this, even if I kill the tail or less with > >> SIGKILL, thus giving them no chance to do any cleanup. (I assume you > >> use 'less -K' to allow it to be ctrl-c'ed?) > >> > >> Which shell

Re: [ANNOUNCEMENT] Updated: mintty-0.9.3-1

2010-12-08 Thread Oleksandr Gavenko
On 04.12.2010 23:47, Andy Koppe wrote: - Disabled flow control with ^S and ^Q by default, to stop unwary users from accidentally "hanging" their terminal and to make those keys available for other functions. To re-enable, use 'stty stop ^S start ^Q'. So I need update ~/.bashrc? Can this done th

Re: du -ks output different when run from command and when run on scheduled task

2010-12-08 Thread Larry Hall (Cygwin)
On 12/8/2010 9:34 AM, computer tech wrote: On Tue, Dec 7, 2010 at 3:21 PM, Larry Hall (Cygwin) wrote: - Thanks. Hi Larry, Thank you for your response. I read the link and a few of those items are a little over my head

Re: ulimit inconsistency

2010-12-08 Thread Eric Blake
On 12/08/2010 02:11 AM, Csaba Raduly wrote: > After successfully building LLVM + clang, I wanted to run the tests. > The tests start out with > > ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; > > I understand that there is no support for setting those limits, but > the

Re: du -ks output different when run from command and when run on scheduled task

2010-12-08 Thread computer tech
On Tue, Dec 7, 2010 at 3:21 PM, Larry Hall (Cygwin) wrote: > On 12/7/2010 4:10 PM, computer tech wrote: >> >> Greetings all I have run this set of commands directly from the cygwin >> command line. >> du -ks //comp/shares/ >> >> Ouput1: is correct >> 49939594        //comp/shares/ > > > >> The ba

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-08 Thread Corinna Vinschen
On Dec 7 23:08, Andrey Repin wrote: > $ ./setup.exe --help > Starting cygwin install, version 2.721 > io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No such file or > directory > io_stream_cygfile: fopen(/etc/setup/chooser_window_settings) failed 2 No such > file or directory > Current

Loading a Cygwin based DLL

2010-12-08 Thread James Dickson
Hey, I just posted (apologies if I have the wrong mailing list) to see if anyone could help me with the following problem. I have successfully managed to load a cygwin based DLL through LoadLibrary into a VC++ 10.0 (as an aside I have also tried 8.0 and 9.0 compiler versions) compiled application

Re: skipping initial setup screens for existing installation with setup.exe?

2010-12-08 Thread Andrey Repin
Greetings, Jeremy Bopp! > On 12/7/2010 2:08 PM, Andrey Repin wrote: >> If this normal for setup ? >> >> $ ./setup.exe --help >> Starting cygwin install, version 2.721 >> io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No such file or >> directory >> io_stream_cygfile: fopen(/etc/setup/ch

ulimit inconsistency

2010-12-08 Thread Csaba Raduly
After successfully building LLVM + clang, I wanted to run the tests. The tests start out with ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; I understand that there is no support for setting those limits, but the behaviour of 'ulimit -m' seems inconsistent: /bin/sh: li

Loading a Cygwin based DLL and calling exported functions

2010-12-08 Thread James Dickson
Hey, I just posted (apologies if I have the wrong mailing list) to see if anyone could help me with the following problem. I have successfully managed to load a cygwin based DLL through LoadLibrary into a VC++ 10.0 (as an aside I have also tried 8.0 and 9.0 compiler versions) compiled application