Re: Tasking not implemented on this configuration - again

2005-11-17 Thread Anh Vo
First, it works on my system. In fact, I just checked for replying to this email. Could you tell what exactly you did since it is a while back. If I recall MinGW must installed first. Then, take the binary, include and lib directories and lay on top of cygwin directory. I hope it helps. AV >

Building GCC-4.0-20050430

2005-05-09 Thread Anh Vo
My apology if this problem has been reported already. I successfully built it for three languages Ada, C, C++ with configured as --enable-languages=ada,c,c++ --enable-threads=gnat. A number of Ada Conformance Assessment Test Suite (ACATS) failed. Further testing reveals that the Ada runtime tas

RE: Building GCC-4.0-20050430

2005-05-10 Thread Anh Vo
There is a bug preventing from using MinGW/MSYS to build it successfully. Of course, this bug has reported by folks at MinGW. I am in agreement that Ada compiler is not complete if run-time tasking is not supported. Is there any plan to support it in the future? AV >>> "Williams, Gerald S (Je

Missing __msize Symbol / Function

2005-06-03 Thread Anh Vo
I would like to use __msize function. But, the linker always fails due to missing symbol __msize. What header file should be included to resolve this missing symbol? Any help will be greatly appreciated. AV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Missing __msize Symbol / Function

2005-06-07 Thread Anh Vo
Thank you very much for your advice. I will explore malloc_usable_size as you suggested. AV >>> Stephan Mueller <[EMAIL PROTECTED]> 06/04/05 10:44 PM >>> (seeing no response yet; taking a shot) I believe msize (or _msize) is non-standard. It's at least a Microsoft extension, but may be present

RE: Missing __msize Symbol / Function

2005-06-13 Thread Anh Vo
Hi Stephan; I worked as you suggested. Again, thanks very much for your help. << Thank you very much for your advice. I will explore malloc_usable_size as you suggested. AV >>> Stephan Mueller <[EMAIL PROTECTED]> 06/04/05 10:44 PM >>> You may want to see if malloc_usable_size can be substitu

Re: Tasking not implemented on this configuration

2005-09-27 Thread Anh Vo
I posted this question for the same reason you did. The answer was no task support for Ada run-time support. If you only want to use Ada compiler with run-time support, without cygwin's capabilities at all, I strongly suggest that you download the GNAT GPL Edition for free at https://libre2.ada

Tasking not implemented on this configuration

2005-09-29 Thread Anh Vo
>>> "Williams, Gerald S (Jerry)" <[EMAIL PROTECTED]> 9/29/2005 7:56:52 AM >>> << Anh Vo wrote: > If you need both Ada compiler with run-time support and cygwin, do > the following. ... > 3. Unzip them in cygwin installed directory. Remember to kee

Re: Tasking not implemented on this configuration - again

2005-10-11 Thread Anh Vo
>>> "Gerrit P. Haase" <[EMAIL PROTECTED]> 10/11/2005 1:54 PM >>> Peter W Meyer wrote: > I am also trying to run tasking using GCC-Ada and cygwin and I'm getting > the Tasking not implemented message. I took a look at the emails regarding > this and the responses. > > I went back to Cygwin setup t