Why won Xastir compile with my systems cc?
If Xastir won’t compile on your system, it is probably due to one of the following causes: • The configure script doesn’t recognize your system environment. This might be either because it’s completely unknown or because the specific environment (include files, OS version, etc) isn’t explicitly handled. If this happens, you may need to port the software to your OS yourself. • Your systems C compiler is garbage. Some operating systems include a default C compiler that is either not ANSI C-compliant or suffers from other deficiencies. The usual recommendation in cases like this is to acquire, install, and use gcc. • Your include files may be confused. In some cases, we have found that a compiler installation or system upgrade has left the C header files in an inconsistent state. Make sure that your include directory tree is in sync with the compiler and operating system. • You haven’t installed all the necessary libraries and include files. Xastir depends on at least the X, and Motif or