/usr/bin/install doesn't install files from Makefile

Michael Osipov 1983-01-06@gmx.net
Mon Sep 22 23:49:00 GMT 2014


Am 2014-09-17 um 12:16 schrieb Marco Atzeri:
> On 17/09/2014 10:56, Michael Osipov wrote:
>> Am 2014-09-16 um 19:59 schrieb Csaba Raduly:
>>> Hi Michael,
>
>
>> Unfortunately, it is not:
>> ...
>> (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc)
>> (cd /home/mosipov/asciidoc/bin; ln -sf a2x.py a2x)
>>
>
> have you thought to look on asciidoc source ?
> The install system is very poor, so it is not an issue of make..
>
> However with
>
> $ autoreconf -ifv
> $ ./configure --prefix=/asciidoc
> $ make install DESTDIR="/tmp/foo"
>
> I was able to install in "/tmp/foo/asciidoc"

Hi Marco,

just tried to reproduce this on some other project which should work. I 
have tried curl from GitHub master.

I have the very same result. I cannot install in $HOME/curl but
make install DESTDIR="/tmp" successfully ends up in /tmp/home/mosipov/curl.

This is very strange.

Michael


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list