Delete a very old FAQ entry.

doc/mercury_faq.texi:
    Delete an entry concerning GCC 2.6.3, which was released in
    1994.
This commit is contained in:
Julien Fischer
2026-02-09 21:05:25 +11:00
parent 84c46b83cd
commit 22139e728c

View File

@@ -254,20 +254,6 @@ must temporarily alias two variables together,
and the current mode checker does not allow this.
This limitation will go away in the future.
@sp 1
@item
@emph{I'm getting an error from the C compiler:}
@example
foo.c:45: initializer is not computable at load time
@end example
@sp 1
You're using an old version of @samp{gcc}.
Check that the version of @samp{gcc} in your PATH is version 2.6.3 or later.
Mercury does not (at the current time) support versions of gcc earlier
than 2.6.3. (Using the @samp{--no-static-ground-terms} option may also solve
this problem, but results in less efficient code.)
@end enumerate
@node Last resort