I have compiled lftp-4.4.14 and lftp-4.4.8 versions of lftp on Solaris.

The problems is that when I do a put *, the wildcard isn't recognized. It says:

put *

put: /software/src/lftp-4.4.14/src/*: No such file or directory

I have compiled lftp using these commands:

LDFLAGS="-L/software/lib -R/software/lib" CPPFLAGS="-I/software/lib" 
./configure --prefix=/software --with-openssl=/software/openssl/ 
--libdir=/software/openssl/lib --includedir=/software/openssl/include

Make

The output of configure says:
...
checking for working GNU fnmatch... no
...

I have tried to force using POSIX fnmatch changing the next line in the 
configure file:

gl_fnmatch_required=GNU by the line:
gl_fnmatch_required=POSIX

but it fails in the compilation because FNM_CASEFOLD isn't defined  in fnmatch.h


Best Regards

Jose Luis
_______________________________________________
lftp-devel mailing list
lftp-devel@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Reply via email to