develooper Front page | perl.perl5.porters | Postings from August 2001

Re: Report /pro/3gl/CPAN/perl-current@11789

Thread Previous
From:
H . Merijn Brand
Date:
August 30, 2001 04:00
Subject:
Re: Report /pro/3gl/CPAN/perl-current@11789
Message ID:
20010830125637.E39B.H.M.BRAND@hccnet.nl
On Thu 30 Aug 2001 12:51, Arthur Bergman <arthur@contiller.se> wrote:
> 01-08-30 12.44, skrev H.Merijn Brand på h.m.brand@hccnet.nl följande:
> 
> > Nah, see below (makedef.pl call on top)
> > 
> >> please test AIX and see if it runs and also get a copy of the output of
> >> File/Find 
> > 
> > default configuration (-DDEBUGGING -Duseperlio), AIX 4.3.3, vac
> > 
> > CCCMD =  xlc -DPERL_CORE -c -DDEBUGGING -D_ALL_SOURCE -D_ANSI_C_SOURCE
> > -D_POSIX_SOURCE -qmaxmem=16384 -DUSE_NATIVE_DLOPEN -I/pro/local/include -q32
> > -D_LARGE_FILES -qlonglong -O2
> > ./miniperl makedef.pl PLATFORM=aix | sort -u | sort -f > perl.exp.tmp
> 
> hmmm
> 
> What options did you try and build with?

I just typed "Conf"
(rsynced at 11790)

--8<--- Conf
#!/usr/bin/sh

make -i distclean
rm -rf UU .config lib/IO t/dummydb.pag t/dummydb.dir
cp ../Policy.sh .
Configure -Dusedevel $@ -des
test -f config.sh || exit
make regen_headers
make test_prep
-->8---

--8<--- Policy.sh
#!/usr/bin/sh

# put this file in the perl source tree and run 'Configure -ds'

perladmin='h.m.brand@hccnet.nl'
cf_email='h.m.brand@hccnet.nl'

prefix=/pro

echo "===== PROCURA Policy for $OSTYPE ========================">&2
ccflags='-DDEBUGGING'
case "$OSTYPE" in
    aix)
	if [ "$usethreads" = "define" ]; then
	    cc=cc_r
	else
	    cc=xlc
	    fi
	optimize='-O2'
	;;

    hpux)
	cc=cc
	case `uname -r` in
	    B.10.20) ccflags="$ccflags +DAportable"	;;
	    esac
	# -fast = +O3 +Onolooptransform +Olibcalls +FPD +Oentrysched +Ofastaccess'
#	optimize='+O2 +Onolooptransform +Olibcalls +FPD +Onolimit'
	;;

    osf1)
	cc=cc
	ccflags="$ccflags -std -D_INTRINSICS -D_INLINE_INTRINSICS"
	optimize='-O2'
	useshrplib='false'
	;;
    esac

extras='none'

libsdirs=' /lib /pro/local/lib'
libdirs=' /lib /pro/local/lib'
ldflags='-L/pro/local/lib'

locincpth='/pro/local/include'
loclibpth='/pro/local/lib'

man1dir=/pro/local/man/man1
man3dir=/pro/local/man/man3

awk='gawk'
_awk='/pro/local/bin/gawk'
full_awk='/pro/local/bin/gawk'
csh='tcsh'
_csh='/pro/bin/tcsh'
full_csh='/pro/bin/tcsh'

if [ -x /pro/bin/perl ]; then
    /pro/bin/perl -e '$v="5";while(<>){m/#define\s+PERL_(?:SUB)?VERSION\s+(\d+)/and$v.=".$1"}$v=~s/\.(.)\./.00\1/;print STDERR "$v <=> $]\n";$]<$v?1:0' $src/patchlevel.h &&
	versiononly='define'
    fi
-->8---

-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 628 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: smokers@perl.org
http://archives.develooper.com/daily-build@perl.org/   perl-qa@perl.org
send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.org


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About