Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 1997 20:07:29 -0400 (EDT)
From:      "Eric J. Chet" <ejc@bazzle.com>
To:        Satoshi Asami <asami@FreeBSD.ORG>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/3619
Message-ID:  <Pine.BSF.3.95q.970604200102.7705A-100000@gargoyle.bazzle.com>
In-Reply-To: <199706040600.XAA07902@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 3 Jun 1997, Satoshi Asami wrote:

> Synopsis: new CORBA port omniORB from Olivetti & Oracle Research
> 
> The docfiles are supposed to be in the directory "share/doc/<name>", not
> "share/<name>/doc" (unless, of course, the port requires some files
> to be in "share/<name>" anyway).
> 
> By the way, I tried to compile this with -O2 optimization (just change
> "=" to "+=" in the first CFLAGS line in patches/patch-aa here), but it
> fails:
> 
> ===
> ===> src/tool/omniidl2/omniORB2_be
> Warning: Object directory not changed from original /ccd/tmp/work/omniORB/work/omniORB_2.2.0/src/tool/omniidl2/omniORB2_be
> c++  -O2 -pipe -fhandle-exceptions -I../include -I. -c o2be_array.cc -o o2be_array.o
> {standard input}: Assembler messages:
> {standard input}:6773: Error: Local symbol L6752 never defined.
> {standard input}:6773: Error: Local symbol L6753 never defined.
> {standard input}:6773: Error: Local symbol L6754 never defined.
> {standard input}:6773: Fatal error:3 errors, 0 warnings, no object file generated.
> 
> *** Error code 1
> 
> Stop.
> ===
> 
> Does anyone know if this is just a bug in our C++ compiler?  I really
> hate the idea of distributing a package in excess of 1MB compiled
> without any optimization.
> 

Hello

	Exception handling is really poor in GNU g++ on any platform.
G++ 2.7.2 can't handle exception handling with the optimizer on,
we will have to wait for version 2.8.x to turn it on.  

Thanks for cleaning up and commiting the ports, it was my first attempt at
a port.

Thanks,

Eric




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970604200102.7705A-100000>