Hello Chris.

I am using gcc 3.4.3 ( packe SUNWgcc ) and gnu make V11 ( packge SUNWgmake ) on solaris 10 and getting the following error when I run make after running the configure script.

ddrescue.cc:178: error: `llabs' is not a member of `std'
ddrescue.cc:180: error: `snprintf' is not a member of `std'

This is easy to solve. Simply remove the `std::' in front of `llabs' and `snprintf'. Their inclusion in `std' is a GNU extension not present in all non-GNU systems.


Regards,
Antonio Diaz.


_______________________________________________
Bug-ddrescue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-ddrescue

Reply via email to