Re: [orbitcpp-list] orbit-idl woes
Status: Beta
Brought to you by:
philipd
|
From: Ronald G. <rga...@ir...> - 2000-05-29 15:07:22
|
>>>>> "me" == Ronald Garcia <rga...@ir...> writes:
me> hey guys, i'm not very familiar with the dynamically loadable
me> module aspects of orbit-idl, and i'm running into some trouble
me> running the orbit-cpp idl compiler. heres what I'm getting:
hey again,
turns out that on my system, libtool is using /usr/ccs/bin/ld to
do linking, (I'm running an UltraSparc with Solaris 2.6 or something
like that...), and it's finding the wrong libstdc++. I had to relink
the backend library using c++ directly and all the same parameters
(which I presume got passed down to ld eventually), so the path
parameters would resolve correctly. Just thought you guys might like
to know...
ron
|