> 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 <[EMAIL PROTECTED]> # 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' _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd