bug-libtool
[Top][All Lists]
Advanced

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

Re: still many problems under OpenSolaris


From: Ralf Wildenhues
Subject: Re: still many problems under OpenSolaris
Date: Thu, 25 Feb 2010 21:31:45 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

Hi Vadim,

* Vadim Zeitlin wrote on Thu, Feb 25, 2010 at 06:55:18PM CET:
>  I've reported a problem due to as_echo being undefined under OpenSolaris
> some time ago (http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/7113/).
> This was fixed by Ralf (thanks again) but apparently this wasn't the end of
> the story because now I have a similar problem due to "echo" being
> undefined.
[...]
> % gmake
> source='/export/home/zeitlin/src/3rdparty/rlog/rlog/rlog.cpp' 
> object='rlog.lo' libtool=yes \
>         DEPDIR=.deps depmode=none /bin/sh 
> /export/home/zeitlin/src/3rdparty/rlog/config/depcomp \
>         /bin/sh ../libtool --tag=CXX   --mode=compile sunCC -DHAVE_CONFIG_H 
> -I. -I/export/home/zeitlin/src/3rdparty/rlog/rlog -I..   
> -I/export/home/zeitlin/src/3rdparty/rlog   -DRLOG_COMPONENT="rlog" 
> -DUSE_VALGRIND=0 -g -D_REENTRANT   -c -o rlog.lo 
> /export/home/zeitlin/src/3rdparty/rlog/rlog/rlog.cpp
> ../libtool: line 812: X--tag=CXX: not found
> ../libtool[845]: libtool: ignoring unknown tag : not found [No such file or 
> directory]
[...]
> The line 812 in libtool is
> 
>   -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;

The ltmain.sh file from which this libtool was created is from a Libtool
1.5.x package, not from 2.2.6 nor git.

This is usually fixed by running libtoolize from the new version.  You
could probably also just replace all ltmain.sh files in this package
with the one from the new Libtool.

All the rest is followup issues (I guess, haven't looked further).

Hope that helps.

Cheers,
Ralf




reply via email to

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