Next: , Up: Platform-Specific Information for the Run-Time Libraries


A.1 Summary of Run-Time Configurations

alpha-openvms
rts-native (default)
Tasking native VMS threads
Exceptions ZCX

pa-hpux
rts-native (default)
Tasking native HP threads library
Exceptions ZCX

rts-sjlj
Tasking native HP threads library
Exceptions SJLJ

sparc-solaris
rts-native (default)
Tasking native Solaris threads library
Exceptions ZCX

rts-fsu
Tasking FSU threads library
Exceptions SJLJ

rts-m64
Tasking native Solaris threads library
Exceptions ZCX
Constraints Use only when compiling in 64-bit mode;
Use only on Solaris 8 or later.
See Building and Debugging 64-bit Applications, for details.

rts-pthread
Tasking pthreads library
Exceptions ZCX

rts-sjlj
Tasking native Solaris threads library
Exceptions SJLJ

x86-linux
rts-native (default)
Tasking LinuxThread library
Exceptions ZCX

rts-fsu
Tasking FSU threads library
Exceptions SJLJ

rts-sjlj
Tasking LinuxThread library
Exceptions SJLJ

x86-windows
rts-native (default)
Tasking native Win32 threads
Exceptions SJLJ