Update section about compilers in INSTALL file to reflect that fish is known to work with ICC

darcs-hash:20060329213031-ac50b-34ca7b4f2ba557faf7d1ad17bde194b1a1f0acce.gz
This commit is contained in:
axel 2006-03-30 07:30:31 +10:00
parent 6748b9699f
commit 3656443b1f

11
INSTALL
View file

@ -2,11 +2,12 @@
Known issues Known issues
============ ============
Fish currently requires a semi-modern GCC version to Fish is developed using GCC, with the goal of using only C89 language
compile. Specifically, GCC 2.95.* won't compile fish, but GCC 3.2.3 is features. Fish does, however use the *wprintf family of functions,
known to work. Fish has not been coded with an C99- or GNU-specific which are new to the C99 standrard. It is not unlikely that any given
features in mind, so it is hoped that it should be possible to make release contains a few GCC:isms, but ICC 9.0.030 has been found to
fish work with other compilers. Patches are welcome. produce working binaries. GCC 2.95.* won't compile fish, but GCC 3.2.3
is known to work. Patches to fix any remaining GNU:isms are welcome.
Older versions of Doxygen has bugs in the man-page generation which Older versions of Doxygen has bugs in the man-page generation which
cause the builtin help to render incorrectly. Doxygen 1.2.14 is known cause the builtin help to render incorrectly. Doxygen 1.2.14 is known