bug-ddrescue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-ddrescue] Re: Issue making source code on solaris 10


From: Antonio Diaz Diaz
Subject: [Bug-ddrescue] Re: Issue making source code on solaris 10
Date: Thu, 12 Jan 2006 18:40:48 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.3) Gecko/20040913

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]