Date: Wed, 19 Apr 1995 08:11:41 +0300 From: eliz AT is DOT elta DOT co DOT il. (Eli Zaretskii) To: A DOT APPLEYARD AT fs2 DOT mt DOT umist DOT ac DOT uk Subject: Re: BatchFTP, was: Distributing djgpp (or any other large package) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > 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?)