----- Original Message -----
From: "Juergen Boemmels" <[EMAIL PROTECTED]>
To: "Nick Kostirya" <[EMAIL PROTECTED]>
Cc: "Perl6 Internals" <[EMAIL PROTECTED]>
Sent: Tuesday, October 28, 2003 2:49 PM
Subject: Re: Tinderboxens


> "Nick Kostirya" <[EMAIL PROTECTED]> writes:
>
> > > - Irresolute (FreeBSD)
> > >   Configure is failing:
> > >   Determining some sizes...Linker failed (see test.ldo) at
> > lib/Parrot/Configure/Step.pm line 181.
> > >   Question: what says test.ldo
> >
> > Linker failed have a place only for FreeBSD 4.x, over pthreads.
> > I will do patch for config/init/hints/freebsd.pl.
> >
> > But is trifle, it is important what testing sys/socket.h for FreeBSD
failed.
> > See RT ticket #24329.
>
> Irresolute seems to work now. What have you done? I see
> include/parrot/parrot.h modified in your cvs checkout.

1. I included  <sys/types.h> and <sys/socket.h> manually before include
<netinet/in.h>.
2. for linking with pthreads I use -pthread flag instead of -lpthreads, as
I have FreeBSD 4.8 , but not FreeBSD 5.x


>
> Commenting to #24329:
> There is currently now way to test for headers on only one platform,
> but sys/types.h is general enough to get tested. In fact the test is
> already done in perl and we use these by default.






Reply via email to