X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 11 May 2004 09:36:21 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <8011-Tue11May2004093620+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <7UQnc.25852$do3.14340@newssvr22.news.prodigy.com> (m-friedrichs AT hdlresearchlab DOT com) Subject: Re: soft link References: <7UQnc.25852$do3 DOT 14340 AT newssvr22 DOT news DOT prodigy DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Newsgroups: comp.os.msdos.djgpp > From: m-friedrichs AT hdlresearchlab DOT com > Date: Mon, 10 May 2004 19:39:47 GMT > > I have a program called ch professional, which launches from the command > line under win2k, and uses djpgg "ln" to create soft links which doesn't > work. DJGPP's `ln' supports _hard_ links (it eulates them by copying), but soft links are supported only for executable programs. > The vendors manual says ln - S is implemented. But does not work from the > win2k command line(dos box). I sent a support question about this problem > to the vendors support line, who suggested, I go to this newsgroup to get an > answer. I don't know what is ch professional, and how and for what purposes it uses `ln'. Can you provide those details? In general, symlinks are not supported on DOS/Windows systems. Cygwin has simulated symlinks, and DJGPP introduces that support in the development code; you could get that from the alpha/beta directories on the DJGPP site, if you really need that.