Re: R: cannot find -lgnalasup when linking. using gcc 4.3.3, on cygwin 1.7.7

2010-10-16 Thread Nasser M. Abbasi
On 10/16/2010 8:10 AM, Marco Atzeri wrote: --- Sab 16/10/10, Nasser M. Abbasi ha scritto: Have you tested the gcc-4.5 package ? http://cygwin.com/ml/cygwin-announce/2010-08/msg00016.html Regards Marco Thanks. Yes, this is a gcc being old thing. I downloaded Ada latest version from

cannot find -lgnalasup when linking. using gcc 4.3.3, on cygwin 1.7.7

2010-10-15 Thread Nasser M. Abbasi
Hello; Not sure if this is the right place, but I am using cygwin, and was trying to compile/link this one Ada program. It seems there is a library missing in the system. Did a search on this, but not able to find anything. $ uname -a CYGWIN_NT-6.1-WOW64 me-PC 1.7.7(0.230/5/3) 2010-08-31

Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Nasser M. Abbasi
On 6/8/2010 12:46 AM, Alexander T wrote: There is a similar post from 2009 where the conclusion is that this can be caused by very deep forking (http://readlist.com/lists/cygwin.com/cygwin/6/34359.html). Is it possible that the make script does very deep, or is stuck in infinite, recursion?

Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Nasser M. Abbasi
On 6/8/2010 1:25 AM, Corinna Vinschen wrote: Your bug is something else. I'm still waiting for some helpful debugging like an strace or, even better, a simple testcase in plain C. Corinna If someone using windows 7 out there, can install Latex2html with the current cygwin, they should be

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi
On 6/7/2010 12:46 AM, Reini Urban wrote: 2010/6/7 Nasser M. Abbasin...@12000.org: On 6/6/2010 8:32 PM, Reini Urban wrote: -- Problem reports: http://cygwin.com/problems.html At the link above you'll see in bold Run cygcheck -s -v -r cygcheck.out and include cygcheck.out as an attachment

Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi
On 6/7/2010 12:41 PM, Christopher Faylor wrote: On Mon, Jun 07, 2010 at 11:48:54AM -0700, Nasser M. Abbasi wrote: This is a bug report. attached is output of cygcheck -s -v -r (I get some access denited warnings btw): $ cygcheck -s -v -r cygcheck.out /usr/bin/cygrunsrv: warning: OpenService

Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi
On 6/7/2010 1:15 PM, Christopher Faylor wrote: Rather than express amazement that I raised the issue why not just prove that this doesn't mean anything by simplifying your path and trying again? I am not expressing amazement, I was asking a simple question, if one can't install windows perl

Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi
On 6/7/2010 2:13 PM, Larry Hall (Cygwin) wrote: Chris wasn't asking you to try this to see if the cygcheck warnings would go away. He was asking you to try this to see if it made any difference with your original problem. OK, I just did. The perl crash is still there. Please let me know

Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi
On 6/7/2010 7:03 PM, Charles Wilson wrote: On 6/7/2010 8:49 PM, Nasser M. Abbasi wrote: $ make test 0 [main] perl 5308 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. Error while converting image: No such file or directory Error: Cannot read

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-06 Thread Nasser M. Abbasi
On 6/6/2010 8:32 PM, Reini Urban wrote: Nasser M. Abbasi schrieb: On 6/4/2010 2:44 AM, Nasser M. Abbasi wrote: On 6/4/2010 1:36 AM, Corinna Vinschen wrote: Error: Cannot read 'img2.png': No such file or directory Converting image #1 0 [main] perl 3400 C:\cygwin\bin\perl.exe: *** fatal error

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-06 Thread Nasser M. Abbasi
On 6/6/2010 8:32 PM, Reini Urban wrote: = 262: my ($self,$cmd,$in,$out,$err) = @_; 263: carp qq{Debug (syswait): Running $cmd\n} if($Verbose); 265: my $status; 266: my $child_pid; 267: if ($child_pid = fork) { You can try to add a small sleep here after line 267, the fork.

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-04 Thread Nasser M. Abbasi
On 6/4/2010 1:36 AM, Corinna Vinschen wrote: Error: Cannot read 'img2.png': No such file or directory Converting image #1 0 [main] perl 3400 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. This looks like an internal error in Cygwin which runs out

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-04 Thread Nasser M. Abbasi
On 6/4/2010 2:44 AM, Nasser M. Abbasi wrote: On 6/4/2010 1:36 AM, Corinna Vinschen wrote: Error: Cannot read 'img2.png': No such file or directory Converting image #1 0 [main] perl 3400 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. This looks

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Nasser M. Abbasi
On 6/3/2010 8:08 AM, Larry Hall (Cygwin) wrote: On 6/3/2010 3:43 AM, n...@12000.org wrote: perl-ming 0.4.3-1 Incomplete That's not right. I'd suggest reinstalling perl-ming. I did the following: 1. reinstalled. 2. tried different source, downloaded, reinstalled I still get the same thing,

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Nasser M. Abbasi
On 6/3/2010 12:43 AM, n...@12000.org wrote: Hello, SUMMARY: I installed cygwin 1.7.5 on windows 7 (64 bit OS), and when I run some command which uses perl, I get the following error: 0 [main] perl 2528 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small.

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Nasser M. Abbasi
On 6/3/2010 12:17 PM, Larry Hall (Cygwin) wrote: On 6/3/2010 3:02 PM, Nasser M. Abbasi wrote: Should I try building cygwin from sources on my PC? Debugging it further would certainly be helpful. But if you don't actually want to build Cygwin from source, you can always use a recent