For some reason, this happens when trying to compile 3.0.3 (on OSF1 with gcc 3.3.3):
if /bin/ksh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/ssl/include -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -MT FileSet.lo -MD -MP -MF ".deps/FileSet.Tpo" -c -o FileSet.lo FileSet.cc; \ then mv -f ".deps/FileSet.Tpo" ".deps/FileSet.Plo"; else rm -f ".deps/FileSet.Tpo"; exit 1; fi FileSet.cc: In static member function `static FileInfo* FileInfo::parse_ls_line(const char*, const char*)': FileSet.cc:735: error: `strtok_r' undeclared (first use this function) FileSet.cc:735: error: (Each undeclared identifier is reported only once for each function it appears in.) gmake[1]: *** [FileSet.lo] Error 1 gmake[1]: Leaving directory `/work/drdoom/lftp-3.0.3/src' gmake: *** [all-recursive] Error 1 Previous version (3.0.2) compiled without any problems... -- - Tommi -