Mail Archives: djgpp-workers/2003/01/20/02:07:58
> > 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
- Raw text -