I have GNU make version 3.80 on Linux Fedora Core 3. When I try to
istall something by
# make install
the install keeps or repeating. I get the same text telling me what
is being made again and again. This occurs with every install I try.
___
Bug-m
This sounds to me like you have a recursive make structure that's trying to cd
into a subdirectory to do another gmake install. If so, the cd could be
failing so the gmake install goes into an infinite loop.
Alan Cooney wrote:
I have GNU make version 3.80 on Linux Fedora Core 3. When I try to
i