Mailing List Archive

Configure on FreeBSD
This is what I got when running the config script for perl5.001n
on a FreeBSD 2.0.5 box, right after it said "Let's see what value
errno gets from read() on a O_NONBLOCK file..."

Configure: 5563: Syntax error: ";" unexpected

I couldn't figure out which ; in particular was the trouble.
None stood out as unusual.

Allyn Hardyck 304 Hudson St.
Systems Administrator 6th floor
Avalanche Systems Inc. New York NY 10013
212 675 7577
allynh@avsi.com fax 212 924 4440
Re: Configure on FreeBSD [ In reply to ]
On Tue, 21 Nov 1995, Allyn Hardyck wrote:

> This is what I got when running the config script for perl5.001n
> on a FreeBSD 2.0.5 box, right after it said "Let's see what value
> errno gets from read() on a O_NONBLOCK file..."
>
> Configure: 5563: Syntax error: ";" unexpected

Try
ksh Configure
This appears to be a FreeBSD /bin/sh bug. I've simplified the here
document a bit in 5.002 beta1. See if that helps.

Andy Dougherty doughera@lafcol.lafayette.edu
Re: Configure on FreeBSD [ In reply to ]
It seems that Andy Dougherty said:
> > Configure: 5563: Syntax error: ";" unexpected
>
> Try
> ksh Configure
> This appears to be a FreeBSD /bin/sh bug. I've simplified the here
> document a bit in 5.002 beta1. See if that helps.

I think it is fixed in both 2.1.0 (just released) and 2.2-CURRENT. It is
worth upgrading to 2.1 if only for that :-)

Perl 5.001n (and previous) worked nicely with -CURRENT's sh. I'll try
tonight 5.002beta1 on my 2.2-CURRENT system.

On a side note, has anyone already tried to compile Tk-b8 under 5.002b1 ?
--
Ollivier ROBERT -=-=- Herve Schauer Consultants -=-=- roberto@hsc.fr.net
-=-=-=-=-=- Support The Free UNIX Systems ! FreeBSD Linux NetBSD -=-=-=-=-=-
Re: Configure on FreeBSD [ In reply to ]
>>>>> "ollivier" == Ollivier Robert <Ollivier.Robert@hsc.fr.net> writes:

ollivier> On a side note, has anyone already tried to compile Tk-b8 under 5.002b1 ?

I have. No problems.

andreas