[omniORB] building the examples with gcc 3.2.1
Fred Cook
ftcook1@directvinternet.com
Sat Dec 21 03:32:01 2002
Heinrich Götzger wrote:
> On Mon, 16 Dec 2002, Fred Cook wrote:
>
> >
> > Hi all
> >
> > Has any one successfully compiled/linked the omniORB-4.0.0 examples with
> > gcc 3.2.1? We have recently successfully built omniORB 4.0.0 with this
> > compiler but the examples produce linker errors on all the omniORB
> > stuff.
>
> Using gcc 3.2 on Linux worked fine for me for omniORB 4.0.0.
>
> cheers
>
> Heinrich
> _______________________________________________
> omniORB-list mailing list
> omniORB-list@omniorb-support.com
> http://www.omniorb-support.com/mailman/listinfo/omniorb-list
We are having some rather odd problems with building the examples. The boa
is a good example. I can build it if I make clean and do in all the *.d
files, in other words if there is nothing in the dir besides the
GNUmakefile. If you do a make clean and leave in the dependencies files then
linker errors abound. Linker errors are a common theme here. The echo
examples cannot link at all. The examples are acting as if the libs are
missing when the *.d files are present. gcc - 2.95 compiles and links
everything with out a hitch. gcc 3.2.1 will compile/link code that doesn't
have any omniORB stuff. Anybody have an idea on what is going on here.
-Fred