bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Perl tests


From: Neal H. Walfield
Subject: Re: Perl tests
Date: 12 Oct 2002 21:18:29 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

> On Sat, Oct 12, 2002 at 10:54:51PM +0200, Marcus Brinkmann wrote:
> > This is my current working diff:
> 
> Which means it is the diff I work with, not necessarily that it
> works.

I have attached my `hints/gnu.sh'.  With it, I get a working perl by
running: `make -f debian/rules binary'.  The test suite revealed one
obvious bug which I corrected.  You can find the patch in CVS.  This
leaves three failures in the ithread test suite.  I have not yet
looked at them.



# hints/gnu.sh
# Last modified: Thu Dec 10 20:47:28 CET 1998
# Mark Kettenis <kettenis@phys.uva.nl>

# libnsl is unusable on the Hurd.
# XXX remove this once SUNRPC is implemented.
set `echo X "$libswanted "| sed -e 's/ nsl / /' | sed -e 's/ c / /'`
shift
libswanted="$* pthread"

case "$optimize" in
'') optimize='-O2' ;;
esac

# Flags needed to produce shared libraries.
lddlflags='-shared'

# Flags needed by programs that use dynamic linking.
ccdlflags='-Wl,-E'

# The following routines are only available as stubs in GNU libc.
# XXX remove this once metaconf detects the GNU libc stubs.
# d_msgctl='undef'
# d_msgget='undef'
# d_msgrcv='undef'
# d_msgsnd='undef'
# d_semctl='undef'
# d_semget='undef'
# d_semop='undef'
# d_shmat='undef'
# d_shmctl='undef'
# d_shmdt='undef'
# d_shmget='undef'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]