AW: [omniORB] configure stops on sizeof (char) for 4_0_RC_1 on Su SE 7.0 (and Solaris)

Heinrich Götzger Heinrich.Goetzger@exploding-systems.de
Fri Sep 20 20:08:00 2002


Hey Daniel,


On Fri, 20 Sep 2002, Pfeiffer Daniel wrote:

> Heinrich Götzger <Heinrich.Goetzger@exploding-systems.de> schrieb:
> > I try to build a actual snapshot of CVS on a SuSE Linux 7.0 but
> > unfortunately it fails with following line:
>
> > checking size of char... configure: error: cannot compute sizeof (char),
> > 77
>
> > in config.log it sais:
> > configure:4181: error: cannot compute sizeof (char), 77
>
> I get exactly the same problem on Solaris with 4.0-rc1 using
> CC: Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
>
What I did finally was getting gcc 3.2 -> compiling
getting Python 2.2 -> compiling
and than installing and compiling omniOrb 4.0 RC1 with
LD_LIBARY_PATH=/opt/gcc-3.2/lib:/opt/Python2.2/lib
It needed almost a day only for compiling on my 450Mhz Linuxbox :-(

And now it'sw all working as far as I can see it. Even my Corba Server
using ant as build tool.

BUT: It's cool men

regards

Heinrich