Herbert <[EMAIL PROTECTED]> writes:

| I tried to run configure from LyX1.0.4-pre6, but
| I got the message 
| "Unable to find a C++-compiler"
| I wonder why, because I'h installed g++ and the
| links CC, C++ and so on works well.

So you are able to compile this program:

#include <iostream>
using std::cout;

int main(int, char**) {
        cout << "Hello world!" << endl;
}

?

If you don't know how:

        - save the above to a file (from "inc..." to the last } )
        - run g++ -o hello <fileyousaved in>

        Lgb

Reply via email to