Sam...

no... gnutar -xzf was used...

Any other ideas?

Thanks!

Cya...
Mike...

>Was StuffIt used to unpack the tar.gz ?
>
>I followed the steps & didn't use Stuffit & it worked.
>
>- Sam.
>
>--- "Michael P. Monan" <[EMAIL PROTECTED]> wrote:
>>  Hi...
>>
>>  After hunting around the archives, I still don't
>>  have an answer to this one...
>>
>>  I'm hoping that someone is either having the same
>>  problems as I am
>>  (so that I know I'm not crazy), or better yet, can
>>  solve them... ;)
>>
>>  I downloaded the current stable version 5.6.1 off
>>  the perl.com site
>>  and attempted to build it following the list of
>>  changes below that
>>  seem to work for most everyone here...
>>
>>
>>  As I get into my make I get problems with
>>  Byteloader:
>>
>>
>-------------------------------------------------------------------------
>>
>>  <SNIP>
>>           Making ByteLoader (dynamic)
>>  Writing Makefile for ByteLoader
>>  cp ByteLoader.pm ../../lib/ByteLoader.pm
>>  cc -c  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
>>  -fno-strict-aliasing
>>  -I/usr/local/include -O3   -DVERSION=\"0.04\"
>>  -DXS_VERSION=\"0.04\"
>>  -I../..  byterun.c
>>  .../../miniperl -I../../lib -I../../lib
>>  ../../lib/ExtUtils/xsubpp
>>  -noprototypes -typemap ../../lib/ExtUtils/typemap
>>  ByteLoader.xs >
>>  ByteLoader.xsc && mv ByteLoader.xsc ByteLoader.c
>>  cc -c  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
>>  -fno-strict-aliasing
>>  -I/usr/local/include -O3   -DVERSION=\"0.04\"
>>  -DXS_VERSION=\"0.04\"
>>  -I../..  ByteLoader.c
>>  Running Mkbootstrap for ByteLoader ()
>>  chmod 644 ByteLoader.bs
>>  rm -f ../../lib/auto/ByteLoader/ByteLoader.bundle
>>  LD_RUN_PATH="" cc  -flat_namespace -bundle
>>  -undefined suppress
>>  -flat_namespace -L/usr/local/lib byterun.o
>>  ByteLoader.o  -o
>>  .../../lib/auto/ByteLoader/ByteLoader.bundle   
>>  /usr/bin/ld: -undefined: unknown argument:
>>  -lbundle1.o
>>  make[1]: ***
>>  [../../lib/auto/ByteLoader/ByteLoader.bundle] Error
>>  1
>>  make: *** [lib/auto/ByteLoader/ByteLoader.bundle]
>>  Error 2
>>
>>
>-------------------------------------------------------------------------
>>
>>  If you're interested, the full make output is posted
>>  at the end of
>>  this message...
>>
>>  Is anyone else seeing this problem or know a good
>>  solution?
>>
>>  I'm using MacOS X 10.1.
>>
>>  Thanks!
>>
>>  Cya...
>>  Mike...
>>
>>
>>  >SUMMARY: installing perl-5.6.1 on Mac OS X 10.1
>>
>>------------------------------------------------------------------------
>>  >
>>  >*  To: [EMAIL PROTECTED]
>>  >*  Subject: SUMMARY: installing perl-5.6.1 on Mac OS
>>  X 10.1
>>  >*  From: Ray Zimmerman <[EMAIL PROTECTED]>
>>  >*  Date: Wed, 3 Oct 2001 10:35:10 -0400
>>  >*  Delivered-To: mailing list [EMAIL PROTECTED]
>>  >*  Mailing-List: contact [EMAIL PROTECTED]; run
>>  by ezmlm
>>  >
>>
>>------------------------------------------------------------------------
>>  >
>>  >
>>  >Given all the time I spent looking through mailing
>>  list archives and
>>  >re-Configure-ing, recompiling, reinstalling, etc
>>  ... I thought I'd
>>  >share what worked for me (borrowing from previous
>>  posts on the list)
>>  >...
>>  >
>>  >(1) Install the Developer Tools for 10.1 if you
>>  haven't already (a
>>  >free download from http://developer.apple.com/ with
>>  a free membership
>>  >sign-up).
>>  >
>>  >(2) Unpack with tar, not via StuffIt Expander or
>>  anything
>>  >
>>  >    tar zxvf perl-5.6.1.tar.gz
>>  >
>>  >(3) Configure, build, and test it ...
>>  >
>>  >    cd perl-5.6.1
>>  >
>>  >    # set locale stuff
>>  >    setenv LC_ALL C
>>  >    setenv LANG "en_US"
>>  >
>>  >    # fix sitelib in hints
>>  >    perl -i.bak -p -e 's|Local/Library|Library|g'
>>  hints/darwin.sh
>>  >
>>  >    sh Configure -des -Dfirstmakefile=GNUmakefile
>>  -Dldflags="-flat_namespace"
>>  >    make
>>  >    make test
>>  >
>>
>>
>>  [localhost:src/build-perl-5.6.1/perl-5.6.1] root#
>>  make
>>  `sh  cflags libperl.dylib miniperlmain.o`
>>  miniperlmain.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib perl.o`  perl.c
>  >            CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib gv.o`  gv.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib toke.o`  toke.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib perly.o`  perly.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib op.o`  op.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib regcomp.o`  regcomp.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  regcomp.h:154: warning: redefinition of macro MASK
>>  /usr/include/ppc/param.h:120: warning: this is the
>>  location of the
>>  previous definition
>>  `sh  cflags libperl.dylib dump.o`  dump.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  regcomp.h:154: warning: redefinition of macro MASK
>>  /usr/include/ppc/param.h:120: warning: this is the
>>  location of the
>>  previous definition
>>  `sh  cflags libperl.dylib util.o`  util.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib mg.o`  mg.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib hv.o`  hv.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib av.o`  av.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
>>  -I/usr/local/include -O3
>>  `sh  cflags libperl.dylib run.o`  run.c
>>             CCCMD =  cc -DPERL_CORE -c -pipe
>>  -fno-common
>>
>=== message truncated ===
>
>
>__________________________________________________
>Do You Yahoo!?
>Find a job, post your resume.
>http://careers.yahoo.com


-- 
Mike Monan
[EMAIL PROTECTED]

PGP Key ID: 0xB7CFDD41
PGP FingerPrint: A921 8F89 B816 D2E6 A736 A280 0046 01A5 B7CF DD41

Reply via email to