--- Thomas Good <[EMAIL PROTECTED]> wrote:
> On Tue, 25 Mar 2003, Lincoln Stein wrote:
> 
> > Oddly enough, installing Perl 5.8 from source on a virgin RedHat
> 8.0 system
> > fails with this mysterious error:
> >
> >     make: *** No rule to make target `<built-in>', needed by
> `miniperlmain.o'.
> >     Stop.
> >
> > Anyone seen this?
> 
> 
> Lincoln, yes, I had to use sed to remove 'built-in' from the
> Makefile.
> There was another offender as well, but I can't recall offhand.
> Redhat has various patches which do this...have a look at the src
> rpm.
> You will see what strings had to be removed.


This is a gcc 3.1 problem, not related to RH per se (except
that RH8 has gcc 3.2).  Fix with:

diff makedepend.SH makedepend.SH.orig
157a158,159
>           -e '/^#.*<built-in>/d' \
>           -e '/^#.*<command line>/d' \

Mark


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

Reply via email to