[Issue 2088] GDC generates dozens of errors of the form "indirect jmp without `*'" when compiling anything at all

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 10 01:21:29 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2088


fawzi at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fawzi at gmx.ch




------- Comment #2 from fawzi at gmx.ch  2008-05-10 03:21 -------
This is a known issue due to cctools version mismatch, that happens also when
compiling other gcc compilers (g95, gpc), basically the sintax for the indirect
jump was changed (google "indirect jmp without `*' cctools).

The clean solution would be to install the correct version of cctools and use
it when compiling gdc.
On the other hand it is just a warning, and you should be able to safely ignore
it.

Anyway I guess this bug is not a gdc bug,but a note about it in the
installation instruction for gdc would be nice.

Fawzi


-- 



More information about the D.gnu mailing list