Andre Poenitz <[EMAIL PROTECTED]> writes:

>> I did not find a place where his variable is instantiated, actually.
>> How is this done?
>
> Thesaurus.cpp:121

I meant the place in the object code.

I read a bit about flat namespace (see error message)and if the
following page makes sense to you, we may have a solution:
http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_section_7.html#//apple_ref/doc/uid/TP40002850-BCIHJBBF

The complete guide starts here: 
http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/intro/chapter_1_section_1.html#//apple_ref/doc/uid/TP40002847-TPXREF101

All I can say is that libtool does pass the -flat_namespace option to
g++ when linking. And also -undefined suppress, which is supposed to
help.

JMarc

Reply via email to