Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!mit-eddie!media-lab!media-lab.media.mit.edu!dnb From: dnb@meshugge.media.mit.edu (David N. Blank) Newsgroups: comp.unix.internals Subject: Re: anonymous ftp problem Message-ID: Date: 29 Nov 90 23:57:08 GMT References: <25147@adm.brl.mil> Sender: news@media-lab.MEDIA.MIT.EDU Organization: M.I.T. Media Laboratory Lines: 20 In-reply-to: beig%FRULM63.BITNET%CUNYVM.CUNY.EDU@vm1.nodak.edu's message of 29 Nov 90 08:14:43 GMT Howdy- > Here is a shell which sets up an anonymous ftp. It took myslef and someone else quite a bit of head-scratching to make your shell work under SunOS 4.1 entirely. Specifically, the line: > $$LIBC_CUR : /$$LIBC_CUR which contains the variable target for the copying of the current shared library does not work until changed to: $(LIBC_CUR) : /$(LIBC_CUR) I hope this helps others who were equally stymied. Please pass this change on to the author (Douglas B. Moran, Artificial Intelligence Center, SRI International). Thanks. Peace, dNb