[omniORB] compiling on Solaris with GCC 4.0

Mark Zimmerman markzimm at frii.com
Thu May 5 16:56:25 BST 2005


On Tue, May 03, 2005 at 05:13:21PM -0400, Boris Khanales wrote:
> Anybody tried it?
> I get following:
> 
> checking whether byte ordering is bigendian... yes
> checking for char... yes
> checking size of char... configure: error: cannot compute sizeof (char), 77
> See `config.log' for more details.
> 
> 
> 
> Any help please !!!!
> 

If the '.' in PATH is not the problem, it may be LD_LIBRARY_PATH. When
configure builds and runs a test program it needs to be able to find
all necessary libraries. 

I just needed to do the following, for example to do a 64-bit build:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gcc-3.3.3/lib/sparcv9

-- Mark



More information about the omniORB-list mailing list