Re: MKS Bourne Shell case weirdness...

2003-07-22 Thread Lars J. Aas
Paul Eggert [EMAIL PROTECTED] wrote: : Lars J. Aas [EMAIL PROTECTED] writes: : : Is it possible that this is a local problem for the given MKS user I : am working with and that he may have a somewhat faulty MKS : installation or something? : : Possibly. It'd be nice if we could have another

Re: MKS Bourne Shell case weirdness...

2003-07-17 Thread Lars J. Aas
Regarding MKS sh and case/esac, I ran into another weird problem during the MKS port which caused us to have to reorder a couple of case switches in ltmain.in. At line 1229, you will find -L*) dir=`$echo X$arg | $Xsed -e 's/^-L//'` # We need an absolute path. [...]

Re: MKS Bourne Shell case weirdness...

2003-07-14 Thread Lars J. Aas
Hi Paul, Paul Eggert [EMAIL PROTECTED] wrote: : Lars J. Aas [EMAIL PROTECTED] writes: : Is it possible that this is a local problem for the given MKS user I : am working with and that he may have a somewhat faulty MKS : installation or something? : : Possibly. It'd be nice if we could have

Re: use of libtool for linking executables - rpath problem

2001-11-20 Thread Lars J. Aas
On Mon, Nov 19, 2001 at 11:36:21PM -0800, Russ Allbery wrote: : Bob Friesenhahn [EMAIL PROTECTED] writes: : How is the application developer to know which directories are searched : by default? : : One can safely assume that /usr/lib and /usr/include are always searched : by default. Those

Re: [marcelo.magallon@bigfoot.com: Re: [Mesa3d-dev] Re: libtool]

2001-06-08 Thread Lars J. Aas
On Thu, Jun 07, 2001 at 11:30:22PM +0200, Marcelo E. Magallon wrote: : needs a way to be able to set the soname. Yes, this is bad in general. : It defeats the whole purpose of libtool, but the problem is that Mesa : is providing another version of an existing library. I can imagine : things

Re: [marcelo.magallon@bigfoot.com: Re: [Mesa3d-dev] Re: libtool]

2001-06-07 Thread Lars J. Aas
On Thu, Jun 07, 2001 at 11:50:44AM -0600, Brian Paul wrote: : I'm not going to put a lot of effort into explaining this but here's : the story. : : Mesa's used the convention libGL.so.1.2.xxyyzz for some years now. : The 1.2 indicates the library implements the OpenGL 1.2 API. : Anything else

libtool 1.4: make uninstall broken?

2001-05-04 Thread Lars J. Aas
I installed libtool 1.4 in the wrong place and then tried make uninstall before doing a reconfigure. It complained about not finding install-info or something - I didn't care to investigate further. Lars J ___ Libtool mailing list [EMAIL PROTECTED]

Re: Problem with autoconf 2.13

2001-04-30 Thread Lars J. Aas
On Mon, Apr 30, 2001 at 03:22:55PM +0200, Alexander Mai wrote: : BTW, can anyone give estimated release dates for : autoconf/automake? Autoconf - in roughly a week or so? Automake - in the blue? Lars J -- Innovation is one percent inspiration and ninetynine percent perspiration, and in my

Re: ltconfig fails during 'configure'

2001-04-17 Thread Lars J. Aas
On Tue, Apr 17, 2001 at 01:11:45PM -0500, Robert Boehne wrote: : It seems that every : time I try to configure, ltconfig fails because it doesn't : get $host set. Here's the message from configure: : snip : checking whether ln -s works... yes : ltconfig: you must specify a host type if you use

Re: Fix for Arg list too long

2001-01-31 Thread Lars J. Aas
On Wed, Jan 31, 2001 at 05:27:25PM -0200, Alexandre Oliva wrote: : On Jan 31, 2001, "Boehne, Robert" [EMAIL PROTECTED] wrote: : SGI was one system that would not allow me to use $reload_cmds because : $LD was set to CC. : : This is wrong. LD should be ld, not cc. That was a kludge we'd used

[patch] libtool.m4

2001-01-29 Thread Lars J. Aas
2001-01-29 Lars J. Aas [EMAIL PROTECTED] * libtool.m4 (_LT_AC_LTCONFIG_HACK): clear $CYGWIN variable on cygpath invokation to avoid garbage output (depending on the setting of $CYGWIN) when the "$srcdir" argument is the empty string. Index:

Re: Dynamically loading C++ Modules on Solaris

2001-01-22 Thread Lars J. Aas
On Mon, Jan 22, 2001 at 12:57:33PM -0500, Kevin Atkinson wrote: : I should also add that I am using the multi-lib branch of libtool. multi-language, perhaps? Lars J -- Innovation is one percent inspiration and ninetynine percent perspiration, and in my case; twice that... -- Norville

[PATCH] uncooperating autoconf/libtool exeext tests

2001-01-11 Thread Lars J. Aas
if you use Autoconf 2.13, but not with the latest CVS Autoconf in other words. To make Autoconf's tests override the ltconfig tests, we only need to export the variable $ac_cv_exeext. I therefore propose the following patch for CVS Autoconf: 2001-01-11 Lars J. Aas [EMAIL PROTECTED

multi-language-branch with CVS Autoconf / Automake

2001-01-09 Thread Lars J. Aas
I've just successfully started using CVS libtool `multi-language-branch' together with the latest and greatest CVS Autoconf and CVS Automake. I got lots of warnings while bootstrapping the archive though, and I got into a circular dependency problem in the projects trying to use libtool which I

Re: changequote used incorrectly

2000-09-08 Thread Lars J. Aas
On Fri, Sep 08, 2000 at 09:05:57AM -0400, Pavel Roskin wrote: : I'll try to remove changequote()s from libtool.m4 as long as it remains : compatible with Autoconf-2.13 I don't see how this can be a problem - it's strictly an m4 parse issue, and the m4 parsing is the same, no matter which

Re: ML branch: okay to switch to CVS automake/autoconf?

2000-06-05 Thread Lars J. Aas
On Sat, Jun 03, 2000 at 06:15:34PM -0700, Mo DeJong wrote: : On 3 Jun 2000, Alexandre Oliva wrote: : Unless there's a very pressing reason to do it, I'd rather be able to : use libtool with older releases of autoconf and automake. I don't : like the idea of forcing people to upgrade more than

Re: Making libtool use c++ to link c++ shared libraries.

2000-03-29 Thread Lars J. Aas
On Tue, Mar 28, 2000 at 06:26:20PM -0300, Alexandre Oliva wrote: : On Mar 28, 2000, Kevin Atkinson [EMAIL PROTECTED] wrote: : How do I make the multi-lang libtool use c++ to link c++ shared libraries : so that the c++ libraries are linked in. : : IIRC, you'd have to arrange for libtool to get

Re: Multiple interfaces to a single library.

2000-03-20 Thread Lars J. Aas
On Sun, Mar 19, 2000 at 10:16:13PM -0500, Kevin Atkinson wrote: : Some one in personal email said: : : This is what proper design of header files is all about. Don't put : what you don't want used in the installed header files. : : I just KNEW someone would say that. The thing is programs