Message-ID: <003901c2c052$45309be0$0100a8c0@acp42g> From: "Andrew Cottrell" To: References: <250B3114DA16D511B82C00E0094005F809D31B6C AT MSGWAW11> <3E2AECE9 DOT FEB15D0 AT phekda DOT freeserve DOT co DOT uk> Subject: Re: DJGCPP Clio 2.04 Alpha update - New release in the next few days Date: Mon, 20 Jan 2003 18:04:39 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com > > When tried to build fileutils4.1 from the sources on clio there were some > > files missing from the zip file (install-sh for example) > > that prevented configure from working correctly Clio Sources Update: The File Utils source is not available via the HTML page. I did upload a File utils source by accident, but you should use the sources from Simtel. I have deleted the file utils source from clio. Possible Real Problem: If you see the line in the makefile like "INSTALL = ./install-sh -c" instread of something like "ginstall -c" then try adding the following line to share\config.site and rerun djgpp\config.bat, but his may not help. It does in some packages export INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'} When I built FileUtils from the recent Simtel sources from a few days ago I did not have the line above in the share\config.site. I just ran djgpp\config.bat and still got the same incorrect "INSTALL = ./install-sh -c". The following is the first part of the output after running djgpp\config.bat which I thought by the line checking for BSD compatible install finding ginstall then it would have used this. DJ204 D:\dj204\gnu\filutil4.1>djgpp\config Configuring GNU Fileutils for DJGPP v2.x... Updating configuration scripts... No HOME found in the environment, using default value Running the ./configure script... configure: loading site script ./djgpp/config.site configure: loading cache config.cache checking build system type... (cached) i786-pc-msdosdjgpp checking host system type... (cached) i786-pc-msdosdjgpp checking for a BSD compatible install... /dev/env/DJDIR/bin/ginstall -c checking whether build environment is sane... yes checking for mawk... (cached) gawk checking whether make sets ${MAKE}... (cached) yes checking for perl5.003 or newer... yes I am using Automake 1.7.2 and Autoconf 2.5.7 with a modified share\config.site. Richard, In your makefile (not included in the File Utils source at Simtel) what is INSTALL=? Sorry if this is documented some where, but should the makefiles be included in the source release? Are you performing a make install from bash or form a DOS type prompt? Regards, Andrew