24 Apr
2012
24 Apr
'12
10:09 a.m.
On 04/21/2012 06:09 PM, Erotavlas_turbo@libero.it wrote:
Hi,
I run the 'make check' command from the source files directory of ppl0.12. If a type locate `test-suite.log' there is no file with such name.
Locate works looking in an internal database that is updated once for day (but if the PC is not always on, I am not sure it is update at all). Try using instead find . -iname 'test-suite.log' from the directory where you give the make command. --gianluca