bug-autoconf
[Top][All Lists]
Advanced

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

autoconf minor bug: INSTALL variable incorrect


From: Jean-Marc Vanel
Subject: autoconf minor bug: INSTALL variable incorrect
Date: Sun, 18 Jan 2004 11:38:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113


 2004-01-18

I found a problem in autoconf . I got messages such as this when doing "make install" :

../../../libtool: line 1: /home/jmv/install: is a directory

Indeed such as file exists and is a link to a direstory :

ls -l /home/jmv/install
lrwxrwxrwx    1 jmv   jmv   14 jan  2 08:10   /home/jmv/install -> 
home0/install2

Apparently, when it's a link, configure (generated by autoconf) thinks that it's necessarily a link to an executable ...
Workaround :

export INSTALL=/usr/bin/install ; make -e install

Reported to address@hidden

--
Jean-Marc Vanel Conseil et Services / développement & intégration logiciels
Logiciel libre, Web, Java, XML ...
A la pointe de la technique, au service des projets
http://jmvanel.free.fr/ ===) CV, software resources
Mes journaux:
- sujets généraux en Français: http://jmvanel.free.fr/Block-note.html
- sujets informatiques en Français: 
http://jmvanel.free.fr/notes-informatiques.html
- computer science diary : http://jmvanel.free.fr/computer-notes.html

Worldwide Botanical Knowledge Base http://wwbota.free.fr/




reply via email to

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