[omniORB] problem installing omniorb on solaris 2.6
Craig Rodrigues
rodrigc@mediaone.net
Mon, 17 Dec 2001 20:18:31 -0500
On Thu, Dec 13, 2001 at 04:43:03PM -0700, Richard S Benson wrote:
>
> I have GNU's gcc, make, and binary utilities installed. They all work
> fine. My path variable is set to find all of my GNU utilities before
> SUN's.
> It seems to me that the assember doesn't correlate with the linker, so I
> tried using SUN's linker, with same result.
>
> Anyone familiar with this sort of problem? Any ideas are greatly
> appreciated!
Are you sure you are using the binutils assembler?
Add the '-v' flag to gcc to verify this.
You need to configure gcc properly to use the right
assembler.
Look at:
http://gcc.gnu.org/install/configure.html
and look at the following flags to the configure program:
--with-gnu-as
--with-as=[path]
--with-gnu-ld
--with-ld=[path]
(You need to use all these flags).
--
Craig Rodrigues
http://www.gis.net/~craigr
rodrigc@mediaone.net