hey folks,
just tried to compile lftp on cygwin and and up with the following
errors during "make":
ResMgr.cc:733: error: declaration of C function `long int random()'
conflicts
with
/usr/include/stdlib.h:183: error: previous declaration `int random()' here
ResMgr.cc:734: error: declaration of C function `void srandom(unsigned
int)'
conflicts with
/usr/include/stdlib.h:184: error: previous declaration `long int
srandom(unsigned int)' here
make[1]: *** [ResMgr.lo] Error 1
make[1]: Leaving directory `/home/boba/work/lftp-3.2.1/src'
make: *** [all-recursive] Error 1
did anyone successfully compile lftp on cygwin with one of the later
versions (3.1.4 doesnt work either, 3.0.13 did work!)?
thx for any advice
Thorsten