Hi,
I am trying to fix a problem with a missing file using FinkCommander. When I try to reinstall the package I get the following responses.
It looks like the make command is crashing from the lack of a necessary file, but I don't know where to get that file or otherwise fix the problem.
Warren Gallin
(Information about 924 packages read in 1 seconds.
The following package will be reinstalled:
xfree86-rootless-shlibs
rm -rf xfree86-base-4.2.1.1-3
mkdir -p /sw/src/xfree86-base-4.2.1.1-3
bzip2 -dc /sw/src/X4211src.tar.bz2 | /sw/bin/tar -xf -
echo '#define ExtraIncDir /sw/include' > config/cf/host.def
echo '#define EtcX11Directory ProjectRoot/etc' >> config/cf/host.def
echo '#define CppCmd cpp' >> config/cf/host.def
echo '#define CcCmd cc' >> config/cf/host.def
echo '#define CplusplusCmd c++' >> config/cf/host.def
make MAKE=/usr/bin/gnumake World WORLDOPTS=-S
Can't exec "make": No such file or directory at /sw/lib/perl5/Fink/Services.pm line 216.
### execution of make failed, exit code -1
Failed: compiling xfree86-base-4.2.1.1-3 failed
- Re: [Fink-beginners] Missing File Warren Gallin
- Re: [Fink-beginners] Missing File Alexander Hansen
