Anh Vo wrote: > 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 tasking support was not included in the build.
OT for this list, but you may be interested to know that the MINGW version supports Ada tasking. I haven't delved into it, but the GNAT manual indicates that Ada tasking support is pretty simple if you have a minimal amount of POSIX support. Of course, you discovered that it doesn't quite work OOTB. Since I was just toying around when I ran into this, I found it easier to just install MINGW. Personally, I don't see the point in supporting Ada if you don't support tasking, but maybe that's just me. :-) Of course, PTC. -Jerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/