I am building testdisk as static and when i run
make static
i am getting the following error
/usr/bin/ld: cannot find -luuid
collect2: ld returned 1 exit status
what's the problem?
in the makefile i have the following line
LIBS = -lz -lntfs -luuid -lcrypto -lext2fs -lcom_err
and i am getting error on all the floowing flags
-luuid -lcrypto -lext2fs -lcom_err
libuuid.alibrary installed? – Maciej Piechotka Sep 7 '10 at 7:34uuid-dev– msw Sep 7 '10 at 7:45