Date: Sun, 3 Mar 1996 10:06:58 +0200 (IST) From: Eli Zaretskii To: Patrick MERLIN Cc: djgpp AT delorie DOT com Subject: Re: Edi & Compil In-Reply-To: <9603011226.AA34353@ibm1.cicrp.jussieu.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 1 Mar 1996, Patrick MERLIN wrote: > Hi every body and thanks for the greatest compiler on earth !! > > I have 2 questions: > > 1) Does anybody have an editor like Borland C's edi, working properly for DJGPP > I found Xwe, but i don't have any makefile and it doesn't seem to compile > under DJGPP ( there are some #ifdef djgpp ?? so it must compile doesn't it ? Use Emacs. It is as great an editor as DJGPP is a great compiler. You can find it on SimTel mirrors, in the SimTel/msdos/editor directory, files em1930*.zip. Emacs blows ``editors'' such as Borland's IDE right out of the water, IMHO. > 2) when i link a libraie like libpc.a, I suppose that the only fonction that > are linked are those that i use . Is it true ? > I compiled a program using gppconio, and gdb says that lots of other fonction > are linked in my coff file . It's strange, isn't it gppconio is a large module with a lot of functions. They are all very intertwined and it's virtually impossible to make them independent. If you have functions linked in that don't belong to gppconio, tell us what those functions are. Chances are, they are called by other functions that you call.