Mail Archives: djgpp/1995/04/19/02:19:46
> Please where can I get BatchFTP and instructions how to use it?
BatchFTP is available by anonymous ftp to oak.oakland.edu, directory
/pub/unix-c/networks, file batchftp.tar.Z. If you get error messages
from the link stage about undefined symbols, you will have to give ld
some libraries to search. In my case, these were -lnsl -lucb; I
discovered this by running nm on every directory in which I had library
files, like this:
nm -r /usr/lib/lib* | fgrep gethostname
nm -r /usr/ucblib/lib* | fgrep killpg
where killpg and gethostname were some of the symbols ld complained
about.
(Sorry to post to the list answering Anthony's question which was for
my eyes only, but Anthony's machine refused to get a direct mail from
mine: another case of endiness mismatch in domain names?)
- Raw text -