How to use sqrtf in gcc?

Frank Schafer frank.schafer@setuza.cz
Wed Jan 30 02:44:00 GMT 2002


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



More information about the Gcc-help mailing list