gcmd-devel
[Top][All Lists]
Advanced

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

Re: [gcmd-dev] build issue with rev. 2330 and libtool 2.2


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] build issue with rev. 2330 and libtool 2.2
Date: Sat, 06 Dec 2008 13:19:19 +0100

> I tried to update gcmd to rev 2330 on Fedora rawhide (development tree),
> however the build failed [1]
> 
> Now Fedora rawhide uses libtool 2.2.6.  With this libtool
> even after autogen.sh is called and configure is created, the file
> "libtool" does not exist, so the following lines in configure.in
> fails:
> 
> -----------------------------------------------------------
>    302      if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c 
> testpython.c >/dev/null 2>&1 && \
>    303          /bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath 
> `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS 
> $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
>    304          grep 'dlname.*testpython' testpython.la >/dev/null 2>&1; then
>    305          result=yes
>    306      else
> -----------------------------------------------------------
> 
> For now I apply the patch [2] to avoid using libtool in configure.
> I would appreciate it if you would consider my patch.

Big thanks, I've applied the patch in commit #2331





reply via email to

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