Date: Thu, 14 Oct 1999 10:32:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mavi Gozler cc: djgpp AT delorie DOT com Subject: Re: RSXNTDJ project building difficulties In-Reply-To: <7u28es$rar$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 13 Oct 1999, Mavi Gozler wrote: > But I believe that the unresolved references I am referring to, as well > as the "other" linker reporting a problem with not finding an entry > point, has to do with mixing and matching the linkers No, the problems are not because of mixing linkers, it's because of mixing *libraries*. As I wrote elsewhere in this thread, you are linking DJGPP's libc.a without DJGPP's crt0.o startup module, which is the place where all the undefined symbols live. Note that, AFAIK, linking RSXNT programs with the DJGPP library is the wrong thing in the first place; you should use the RSXNTDJ libraries instead. Perhaps you use -L switch when linking that forces the linker to scan the DJGPP libraries.