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.

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? :

MKS Bourne Shell "case" weirdness...

2003-07-11 Thread Lars J. Aas
Hi guys, When porting our autoconf/automake/libtool setup for Coin (www.coin3d.org) to work on MKS, I found that I had to apply the following patch to Autoconf 2.57 to get the generated config.status script to behave: -- --- li

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

libtool 1.4.2 + darwin problem

2001-10-04 Thread Lars J. Aas
On Tue, Sep 11, 2001 at 05:06:51AM +0100, Gary V. Vaughan wrote: : I am pleased to announce the release of GNU Libtool 1.4.2, which now I haven't investigated this problem that thorough, but on a "powerpc-apple-darwin1.3.7" system (an iBook) I had to change the $archive_cmds variable (in libtool.

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 t

Re: libtool´Ô ¾È³çÇϼ¼¿ä?

2001-05-15 Thread Lars J. Aas
On Mon, May 14, 2001 at 01:19:20PM -0700, Howard Chu wrote: : ¿Â¶óÀÎÄÚ¸®¾Æ wrote: : : ¢Ä ¿À´ÃÀÇ À¯¸Ó ¢Å : : My thoughts exactly, that was most enlightening. Did you try rot13? :) Lars J ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu

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 PROTECT

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 cas

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: : : checking whether ln -s works... yes : ltconfig: you must specify a host type if you use `--no-

Re: Problem with MPB installation

2001-03-26 Thread Lars J. Aas
On Fri, Mar 23, 2001 at 03:37:22PM -0300, Alexandre Oliva wrote: : On Mar 23, 2001, Maria Chiara Ubaldi <[EMAIL PROTECTED]> wrote: : : > ERROR In procedure dynamic-link: : > ERROR File not found : : Not without a lot of additional information. For example, on which : platform is that? Where is

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 us

[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. I

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 Barnes,

[PATCH] uncooperating autoconf/libtool exeext tests

2001-01-11 Thread Lars J. Aas
lt behaviour 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. Aa

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 fi

Re: Forbidden strings

2000-11-03 Thread Lars J. Aas
On Fri, Nov 03, 2000 at 06:39:02PM +0100, Bernard Dautrevaux wrote: : So the obvious: : : what is Autoshell? Autoconf macros for partable shell scripting. : Note that my question was due to the fact that i *do* use AS_FLAGS for Can't you use ASFLAGS? You don't see C_FLAGS and CPP_FLAGS,

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 autoconf

Re: changequote used incorrectly

2000-09-07 Thread Lars J. Aas
On Thu, Sep 07, 2000 at 01:41:58PM -0400, Pavel Roskin wrote: : Index: ChangeLog : --- ChangeLog Thu Sep 7 08:22:46 2000 : +++ ChangeLog Thu Sep 7 13:36:19 2000 : @@ -0,0 +1,5 @@ : +2000-09-07 Pavel Roskin <[EMAIL PROTECTED]> : + : + * libtool.m4 (_LT_AC_LTCONFIG_HACK): fixed incorrect use

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 th

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 g

Re: libtool + beos

2000-03-21 Thread Lars J. Aas
On Mon, Mar 20, 2000 at 11:44:08PM -0300, Alexandre Oliva wrote: : On Mar 20, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: : > I notice I've hardcoded "deplibs_check_method=pass_all" myself in ltmain.sh : > in some project, because libtool kept dropp

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 t

Re: libtool + beos

2000-03-20 Thread Lars J. Aas
On Mon, Mar 20, 2000 at 02:41:03AM +0100, Erik Eriksson wrote: : Hi, : : I have problems getting libtool to create shared libraries under BeOS. : When examining the libtool-script and comparing with another platform, : it seems that if I change the definition below: : : # Flag that allows shared

Re: Need help with libtool + BeOS (solved)

2000-02-28 Thread Lars J. Aas
Found the problem myself - it was the RTTI-setting, not libtool that was the problem. Lars J

Need help with libtool + BeOS

2000-02-24 Thread Lars J. Aas
I have a problem with libtool for beos, which is that I can't derive the classes in the standard shared libraries without causing a crash. I'm trying to derive BGLView in a libtool library, and everything seems fine until I add it to a window. I've created a minimal demonstration-archive located

BeOS and inter-library dependencies

2000-02-18 Thread Lars J. Aas
I'm using libtool (1.3.4) to create a shared C++ library on BeOS. In the final linking stage, libtool drops all the libraries my library depends on, resulting in a load of undefined reference error messages. | /bin/sh ../../../libtool --mode=link c++ -g -O2 -DSOBE_DEBUG=1 -fno-rtti |-fno-except

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
On Tue, Feb 15, 2000 at 11:18:44AM -0500, Frank Ch. Eigler wrote: : Hi - : : > /bin/sh ../libtool --mode=link gcc -g -O2 -o libsimage.la -rpath :/boot/users/larsa/lib -version-info 0:0:0 -release 0.9 simage.lo simage_png.lo :simage_tga.lo simage_rgb.lo simage_pic.lo -lpng -lz : : Try addin

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
On Tue, Feb 15, 2000 at 02:08:13PM -0200, Alexandre Oliva wrote: : On Feb 15, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: : : > Creating the shared library manually isn't any problem, though: : : Look for `-no-undefined' in the libtool manual. Will do. : Has

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
On Tue, Feb 15, 2000 at 04:49:15PM +0100, Lars J. Aas wrote: : I'm programming on some automake/autoconf/libtool based projects on : Linux and BeOS. A while back we upgraded from libtool 1.2f to libtool : 1.3.4 and libtool stopped producing shared libraries. [...] I did this change i

libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
Hi guys, I'm programming on some automake/autoconf/libtool based projects on Linux and BeOS. A while back we upgraded from libtool 1.2f to libtool 1.3.4 and libtool stopped producing shared libraries. We upgraded automake to 1.4a and autoconf to 1.14.1 at the same time - whether this is related