"Jack J. Woehr" <[EMAIL PROTECTED]> writes:

> Any hints from the list on why I might not be able to link lilypond under gcc 2.95.3?

Can you compile a simple c++ file like this:

    #include <iostream>
    int
    main (int, char const*[])
    {
      std::cout << "Hello world" << endl;
      return 0;
    }

?

What system do you use?

Did you install gcc yourself?

Did you install the stdc++ libraries?

What compile and link flags did you use?

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to