From: Martin Stromberg Message-Id: <200005021023.MAA01526@lws256.lu.erisoft.se> Subject: Re: Problem with symlinks? To: djgpp-workers AT delorie DOT com Date: Tue, 2 May 2000 12:23:30 +0200 (MET DST) In-Reply-To: from "Eli Zaretskii" at May 01, 2000 11:58:17 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Eli said: > On Mon, 1 May 2000, Prashant TR wrote: > > > > > Possibly, there's a bug in ln? > > > > > > No, this is how hard links work. It's impossible to make hard links > > > across different partitions. > > > > > > You probably want "ln -s" which makes symbolic links, which are > > > allowed to cross partition boundaries. > > > > Both ln and ln -s don't work. I just tried this > > ln -s d:/djgpp/files/cpu.c c:/test/xyz and it still fails. > > That's because "ln -s" only works on executable files, and only if > the source and destination are in the same directory. Oh, sorry! I thought you were talking about Laurynas' full support for symlinks. Pärt, Passio, MartinS