Hi
I am getting the below error while running make.Could you please help me to resolve this issue.
[root@localhost ]# make
gcc -static -o ../host_bin/watchdog ./watchdog.o -L ../Rlib/lib_host/ -lRhm -L ../Rlib/lib_host/ -lrtimer -lpthread
/usr/bin/ld: cannot find -lpthread
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [../host_bin/watchdog] Error 1
[root@localhost ]#
I installed fedora 14 in my system.
[root@localhost Watchdog]# uname -a
Linux localhost.localdomain 2.6.35.6-45.fc14.i686 #1 SMP Mon Oct 18 23:56:17 UTC 2010 i686 i686 i386 GNU/Linux
[root@localhost Watchdog]#
Thanks in advance.


