On Thu, Aug 16, 2001 at 05:49:01AM +0200, bullet wrote: > I tried compiling lftp-2.3.11, 2.4.1 and your latest pre-2.4.2-1. Well, I > allways get the same error: > > Im compiling with gcc-3.0, which surely causes the error :( Allthough I know > some programming, I don't know, what that "declared with an exception > specification" should tell me - except that I think it's some cpp/throw > related problem. I hope, you know some more... Use rltypedefs.h from lftp distribution. glibc has __P definition incompatible with readline headers, included in a c++ program. > /usr/include/readline/rltypedefs.h:48: `rl_command_func_t' declared with an > exception specification -- Alexander.
