This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: doubt
- From: John Love-Jensen <eljay at adobe dot com>
- To: Israel Fdez Cabrera <israel at seg dot inf dot cu>, <gcc-help at gcc dot gnu dot org>
- Date: Mon, 07 Jul 2003 06:31:54 -0500
- Subject: Re: doubt
Hi Israel,
>I'm working with pthread, I mistaked the option -lpthread and the linker didn't
generate any error message, why?
Probably because there is a libpthread.a, libpthread.so, libpthread.dll,
libpthread.library, or libpthread.dylib on your platform. (Depending on
platform.)
--Eljay
- References:
- doubt
- From: Israel Fdez Cabrera