Aleksej Saushev wrote: > > Hello! > > Another severe long-standing bug (since 0.6.1, IIRC) bit me today: > > variable testing testing off
TESTING OFF has no effect. > require lib.fs > > Please, drop all references to libXXX.so.NNN, > they all ought to be libXXX.so Unfortunately there is no portable way to use lib.fs. E.g., libc.so does not work on x86_64-unknown-linux-gnu. > Also, drop pulling lseek64, there's no such function in libc. In some libc implementations, there is. Unfortunately, the lib.fs interface offers no way to solve this problem. I suggest that you use the documented libcc interface instead, which does not have this problem. Concerning the testing part that irks you, I guess I'll just comment it out completely. - anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
