On 10/02/2017 10:00 AM, [email protected] 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
signature.asc
Description: OpenPGP digital signature
