Closed jmangum closed 2 years ago
conftest.c:11:19: fatal error: stdio.h: No such file or directory
This is not a rlwrap
-specific problem: your toolchain is probably not setup correctly.
Issuing a
$ echo "#include <bogus.h>" | gcc -v -x c -
.... will reveal where gcc
is looking for its #include
d files.
I'm not a Mac person, so I'm only guessing, but this article could be useful.
Closing (as non-rlwrap
-specific)
Hello,
Tried to install on Mac OSX 10.15.7 with gcc 4.8.5. Configure exits with error:
config.log suggests that gcc is the problem:
-- Jeff