Re: error during compil

2011-08-09 Thread John Dennis
On 08/09/2011 04:10 AM, florent ainardi wrote: i have a little problem when i try to compil my program nss and nspr are installed on my system when i launch gcc with the following syntax gcc -g test.c -otest -I/usr/include/nss -I/usr/include/nspr i have the following error und

error during compil

2011-08-09 Thread florent ainardi
hi all i have a little problem when i try to compil my program nss and nspr are installed on my system in my program i have : #include #include #include ... PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL,0); ... end ^^ when i launch gcc with the following syntax gcc -g test.c -otest -I/usr/incl