Am 07.02.2013 22:39, schrieb Richard W.M. Jones:
On Thu, Feb 07, 2013 at 07:59:14PM +0100, Michael Beham wrote:
> Hi all,
>
> I am getting following error during compilation of libguestfs 1.18.5
> on Debian Wheezy:
>
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define PACKAGE "libguestfs"
> #define VERSION "1.18.5"
> #define PACKAGE_VERSION_MAJOR 1
> #define PACKAGE_VERSION_MINOR 18
> #define PACKAGE_VERSION_RELEASE 5
> #define PACKAGE_VERSION_EXTRA ""
>
> configure: exit 77
This usually means your C compiler is broken. What's the complete,
unedited output of ./configure, and what command line are you using,
and what version of gcc is installed?
Rich.
Hi,
sry for my late response, but was on holidays ;-) Ok compiler is ok,
just installed some missing packages and compilation worked fine!!
Thx for response!
Mike