bug-gmp
[Top][All Lists]
Advanced

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

More On Bug Report


From: Jim Leary
Subject: More On Bug Report
Date: Wed, 02 Jan 2002 13:46:03 -0800

Hans Aberg,

Thank you for your very prompt response on my bug report.
I tried each of your suggestions without solving the compiler
eror problem.

The C++ wrapper included in gmp-4.0 is only in beta.

If I try either of the following two versions of a do-nothing
program, I get the same compiler error.

#include "gmpxx.h"

int main(void) {
    return 0;
}


or

#include "gmpxx.h"
using namespace std;

int main(void) {
    return 0;
}

The g++ compiler can not even get through the gmpxx.h
file without quitting after it finds the undeclared variable.

So I still have the problem.

Jim Leary




reply via email to

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