[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Missing makefile.gnulib when building from source
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Missing makefile.gnulib when building from source |
Date: |
Wed, 04 Jul 2018 20:18:30 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-128-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
> I get the following error:
>
>
> snip
> configure.ac:28: installing 'build-aux/compile'
> configure.ac:22: installing 'build-aux/install-sh'
> configure.ac:22: installing 'build-aux/missing'
> automake-1.15: error: cannot open < srclib/Makefile.gnulib: No such file
> or directory
> make: *** [Makefile.devel:76: srclib/Makefile.in] Error 1
>
> What can I do to fix that error?
Does the Makefile.devel on your disk look like this one?
http://git.savannah.gnu.org/gitweb/?p=libiconv.git;a=blob;f=Makefile.devel
If no, you have an unreliable system.
If yes, your 'make' program is buggy. Use GNU make instead.
Bruno