Mail Archives: djgpp-workers/1998/01/15/06:14:48
On Wed, 14 Jan 1998, Andrew Crabtree wrote:
> Could somebody compile the following code with and without the
> -g option and see if bombs out when -g is specified. On my compiler
> no -g, or -gstabs work, but -g gives a duplicate symbol error
> from the assembler.
What exactly do you mean by ``bombs''? I think the error message
about duplicate symbols with -g is because you define functions, not
variables. I don't quite understand why did you write e.g.
`extern void start() __asm__("start");' and what do you want this to
produce, but isn't this what you want:
extern unsigned start __asm__("start");
> BTW - Kenner released 2.8.0 for those who have been waiting...
Yep, I saw the announcement. The question is: who's gonna work on
porting it (and libstdc++ 2.8.0) to DJGPP?
- Raw text -