Joe Cooper wrote:
> Ok, fixed it I think. For some reason it has to include librt as well
> as pthreads to compile successfully. This seems to indicate that kernel
> level aio is not supported and user level threads have to be used. This
> doesn't seem right (since LinuxThreads have long since been integrated
> into glibc's POSIX aio--meaning kernel threads are there).
LinuxThreads is threading, not aio.
pthreads is the library implementing the userspace parts of LinuxThreads
kernel threads.
The chain is
program -> glibc AIO (librt) -> glibc pthreads / LinuxThreads (libpthread)
-> glibc (libc) -> kernel
-- HenrikReceived on Mon Aug 20 2001 - 01:03:18 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:13 MST