Subject: Re: Struggling to Link
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
X-Mailer: VM 6.96 under Emacs 20.7.1
Reply-To: [EMAIL PROTECTED]
FCC: ~/persoonlijk/Mail/sent

[EMAIL PROTECTED] writes:
> Jan Nieuwenhuizen wrote:
> 
> > Can you compile a simple c++ file like this:
> >
> >     #include <iostream>
> >     int
> >     main (int, char const*[])
> >     {
> >       std::cout << "Hello world" << endl;
> >       return 0;
> >     }
> 
> Yes. I can also compile gcc 3.0 and many, many other tools.

Strange. Can you add -v to USER_LD_FLAGS in config.make and see if
linking shows up something strange? FWIW, gcc automatically puts in
"-lstdc++" when linking.


-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


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

Reply via email to