libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: libtool--devo--1.0--patch-159


From: Albert Chin
Subject: Re: FYI: libtool--devo--1.0--patch-159
Date: Tue, 7 Sep 2004 21:32:19 -0500
User-agent: Mutt/1.5.6i

On Fri, Sep 03, 2004 at 08:51:43AM -0500, Albert Chin wrote:
> On Fri, Sep 03, 2004 at 08:32:37AM +0100, Gary V.Vaughan wrote:
> > On 3 Sep 2004, at 05:22, Albert Chin wrote:
> > >On Fri, Sep 03, 2004 at 01:27:24AM +0100, Gary V. Vaughan wrote:
> > >>Index: Changelog
> > >>from  Gary V. Vaughan  <address@hidden>,
> > >>  Builds of packages that use libtool and make -j produce "directory
> > >>  already exists warnings" for .lib directory.  Build on automake
> > >>  wisdom to support make -j builds where a suitable mkdir is
> > >>  available:
> > >
> > >On a Redhat Linux 9 system, bootstrapping with autoconf-2.59 and
> > >automake-1.9.1, config/ltmain.sh gives:
> > >  : ${MKDIR_P=""}
> > 
> > Ah yes.  Bootstrap shouldn't try to generate ltmain.sh, because it
> > doesn't know all the substitutions yet.  Testing a fix right now.
> 
> Did you test the original patch on a non-GNU mkdir system? On Solaris
> 9, mkdir_p=$(mkinstalldirs):
> 
> gmake[5]: Entering directory `/opt/build/libtool-1.6/libltdl/loaders'
> source='dlopen.c' object='dlopen.lo' libtool=yes \
> DEPDIR=.deps depmode=none /bin/bash ../../config/depcomp \
> /bin/bash ../../libtool --mode=compile --tag=CC cc
> -DHAVE_CONFIG_H="<config.h>" -DLTDL -I. -I. -I../..  -I../.. -I../..
> -I.. -I./..   -mr -Qn -xstrconst -xO2 -xtarget=generic -xarch=v8 -c -o
> dlopen.lo dlopen.c
> /bin/bash ./config/mkinstalldirs .libs
> ./config/mkinstalldirs: ./config/mkinstalldirs: No such file or
> directory
> gmake[5]: *** [dlopen.lo] Error 127
> gmake[5]: Leaving directory `/opt/build/libtool-1.6/libltdl/loaders'

When a fix is made, it looks like mkinstalldirs and/or install-sh must
be installed as well for the version of libtool in --prefix to work.

-- 
albert chin (address@hidden)




reply via email to

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