> Looking at the GNUmakefile produced during Configure, I see this:
> 
> ============================================
> # The following are used to build and install shared libraries for
> # dynamic loading.
> LDDLFLAGS =  -bundle -undefined suppress -L/usr/local/lib
> SHRPLDFLAGS =  -L/usr/local/lib -dynamiclib                         
> -compatibility_version 1                        -current_version 5.0    
>                      -image_base 0x4be00000                         
> -install_name $(shrpdir)/$@
> CCDLFLAGS =  
> DLSUFFIX = .bundle
> PLDLFLAGS =  
> LIBPERL = libperl.dylib
> LLIBPERL= $(LIBPERL)
> SHRPENV = env LD_RUN_PATH=/System/Library/Perl/darwin/CORE

Try commenting that line out with # and then retrying the build.
Since PerlIO seems to be part of the problem, do the build like this

        env LD_RUN_PATH=$PWD PERLIO=stdio make all

> # The following is used to include the current directory in
> # the dynamic loader path you are building a shared libperl.
> LDLIBPTH = DYLD_LIBRARY_PATH=/Users/ken/Downloads/perl
> ============================================
> 
> Looks like that's where the /System stuff is getting into the mix.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to