libtool-patches
[Top][All Lists]
Advanced

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

Re: libtoolize bugs in HEAD


From: Ralf Wildenhues
Subject: Re: libtoolize bugs in HEAD
Date: Fri, 1 Apr 2005 09:41:22 +0200
User-agent: Mutt/1.4.1i

Hi Robert,

* Robert Ögren wrote on Thu, Mar 31, 2005 at 08:33:54PM CEST:
> Ralf Wildenhues wrote:
> 
> >>How odd!  Maybe you are using a newer GNU make?  Or there is something
> >>in your environment?  Either way, we need to find a way to filter out
> >>the make output. :-(
> >
> >- it obviously works with --no-print-directory (for GNU make only)
> >- I have absolutely no idea how to do it portably.
>       
> I got the same problem on Cygwin (GNU Make 3.80). The following simple 
> change works for me, but I don't know how portable it is:

Hmm, doesn't work for me:

    for my_filename in make: Entering directory 
`/tmp/libtool/build-x86_64/libltdl' COPYING.LIB README Makefile.am Makefile.in 
configure.ac configure ltdl.c ltdl.h lt_error.c libltdl/lt_error.h 
libltdl/lt__private.h libltdl/lt__strl.h libltdl/lt_system.h lt__alloc.c 
libltdl/lt__alloc.h libltdl/lt__glibc.h libltdl/lt__dirent.h slist.c 
libltdl/slist.h lt_dlloader.c libltdl/lt_dlloader.h loaders/preopen.c 
lt__dirent.c libltdl/lt__dirent.h lt__strl.c libltdl/lt__strl.h argz_.h argz.c 
loaders/Makefile.am loaders/Makefile.in loaders/dld_link.c loaders/dlopen.c 
loaders/dyld.c loaders/load_add_on.c loaders/loadlibrary.c loaders/shl_load.c 
make: Leaving directory `/tmp/libtool/build-x86_64/libltdl'; do

Did you change anything else?  Besides, the documentation does not
really suggest this as an intended use.

Thanks,
Ralf

> Index: Makefile.am
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/Makefile.am,v
> retrieving revision 1.141
> diff -u -r1.141 Makefile.am
> --- Makefile.am 24 Mar 2005 11:38:25 -0000      1.141
> +++ Makefile.am 31 Mar 2005 18:16:21 -0000
> @@ -162,7 +162,7 @@
>         rm -f libtoolize.tmp libtoolize
>         $(timestamp); \
>         input="libtoolize.m4sh"; \
> -       ltdldatafiles=`cd libltdl; make show-ltdldatafiles`; \
> +       ltdldatafiles=`cd libltdl; MAKELEVEL= make show-ltdldatafiles`; \
>         $(edit) -e "s,@TIMESTAMP\@,$$TIMESTAMP,g" \
>                 -e 's,@pkgvmacro_DATA\@,$(pkgvmacro_DATA),g' \
>                 -e "s,@pkgvltdl_files\@,`echo $$ltdldatafiles`,g" \
> 




reply via email to

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