mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user