Tried to compile ddrescue 1.0 and 1.0.1 on a Mac 10.2.3 with gcc 3.1 and got the following errors (output from 1.0)...I know this is an old system, but I don't have immediate access to a more up-to-date installation. Is there a reasonably quick fix, or should I find a newer computer?
%%%% ./configure VPATH = . prefix = /usr/local datadir = $(prefix)/share infodir = $(datadir)/info mandir = $(datadir)/man OK. Now you can run make. %%%% make g++ -Wall -W -O2 -c -o ddrescue.o ddrescue.cc ddrescue.cc: In function `const char* format_num(long long int, long long int, int)': ddrescue.cc:185: `llabs' undeclared in namespace `std' ddrescue.cc:185: `llabs' undeclared in namespace `std' ddrescue.cc:187: `snprintf' undeclared in namespace `std' make: *** [ddrescue.o] Error 1 _______________________________________________ Bug-ddrescue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-ddrescue
