bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] lex compile problem on AIX 7.1


From: Tim Rühsen
Subject: Re: [Bug-wget] lex compile problem on AIX 7.1
Date: Mon, 2 Oct 2017 17:26:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 10/02/2017 10:00 AM, address@hidden wrote:
> Hi!
> 
> I get the following error when compiling wget 1.19.1 on AIX 7.1:
> 
> make all-am
> CC connect.o
> CC convert.o
> CC cookies.o
> CC ftp.o
> lex -ocss.c
> 0: Warning: 1285-300 The o flag is not valid.
> 0: Warning: 1285-300 The s flag is not valid.
> 0: Warning: 1285-300 The s flag is not valid.
> 0: Warning: 1285-300 The . flag is not valid.
> 
> Seems the LEX arguments are not valid?
> 
> Any suggestions?

Hi,

some 'lex' versions *must have* a space after -o, some others *must not
have* a space there. We decided not to use a space since this covers
most build environments.

So either add a space in src/Makefile.am (and start over with the
./configure step and following) or use 'flex' what almost everybody does.

If you know a convenient rule for configure.ac, let us know.

Regards, Tim

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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