Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

Dubt #791

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

Migrated from rt.perl.org#1718 (status was 'resolved')

Searchable as RT1718$

p5pRT commented 24 years ago

From cbolanosg@to2.net

First I execute the configure program and in the last question about the command make\, the server shows me the following lines​:

Updating makefile... test -s perlmain.c && touch perlmain.c cd x2p; make depend sh ../makedepend MAKE=make make​: Warning​: Both `makefile' and `Makefile' exist Current working directory /export/home/OlaBaRri/perl/perl5.005_03/x2p echo hash.c str.c util.c walk.c | tr ' ' '\n' >.clist Finding dependencies for hash.o. Finding dependencies for str.o. Finding dependencies for util.o. Finding dependencies for walk.o. make​: Warning​: Both `makefile' and `Makefile' exist Current working directory /export/home/OlaBaRri/perl/perl5.005_03/x2p echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist Updating makefile... Now you must run a make.  

Then when I execute the make command the server shows me the following lines​:

# make make​: Warning​: Both `makefile' and `Makefile' exist `sh cflags libperl.a miniperlmain.o` miniperlmain.c   CCCMD = gcc -DPERL_CORE -c -O sh​: gcc​: not found *** Error code 1 make​: Fatal error​: Command failed for target `miniperlmain.o'

I hope you can help me

My server is Sun Ultra Enterprise 250 My release is​: 5.6 My machine is​: sun4u My Kernel ID is​: Generic_105181-16

And the tar file i have is​: perl-5_005_03_tar

Thank you