[omniORB] AIX issues: gcc 3.3
Rainer Frohnhoefer
rain_list at arcor.de
Wed Jul 9 09:55:06 BST 2003
Am Mittwoch, 09.07.03, um 01:00 Uhr (Europe/Berlin) schrieb Alexy
Khrabrov:
> On Tue, Jul 08, 2003 at 02:42:20PM -0700, Thomas Lockhart wrote:
>> I wasn't following the thread earlier; have you tried using autoconf
>> to
>> configure or are you doing this manually?
>
> I used the configure, and did define CXX=g++ from my new GCC 3.3.
> Apparently the linkage still goes through makeShared..., and I saw
> somewhere that gcc for linking may not work on AIX -- or that was
> the state of affairs some time ago. So the attempt to use
> makeShared...
> is after configure has run... For xlC, it does everything right,
> perhaps this is some mixup, or AIX+gcc is not supported properly?
>
The latter. If you use configure with gcc, the system will still use
makeC++SharedLib_r which does not work with gcc. The "normal" gcc link
call should do, although I never tried this. The config files for this
need some work.
-Rainer
More information about the omniORB-list
mailing list