[omniORB] omniORB + OSF1 + type_info
Herve Lehoux
hlehoux@ADWAYS.com
Thu, 1 Apr 1999 11:57:24 +0100
> Hi.
>
> I am using omniORB 2.7.0 on Windows NT and on DEC OSF1 4.0.
>
> When I compile this application on Windows NT (with omniORB2
> and omnithread
> linked to it), everything is working fine. If I compile it on
> OSF1, I get
> the following linker error:
>
> ld:
> /usr/lib/libcxxstd.a(typeinfo.o): std::type_info::name(void) const :
> multiply defined
> *** Exit 1
>
That's very strange : i've no problem with omniORB 2.7.1 on 4.0.d with
cxx,
but i tried this morning on 4.0b with egcs and i've exactly the same
linker problem complaining about multiply defined symbols in
/usr/local/lib/libstdc++.a ...
what's your OS version (before or after 4.0d) ?
Rgds, Herve.