Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!genrad!panda!talcott!harvard!seismo!mcvax!unido!hmm From: hmm@unido.UUCP Newsgroups: net.micro.atari16 Subject: Re: (none) Message-ID: <96100004@unido.UUCP> Date: Sat, 1-Mar-86 09:29:00 EST Article-I.D.: unido.96100004 Posted: Sat Mar 1 09:29:00 1986 Date-Received: Mon, 3-Mar-86 01:32:54 EST References: <12326958@mitre-be.UUCP> Sender: notes@unido.UUCP Lines: 16 Nf-ID: #R:mitre-be:-1232695800:unido:96100004:000:946 Nf-From: unido!hmm Mar 1 14:29:00 1986 Talking about the port of the C compiler from CP/M68k to GEMDOS... CP/M68k does not have directories, while GEMDOS has. But no one thought of this when they ported the linker. It seems to be impossible to link files in different directories together. I use the atari hard disk for development, and I (unix-addict as I am) like to have all things in the right directories. Everything is fine, I have my \bin, \include, and \lib. But to link a program, I have to copy my objects into \lib, cd to \lib, link there and copy the program back into my directory. Granted, this is all done by a command script, but it is a major pain in th *ss, though. Obviously, the checks in the linker for correct filenames has not been adapted to the different environment. Does anyone know if this will be fixed, or can anyone give a patch to switch this stupid checking off ? Hans-Martin Mosner , University of Dortmund