Problems using libtool, suns c++ compiler and convenience libraries

2002-12-13 Thread Erik Assum
Hi, I'm new to this list so please excuse me if this question does not belong to this list. My problem is the following: I have a set of sources split into to directories, client and server, from which I want to create one shared library. My approach has been to try to make a convenience library

Problems with cvs-libtool and Solaris CC

2003-01-07 Thread Erik Assum
Hi, I'm resending this message to the libtool list as I sent it directly to Robert without realising that Reply-To: wasn't set. * Robert Boehne | If you are using CVS Libtool, then the problem is with | your Compiler. If not, then CVS Libtool may fix it. Thanks alot Robert, this solved the mos

Re: Problems with cvs-libtool and Solaris CC

2003-01-08 Thread Erik Assum
* Robert Boehne | Could you give a bit more detail as to what the problem is? | You say it compilains about "x", could you send us an | error message? Of course! /opt/SUNWspro/bin/CC -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I/segfs/tango/ORB/omniORB4.0.0/solaris7_CC/include -mt -mt

Re: Problems with cvs-libtool and Solaris CC

2003-01-17 Thread Erik Assum
* Albert Chin | On Wed, Jan 08, 2003 at 10:13:10AM +0100, Erik Assum wrote: | > * Robert Boehne | > | Could you give a bit more detail as to what the problem is? | > | You say it compilains about "x", could you send us an | > | error message? | > | > Of course! |

Problems in cvs-version of libtool.

2003-01-20 Thread Erik Assum
Hi, Trying to solve my problem with compiling C++ on Solaris, I downloaded and installed a newer of libtool version: /usr/bin/libtool --version ltmain.sh (GNU libtool) 1.4e (1.1178 2003/01/15 02:55:33) When compiling with: ./configure --with-omni=$HOME/omniorb --without-zlib --disable-static

Re: Problems in cvs-version of libtool.

2003-01-20 Thread Erik Assum
* Albert Chin | On Mon, Jan 20, 2003 at 03:27:25PM +0100, Erik Assum wrote: | > ld: fatal: symbol `bool Tango::operator==(const Tango::BlackBoxElt&,const |Tango::BlackBoxElt&)' is multiply-defined: | > (file .libs/tangoSK.o and file .libs/tangoDynSK.o); | > ld: fat

Re: Problems in cvs-version of libtool.

2003-01-21 Thread Erik Assum
* Albert Chin | On Mon, Jan 20, 2003 at 05:39:50PM +0100, Erik Assum wrote: | > * Albert Chin | > | On Mon, Jan 20, 2003 at 03:27:25PM +0100, Erik Assum wrote: | > | > ld: fatal: symbol `bool Tango::operator==(const Tango::BlackBoxElt&,const |Tango::BlackBoxElt&)&