ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-unix-users
perl-unix-users
[Perl-unix-users] problem compiling under linux
by kodi other posts by this author
Apr 12 2003 1:13PM messages near this date
RE: [PHP-ES] OT: ocultar ventanas | [Perl-unix-users] Can Perl run Faster than PHP or JSP
Hi,
I'm trying to build perl 5.8.0 on my linuxbox, but i have some errors:
        Making x2p stuff
make[1]: Entering directory `/s/perl-5.8.0/x2p'
`sh  cflags "optimize='-O2'" hash.o` -DPERL_FOR_X2P hash.c
          CCCMD =  cc -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh  cflags "optimize='-O2'" str.o` -DPERL_FOR_X2P str.c
          CCCMD =  cc -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh  cflags "optimize='-O2'" util.o` -DPERL_FOR_X2P util.c
          CCCMD =  cc -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh  cflags "optimize='-O2'" walk.o` -DPERL_FOR_X2P walk.c
          CCCMD =  cc -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh  cflags "optimize='-O2'" a2p.o` a2p.c
          CCCMD =  cc -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
cc -o a2p -L/usr/local/lib hash.o  str.o util.o walk.o a2p.o -lnsl -ldl -lm -lc -lcrypt -lut
il
../miniperl -I../lib find2perl.PL
Extracting find2perl (with variable substitutions)

make[1]: Leaving directory `/s/perl-5.8.0/x2p'

        Making B (dynamic)
Can't figure out your cwd! at ../../lib/ExtUtils/MakeMaker.pm line 229.
Warning: No Makefile!
make[1]: Entering directory `/s/perl-5.8.0/ext/B'
make[1]: *** No rule to make target `config'.  Stop.
make[1]: Leaving directory `/s/perl-5.8.0/ext/B'
make config failed, continuing anyway...
make[1]: Entering directory `/s/perl-5.8.0/ext/B'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/s/perl-5.8.0/ext/B'
make: *** [lib/auto/B/B.so] Error 2

my distro is red hat 7.3 with a gcc3.2 conpiler.
i think this is something with the pwd variable in the ../../lib/ExtUtils/MakeMaker.pm , but
 i'm no expert at this.
can someone help?


best regards
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved