Perl 5.6.1 on RedHatLinux 9.0

D

Donny Kwan, P.Eng.

I need to install Perl 5.6.1 on RH linux 9.0,
after I Configure, make gives me this

make: ***No rule to make target `<built-in>', needed by 'miniperlmain.o'
Stop.

I tried to deletel all <built-in> in makefile, but no luck.. kindly advise.
 
S

Steve Grazzini

Donny Kwan said:
I need to install Perl 5.6.1 on RH linux 9.0,
after I Configure, make gives me this

make: ***No rule to make target `<built-in>', needed by 'miniperlmain.o'
Stop.

I tried to deletel all <built-in> in makefile, but no luck.. kindly advise.

This is a nuisance; but it really will build if you remove all the
"<built-in>" and "<command line>" entries from the makefile.

Presumably this is all fixed in the forthcoming 5.6.2.
 
D

Donny Kwan, P.Eng.

thanks Steve,

after deleting <built-in> and <command> from makefile
make gives this msg.

make[1]: Entering directory`/home/name/perl-5.6.1/utils`
Making x2p stuff
make[1]: Entering directory `/home/name/perl-5-6.1/x2p`
make[1]: ***No rule to make target '<built-in>', needed by 'hash.o'. Stop

....Error 2
 
S

Steve Grazzini

Donny Kwan said:
thanks Steve,

after deleting <built-in> and <command> from makefile
make gives this msg.

make[1]: Entering directory`/home/name/perl-5.6.1/utils`

You have to do the same thing again in the subdirectories,
since they have makefiles as well, and those makefiles also
contain the "<built-in>" and "<command line>" entries.

(Think.)
 
D

Donny Kwan, P.Eng.

yeah, it works...thanks steve
recap:
just remove <built-in>, <command> from all the makefile in both current and
subdirectory.


Steve Grazzini said:
Donny Kwan said:
thanks Steve,

after deleting <built-in> and <command> from makefile
make gives this msg.

make[1]: Entering directory`/home/name/perl-5.6.1/utils`

You have to do the same thing again in the subdirectories,
since they have makefiles as well, and those makefiles also
contain the "<built-in>" and "<command line>" entries.

(Think.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,139
Messages
2,570,805
Members
47,356
Latest member
Tommyhotly

Latest Threads

Top