On Wed May 28 14:14:56 2008, tdsmichl@ugs.com wrote: > Hi, > > Any help would be appreciated. I'm not sure what would be causing the > failure. > > Thanks, > Steve > > src: ActiveState 5.8.8.820 > uname: Darwin cimac005 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 > 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386 > > + sh /plm/cinas/chucktestshare2/perl.d/tgz/AP820_source/Configure > -Dmksymlinks -Uloclibpth -Duselargefiles -Uinstallusrbinperl > -Ud_sigsetjmp -Dusethreads -Duseithreads -Ulocincpth -Uversion > -Dprefix=/plm/cinas/chucktestshare2/perl.d/pub/macos > -Dbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin > -Dscriptbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin > -Dsitebin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin > -Dsitescriptbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin > -Dsitelib=/plm/cinas/chucktestshare2/perl.d/pub/macos/site/lib > -Dsitearch=/plm/cinas/chucktestshare2/perl.d/pub/macos/site/lib > -Darchlib=/plm/cinas/chucktestshare2/perl.d/pub/macos/lib > -Dprivlib=/plm/cinas/chucktestshare2/perl.d/pub/macos/lib > -Darchname=macos -DINST_VER -DUSE_SITECUST -DMULTI -DUSE_ITHREADS > -DIMP_SYS -DUSE_PERLIO -DUSE_LARGE_FILES -DCRYPT_SRC -DNO_HASH_SEED > -DPERL_DARWIN -Dusemultiplicity -Duseperlio -Dcc=/usr/bin/cc > > --------------- > > [ . . . snip . . . ] > echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist > Updating GNUmakefile... > Now you must run 'make'. > > If you compile perl5 on a different machine or from a different object > directory, copy the Policy.sh file from this object directory to the > new one before you run Configure -- this will help you with most of > the policy defaults. > > --------------- > > 1;;cimac005;tdsmichl;;;;; > /plm/cinas/chucktestshare2/perl.d/build_perl/macos> make > make > + make > [ . . . snip . . . ] > touch uni.data > sh writemain DynaLoader.o > perlmain.c > `sh cflags "optimize='-O3'" perlmain.o` perlmain.c > CCCMD = /usr/bin/cc -DPERL_CORE -c -fno-common -DPERL_DARWIN > -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement > -O3 -Wall > > Making DynaLoader (static) > &Config::AUTOLOAD failed on Config::launcher at ../../lib/Config.pm line 72. > Compilation failed in require at ../../lib/ExtUtils/MakeMaker.pm line 7. > BEGIN failed--compilation aborted at ../../lib/ExtUtils/MakeMaker.pm line 7. > Compilation failed in require at Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > Warning: No Makefile! > make[1]: *** No rule to make target `config'. Stop. > make config failed, continuing anyway... > make[1]: *** No rule to make target `all'. Stop. > make: *** [DynaLoader.o] Error 2 > Can you please give us the output from the myconfig shell script that is in your build directory? This will give us a little more complete picture of your environment. Thanks!Thread Previous