On Mon, Jun 11, 2001 at 05:43:17PM -0500, Ken Williams wrote:
> [EMAIL PROTECTED] (Jarkko Hietaniemi) wrote:
> >Ken wrote:
> >> 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
> 
> No dice, I get the same bus error as before.

Hmmm.  The PERLIO=stdio should work...but the other way would to be
completely eradicate perlio by

        rm config.sh
        sh Configure -des -Dusedevel -Uuseperlio
        make

>   -------------------                            -------------------
>   Ken Williams                             Last Bastion of Euclidity
>   [EMAIL PROTECTED]                            The Math Forum

-- 
$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