[omniORB] RE: omniORB-4.1.2 32bit and 64bit

Duncan Grisby duncan at grisby.org
Wed Aug 20 16:13:46 BST 2008


On Monday 18 August, Lisa Yao wrote:

> After build, I saw lib with lib files, however lib64 is empty, does that mean
> this on is 32 bit code.
> 
> How do I build both 32bit and 64 bit?

If you compile omniORB with a 64 bit compiler, it's 64 bit code. The
default configuration installs to the lib directory regardless of the
word size.

You don't mention what platform you're using, but assuming it's Linux,
you can configure for 32 bit binaries by running configure like this:

  ../configure CXX="g++ -m32" CC="gcc -m32" [other configure options]

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list