On Sat, 9 Oct 1999, John Summerfield wrote:
> I'm trying to build this source rpm on my RHL 4.2 system as part of my
> upgrade-by-stealth program. Unfortunately, it dies thus:
> gcc -static -O2 -m486 -fno-strength-reduce -o insmod.static insmod.o
> logger.o ../obj/libobj.a ../util/libutil.a
> ld: cannot open -lc: No such file or directory
... John, this treatment of a parameter [notice the '-' in
the purported file '-lc'] as a file usually means that a
./configure has mis-identified a compilation binary to use,
and a blank substitution resulted, causing the parameter
[here, -lc], to be promoted through the implicit 'shift' over
from the empty field.
Turning to your thought, in doing 'stealth' upgrades, update
the 'binutils' and make early on, and you should find that the
problems disappear.
-- Russ
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null