Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Alexandre Oliva
On Sep 15, 2000, Ossama Othman <[EMAIL PROTECTED]> wrote: > Robert sent me his generated libtool script. Part of the CXX > configuration is listed below. It appears that ltconfig wasn't > invoked properly. Then I'll re-iterate the question of what version of the libtool scripts and libtool.m4

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Ossama Othman
Hi Alexandre, On Fri, Sep 15, 2000 at 06:58:02PM -0300, Alexandre Oliva wrote: > On Sep 15, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > > > % ../../libtool --tag=CXX --config | grep '^CC=' | tail -1 > > CC="cc" > > That's the problem. It should be 'g++', in the CXX configuration. > Remov

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Alexandre Oliva
On Sep 15, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > % ../../libtool --tag=CXX --config | grep '^CC=' | tail -1 > CC="cc" That's the problem. It should be 'g++', in the CXX configuration. Remove the `tail -1' and make sure you get two lines, one for the default configuration and one ove

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Robert Boehne
% ../../libtool --tag=CXX --config | grep '^CC=' | tail -1 CC="cc" -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Alexandre Oliva
On Sep 15, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > When I take the Makefile's that result from running > automake, and autoconf, and add --tag=CXX to the C++ > variable definitions, the error message goes away and > it complies a shared library. > This tag should be > automaticly put i

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Robert Boehne
Yes, it seemed to work when I had Makefiles only one directory deep, when I created my Makefiles three directories deep, it suddenly broke. -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTE

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Ossama Othman
Hi Robert, I only noticed the following after I posted my last message: On Fri, Sep 15, 2000 at 03:37:37PM -0500, Robert Boehne wrote: > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' Are you using a C++ compiler different (even if only by

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Ossama Othman
Hi Robert, On Fri, Sep 15, 2000 at 03:37:37PM -0500, Robert Boehne wrote: > I can now run "make" from the top level and the library will be built. > Perhaps there is some confustion using libtool with CXX and CC for > files in the same Makefile? This should be transparent. A couple of months ag

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Robert Boehne
OK, I don't think I was very clear about what exactly my problem is, When I take the Makefile's that result from running automake, and autoconf, and add --tag=CXX to the C++ variable definitions, the error message goes away and it complies a shared library. This tag should be automaticly put i

Re: multi-language-branch: --tag=CXX not specified

2000-09-15 Thread Alexandre Oliva
On Sep 14, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. [snip] > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' libtool.m4, that should be part of aclocal.m4, hooks

Can't install CVS libtool

2000-09-15 Thread Bernard Dautrevaux
Hi all, I'm trying to install CVS libtool in my environment and, after several attempts, I have to request some help. I've get the latest CVS version (as of 2000-09-15) and run bootstrap in the source directory. I then move in the build directory (a sub-directory of the source directory

Re[2]: Support pw32 as gnu-win32 target

2000-09-15 Thread Paul Sokolovsky
Hello Gary, Gary V. Vaughan <[EMAIL PROTECTED]> wrote: GVV> On Sun, Sep 10, 2000 at 12:57:46PM +0300, Paul Sokolovsky wrote: >> Hello libtool-patches, GVV> Hello =)O| >> Here's first chunk of my patches - since some are probably will >> require corrections, I decided to split them starting w