This file contains the textual explanations for errors that can occur when
configure is run.  The correct message is automatically extracted and dumped
on the screen by the configure script.

!no-msvc++
You need to have the Microsoft Visual C++ compiler suite accessible in the
Cygwin environment.  Look in README.WIN32.

!c--
This C++ compiler (\"$CXX\") is not capable of compiling Coin.

!c--vdest
This C++ compiler (\"$CXX\") is not capable of compiling Coin.
If you are using the Sun CC compiler, try upgrading to a new version,
or even downgrading to an older version.

!c--gcc296bug
Your compiler contains a nasty bug which makes it unsuited for
building this project.

If this is the GCC 2.96.x compiler shipped with Red Hat Linux, Red Hat
might provide updated RPMs of GCC without the bug. We strongly advise
you to upgrade before building *any* software on your system.

If you can not find or install any updated version of the compiler,
you may try to re-run configure with the "--disable-optimization"
option, which should take care of the problem. Note that this will
have a negative impact on the Coin library's performance.

!no-network-conversion
Could not find network conversion functions like htonl() and its variants.

!no-doxygen
Could not find the doxygen tool.
See http://www.doxygen.org for download information.

!no-opengl
Could not find an OpenGL software development kit.

!no-cpp-quoting
Couldn't figure out how to quote strings in CPP macros.

!no-math-library
Could not find a way to use the math library.

!invalid-msvcrt
Your choice for MSVC++ C library (the --with-msvcrt=<crt> option) was
invalid.  Use one of the following choices (aliases on the right):

  singlethread-static        [ /ml  | ml  | libc    ]
  singlethread-static-debug  [ /mld | mld | libcd   ]
  multithread-static         [ /mt  | mt  | libcmt  ]
  multithread-static-debug   [ /mtd | mtd | libcmtd ]
  multithread-dynamic        [ /md  | md  | msvcrt  ]
  multithread-dynamic-debug  [ /mdd | mdd | msvcrtd ]

!end
