Re: Perl tests

2002-10-07 Thread Glenn McGrath
On Mon, 7 Oct 2002 12:16:26 -0500 "Neal H. Walfield" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 07, 2002 at 11:12:47AM +0200, Michal 'hramrach' Suchanek > wrote: > > With the script I can link and run successfully the tests in > > libpthread but building threads into perl (the new style) fails. The

Re: Perl tests

2002-10-01 Thread Glenn McGrath
On Tue, 1 Oct 2002 06:05:42 -0700 Jeff Bailey <[EMAIL PROTECTED]> wrote: > On Tue, Oct 01, 2002 at 11:00:59PM +1000, Glenn McGrath wrote: > > > What db are you using, i used db4.1 but it required a patch to perl. > > If you have patches that apply to both the threads a

Re: Perl tests

2002-10-01 Thread Glenn McGrath
On Tue, 1 Oct 2002 15:18:16 +0200 "Michal 'hramrach' Suchanek" <[EMAIL PROTECTED]> wrote: > I managed to compile enough of perl 5.8 (5.8.0-13 deb) to run the tests. > I got the source package, did > > --- hints/gnu.sh~ Tue Oct 1 11:40:02 2002 > +++ hints/gnu.sh Tue Oct 1 11:40:57 2002

linking to libpthread and libc at the same time, perl-0.5.8

2002-09-29 Thread Glenn McGrath
neal and myself have be trying to compile perl-0.5.8 against his pthreads, miniperl had been segfaulting doe to a linker problem, apparently a dummy initialisation function was being linked to from libc instead of the real one from libpthreads. It appears this problem is partly because perl speci

Re: storeinfo /dev/fd0

2002-09-29 Thread Glenn McGrath
On Sun, 29 Sep 2002 22:04:09 +1200 (NZST) Philip Charles <[EMAIL PROTECTED]> wrote: > Would you please let me know how you get on. Next step, a ramdisk. > Yes, i will keep you informed. I might have been able to get something working within 720kB, but i couldnt manage to format one of my 1.4M

storeinfo /dev/fd0

2002-09-27 Thread Glenn McGrath
Im playing around trying to make some boot floppies using the gnumach kernel from my recent install. I have the grub stuff, /boot/gnumach.gz, /hurd/ext2fs.static.gz, /lib/ld.so.1.gz and /hurd/exec on the boot disk, im using the menu.lst from my main GNU/Hurd system except targeting fd0 instead of

include/mach/cthreads.h or include/cthreads.h ?

2002-09-26 Thread Glenn McGrath
Im having problems trying to compile perl 5.8 debs, perl looks for cthreads.h in /include/mach/, on my fresh install cthreads.h is just in /include/ What is the best solution to this, move/copy cthreads.h into /include/mach/ or get perl to look in /include/ instead of /include/mach/ ? Glenn