diff options
Diffstat (limited to 'gas/config-gas.com')
-rw-r--r-- | gas/config-gas.com | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/config-gas.com b/gas/config-gas.com index afb0642..bba9156 100644 --- a/gas/config-gas.com +++ b/gas/config-gas.com @@ -103,7 +103,12 @@ $ if .not.$status $ then type sys$input: ? could not compile <stdio.h>. - Since gcc is not set up correctly, gas configuration cannot proceed. + + If you're compiling with DEC C or VAX C, create config.status as an + empty file and start gnu make again. + + If you're compiling with GNU C, there is some setup problem and + gas configuration cannot proceed. $ DELETE tmp-chk-h.c;* $ exit %x002C |