On Saturday, October 5, 2002, at 10:47  pm, June Van Dyke wrote:

> On 10/5/02 5:43 PM, "Alwyn" <[EMAIL PROTECTED]> wrote:
>
>> Those symbols belong in libstdc++. If you substitute 'g++' for your
>> 'gcc' or add '-lstdc++' to your command, the linker will know to link
>> with the standard C++ library.
>
> /me blushes
>
> Oops! Sorry guys, silly problem easily fixed (with my program), user 
> error!

It's an easy mistake to make.

> I guess my problem with lilypond still stands; is *it* linking with 
> that
> library?

I'm unfamiliar with this package, but don't the compilation commands 
get displayed during your build? When compiling C++ source files 
(usually '.cc' or '.cpp'), is the command 'gcc' (also 'cc') or 'g++' 
(also 'c++')? If it is the former and calls are made to the standard 
library, then '-libstdc++' is required.

I'm presuming that you're using GCC 2.95.2, where there is no required 
'std' namespace for the standard library.


Alwyn



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to