Mail Archives: djgpp/2000/11/08/17:46:51
> From: Brian Elmegaard <be AT et DOT dtu DOT dk>
> Newsgroups: comp.os.msdos.djgpp
> Date: Wed, 08 Nov 2000 10:56:19 +0100
>
> including -g in the link step makes an error like
> C:\EMX\BIN\ld.exe: malformed input file (not rel or archive) dna.exe
> so I think this is not needed for linking.
[snip]
> A gdb session goes like this:
> C:\dna\g77>gdb
> GDB is free software and you are welcome to distribute copies of it
> under certain conditions; type "show copying" to see the conditions.
> There is absolutely no warranty for GDB; type "show warranty" for
> details.
> GDB 4.16 (rsxnt), Copyright 1996 Free Software Foundation, Inc.
It looks like you have RSXNT installed, and either mix it with
DJGPP-compiled Fortran, or the RSXNT port of GDB doesn't support
Fortran.
In any case, this doesn't seem like a DJGPP problem. If you want to
try the DJGPP port of Fortran, make sure your compiler is from one of
the DJGPP sites, and set up your environment so that the DJGPP
compiler and libraries, and the DJGPP port f GDB are picked up by the
system.
- Raw text -