| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Dave Korn" <dk AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Problems building setup from CVS. |
| Date: | Tue, 28 Sep 2004 13:33:13 +0100 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <41595549.3010604@x-ray.at> |
| Message-ID: | <NUTMEGmjsxRRED74GM500000123@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 28 Sep 2004 12:33:13.0907 (UTC) FILETIME=[528F3030:01C4A557] |
> -----Original Message-----
> From: Reini Urban
> Sent: 28 September 2004 13:13
> This is a new libtool "feature" :)
> you have to fix most of your /usr/share/aclocal/*.m4 files
> (those which
> print the warnings) to quote the AC_DEFUN first param.
>
> libmcrypt.m4:
> AC_DEFUN(AM_PATH_LIBMCRYPT,
> =>
> AC_DEFUN([AM_PATH_LIBMCRYPT],
>
> I've attached a patch which was needed for me.
Thanks!
> > I don't see any problems (or indeed any output
> whatsoever!) when I
> then run
> > autoconf and automake. I use the standard recommended
> configure options:
>
> with the rest I'm fighting also :)
Well, the complaints about missing automake-1.8 don't seem to have had any
impact on my build - then again, I haven't been modifying the auto* files in the
subdirs, and perhaps if I had patched them with that patch of yours the build
process might well decide the subdir configure/makefiles were out-of-date and
needed -1.8 to rebuild. At which point I'd try symlinking -1.8 to -1.9.1 and hope
it worked.
As for the link errors, doesn't patching autoload fix it all for you?
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |