>> config_args='-Dfirstmakefile=GNUmakefile -Dusedevel'
>
> what is this -Dfirstmakefile=... ?

OSX uses (usually) an HFS partition (read problems with case sensitivity!) so
specifying "-Dfirstmakefile=GNUmakefile" simply sidesteps the problems known to occur with "Makefile" vs. "makefile" ......

a quick commentary on the issue can be read at: http:[EMAIL PROTECTED]/msg24932.html


> my config_args are:
> perl -V:config_args
> config_args='-des -Dprefix=/Users/dougm/perl -Dusethreads -Doptimize=-g';

my config args are set via the "./Configure" dialog ...... i did it this way for 'tutorial' purposes on my web-site. u can jump directly to perl-relevant info via http://homepage.mac.com/blakers/main_frame.html & click on the "Perl" link in the nav frame .....

>> Linker and Libraries:
>> ld='cc', ldflags ='-flat_namespace -undefined suppress -L/usr/lib
>> -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/BerkeleyDB/lib'
>
> here's why i don't have the problem with -undefined suppress:
> perl -V:ldflags
> ldflags=' -flat_namespace';

aha! there's the difference ...... i have "-undefined suppress" in both LDFLAGS and LDDLFLAGS ..... i'll change & retry .... i'll report when finished.

just curious, any comments re: the "bus error" i'd rec'd and the code i commented out (previous msg ....)?

thanks!

richard

> i registered with sourceforge to try a different darwin version, but
> can't figure out how to access the compile farm without registering a
> project.
>
> full perl -V from my build on moof.apache.org below..
>
> Summary of my perl5 (revision 5.0 version 8 subversion 0 patch 16897)
> configuration: Platform:
> osname=darwin, osvers=5.2, archname=darwin-thread-multi
> uname='darwin moof.apache.org 5.2 darwin kernel version 5.2: fri dec
> 7 21:39:35 pst 2001; root:xnuxnu-201.14.obj~1release_ppc power macintosh
> powerpc ' config_args='-des -Dprefix=/Users/dougm/perl -Dusethreads
> -Doptimize=-g' hint=recommended, useposix=true, d_sigaction=define
> usethreads=define use5005threads=undef useithreads=define
> usemultiplicity=define useperlio=define d_sfio=undef
> uselargefiles=define usesocks=undef use64bitint=undef
> use64bitall=undef uselongdouble=undef
> usemymalloc=n, bincompat5005=undef
> Compiler:
> cc='cc', ccflags ='-pipe -fno-common -DINT32_MIN_BROKEN
> -DINT64_MIN_BROKEN -no-cpp-precomp -DDEBUGGING -fno-strict-aliasing',
> optimize='-g',
> cppflags='-no-cpp-precomp -pipe -fno-common -DINT32_MIN_BROKEN
> -DINT64_MIN_BROKEN -no-cpp-precomp -DDEBUGGING -fno-strict-aliasing'
> ccversion='', gccversion='2.95.2 19991024 (release)', gccosandvers=''
> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
> ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
> lseeksize=8 alignbytes=8, prototype=define
> Linker and Libraries:
> ld='cc', ldflags =' -flat_namespace'
> libpth=/usr/lib
> libs=-lm -lc
> perllibs=-lm -lc
> libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true,
> libperl=libperl.dylib Dynamic Linking:
> dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
> cccdlflags=' ', lddlflags=' -flat_namespace -bundle -undefined
> suppress'
>
>
> Characteristics of this binary (from libperl):
> Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS
> USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Locally applied patches:
> DEVEL16892
> Built under darwin
> Compiled at May 30 2002 13:07:18
> @INC:
> /Users/dougm/perl/lib/5.8.0/darwin-thread-multi
> /Users/dougm/perl/lib/5.8.0
> /Users/dougm/perl/lib/site_perl/5.8.0/darwin-thread-multi
> /Users/dougm/perl/lib/site_perl/5.8.0
> /Users/dougm/perl/lib/site_perl
> .
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>




--------------------------------------
R Blake
blakers <at> mac.com
http://homepage.mac.com/blakers
--------------------------------------

Reply via email to