libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool and IRIX 6.5 and C++


From: Gary V . Vaughan
Subject: Re: libtool and IRIX 6.5 and C++
Date: Tue, 7 Aug 2001 21:24:41 +0100

On Tuesday 07 August 2001 5:42 pm, address@hidden wrote:
> On Tue, Aug 07, 2001 at 04:15:52AM +0100, Gary V. Vaughan wrote:
> > Does the attached patch work for you?
>
> I don't think this will work. 
>
> How portable is:
>   $ echo ${a:=no}

As you surmise; not really portable at all :-(

> So, it seems we're limited to:
> --- ltmain.in   2001/08/05 11:29:09     1.269
> +++ ltmain.in   2001/08/07 16:36:45
> @@ -1171,7 +1171,7 @@ EOF
>        # so, if we see these flags be careful not to treat them like -L
>        -L[A-Z][A-Z]*:*)
>         case $with_gcc/$host in
> -       no/*-*-irix*)
> +       no/*-*-irix*|/*-*-irix*)
>           compile_command="$compile_command $arg"
>           finalize_command="$finalize_command $arg"
>           ;;

Agreed.  I like this patch too.  Applied.  Thanks!

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]