diff options
Diffstat (limited to '')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -677,6 +677,14 @@ This doesn't matter and we know about it (actually it is due to some warning options which we have enabled for gcc) + If you are cross-compiling and you get an error either building a + tool called "yat2m" or running that tool, the problem is most + likely a bad or missing native compiler. We require a standard + C-89 compiler to produce an executable to be run on the build + platform. You can explicitly set such a compiler with configure + arguments. On HP/UX you might want to try: "CC_FOR_BUILD=c89". + + Specific problems on some machines ---------------------------------- |