This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: How to use sqrtf in gcc?
On Wed, 2002-01-30 at 11:06, Thai Dang Vu wrote:
>
> Thanks for your answers. I made some mistakes in using terms. I can link
> it now.
> by the way, if i want to write multi-thread program on Linux, what
> library should I install? I found commonc++ on GNU web site. is it the
> proper library for multi_thread?
>
linuxthreads is an addon for the standard C library. You probably have
it. Look, if there is /lib/libpthread* on your system.
If you want to write threaded apps, you should also have pthread.h and
sched.h ( should be in /usr/include ).
Regards
Frank