Mail Archives: djgpp/1996/07/07/03:34:41
On 6 Jul 1996, Jason Ditz wrote:
> Anyways, I looked for it and it said that in v18 they took out support
> for C/C++.
I don't know where did you read this. Emacs supports C/C++ and I don't
think it will ever drop it. Get the latest version from one of the GNU
ftp sites (the main site is ftp.gnu.ai.mit.edu), in the pub/gnu directory,
file emacs-19.31.tar.gz and compile it with DJGPP v2. The file INSTALL
describes how do you do this.
> On another topic, is there a shareware/freeware Macro Assembler out
> there? I really don't want to spend $125 for MASM 6.0
DJGPP comes with an assembler. In fact, you cannot even compile without
an assembler, because the compiler doesn't generate the machine code
directly.
- Raw text -