From: lishuai z. <lis...@gm...> - 2006-08-11 10:20:06
|
Hi: Everyone! I compiled the package of libopensync-0.18. When I perform "./configure" , it said that the "check.h" can not be found, and all items are enabled except "Unit Tests" and "Profiling". Also the "make" will be sucessful. 1. Where can I find the "check.h"? If I use the reference of "--enable-profiling". the "Profiling" was enabled, but the "make" said : /usr/bin/ld: cannot find -ltau-pthread collect2: ld returned 1 exit status make[2]: *** [libopensync.la] Error 1 make[2]: Leaving directory `/root/libopensync-0.18/opensync' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/libopensync-0.18' make: *** [all] Error 2 2. How can I make the "make" correct with ''Profiling" enabled? |