INN 2.3.3 HP-UX 11.0 ANSI/C compiler
Russ Allbery
rra at stanford.edu
Sun Jan 19 21:37:07 UTC 2003
Christopher Caldwell <cdc at groupz.net> writes:
> ./configure
> make
> Without flex, the build errors out on lex:
> lex configfile.l
> "configfile.l" line 112: warning 48: Undefined start condition <EOF
You shouldn't need a lex or flex to build INN, since config_l.c is
included in the distribution. It sounds like there was a timestamp change
that caused config_l.c to have to be rebuilt. (It does need flex to
rebuild it.)
> cc -g -o innfeed article.o buffer.o config_l.o config_y.o
> connection.o endpoint.o host.o innlistener.o main.o misc.o
> tape.o version.o ../storage/libstorage.a ../lib/libinn.a -lelf
> /usr/ccs/bin/ld: Duplicate symbol "yymaxdepth" in files config_y.o and
> ../lib/libinn.a(parsedate.o)
> /usr/ccs/bin/ld: Found 1 duplicate symbol(s)
This is fixed in CVS and will be fixed in INN 2.4.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list