fetchmail-friends
[Top] [All Lists]

[fetchmail]fetchmail-5.9.8: I think I've found a bug

2002-03-07 03:02:23
Greetings.

I think i have found a bug. Will you fix it?

Kind regards and thank you for your "excellent" program.

Kagan Kongar

---------------------
Bug Summary:
  fetchmail-5.9.8 fails to compile if "--with-ssl" is NOT given as a
  parameter to ./configure script

Details:
$  ./configure
$ make        
gcc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/local/share/locale\" -c  -I. -I.
-I./intl -I./intl  -O rcfile_y.c./rcfile_y.y: In function `yyparse':
./rcfile_y.y:373: parse error before `}'
make: *** [rcfile_y.o] Error 1

$ ./configure --with-ssl
make[1]: Leaving directory `/home/kongar/gec/fetchmail-5.9.8/po'

$ ./configure --without-ssl
$ make
gcc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/local/share/locale\" -c  -I. -I.
-I./intl -I./intl  -O rcfile_y.c./rcfile_y.y: In function `yyparse':
./rcfile_y.y:373: parse error before `}'
make: *** [rcfile_y.o] Error 1

Extra Details:
flex 2.5.4a
bison 1.33
uname -a: Linux tomas 2.4.17 #1 Wed Mar 6 16:31:56 EET 2002 i686 unknown
glibc 2.2.5
gcc 2.95.3
openssl 0.9.6c


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]fetchmail-5.9.8: I think I've found a bug, Kagan Kongar <=