lilypond-user
[Top][All Lists]
Advanced

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

Re: Struggling to Link


From: Jan Nieuwenhuizen
Subject: Re: Struggling to Link
Date: 11 Dec 2001 22:12:12 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

"Jack J. Woehr" <address@hidden> 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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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