Date: Wed, 17 Dec 1997 11:59:07 +0200 (IST) From: Eli Zaretskii To: Pavel Ozerski cc: djgpp AT delorie DOT com Subject: Re: a question about linking with RSXNT In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 17 Dec 1997, Pavel Ozerski wrote: > I do'nt know switches for it's AS and LD because > these programs are (as I understand) calling normally not direct but from GCC. > Therefory my .o files cannot be linked (e.g., incorrect start point etc). If you add -v to the gcc command line, it will print the exact command line it uses to invoke ld, complete with all the switches and stuff. You should be able to use that (and the `ld' manual) to figure out how do you need to call `ld' directly.