This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I think that the configuration option which generated this error was: --enable-threads=win32 If the option will not compile, why include it?
The reason that I'm using this option is to try to compile gcc/Ada so that Ada can use tasking. The error message is: 'failed run-time assertion : Tasking not implemented on this configuration'. My guess was that I had to change the '--enable-threads=posix' option to '--enable-threads=win32'.
One last point, I tried to configure with ' --enable-languages=c,ada,c++,f77,pascal,java,objc'. The error message indicated that 'pascal' was not supported for gcc-3.3.2. Is 'pascal' no longer supported?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |