libtool
[Top][All Lists]
Advanced

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

Re: still can't build libtool


From: Albert Chin
Subject: Re: still can't build libtool
Date: Sat, 5 Jan 2002 19:15:30 -0600
User-agent: Mutt/1.2.5i

On Sat, Jan 05, 2002 at 03:25:41PM -0600, Bob Friesenhahn wrote:
> Using the exact files from libtool CVS, and the current released
> autoconf and automake, I get this error at the 'make' stage:
> 
> Making all in libltdl
> gmake[1]: Entering directory `/home/bfriesen/src/gnu/libtool/libltdl'
> gmake[1]: *** No rule to make target address@hidden@', needed by `Makefile'.  
> Stop.
> gmake[1]: Leaving directory `/home/bfriesen/src/gnu/libtool/libltdl'
> gmake: *** [all-recursive] Error 1
> 
> Ideas?

I just did the following (Solaris 8/SPARC):

  $ cvs -d:pserver:address@hidden:/cvsroot/libtool login
  $ cvs -d:pserver:address@hidden:/cvsroot/libtool co libtool
  $ cd libtool
  $ PATH=$PATH:/opt/TWWfsw/autoconf25/bin:/opt/TWWfsw/automake15 \
  sh -x bootstrap
  $ CC=cc CXX=CC ./configure
  $ gmake
  [success]
  $ grep MAINTAINER_MODE_TRUE Makefile.in libltdl/Makefile.in
  [nothing]

No problems. What procedure are you using?

This is with Autoconf 2.52 and Automake 1.5.

-- 
albert chin (address@hidden)



reply via email to

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