Re: [orbitcpp-list] Building orbitcpp fail
Status: Beta
Brought to you by:
philipd
From: christophe P. <chr...@cy...> - 2001-10-01 09:43:05
|
On 01 Oct 2001 16:59:47 +0800, 52jy wrote: > I've installed ORBit-0.5.8-1 > I want to build orbitcpp-0.30.1 but it always fails > btw : I use gcc-3.0 on RH-7.1 > > Could you help me???? I found problems in compiling TAO/ACE on Redhat 7.1 with gcc 3.0 or standard redhat gcc 2.96 My problems disapeared after an upgrade to gcc 2.96.85 .. (not entirely) Anyway, gcc 3.0 introduces binary compatibility problems ( link levels). I am not sure but the code demangler is changed between 2.xx and 3.xx gcc version. Now, TAO/ACE and Orbit-cpp work fine with gcc 2.96.85 and RedHad 7.1 whith correct libc, libstdc++, ... |