| White Paper: GNU C Library Compatibility Environment |
|
Guidelines when using the compatibility system There are a few guidelines that must be followed when building applications with this environment.
Header search paths /usr/includein the include path on the command line. The compiler will search /usr/includefor include files only after searching the glibc 2.0 headers in /usr/i386-glibc20-linux/include. Binaries compiled against glibc 2.1 headers and glibc 2.0 libraries have little chance of working.
Program search paths env PATH="/usr/i386-glibc20-linux/bin;$PATH"to set your path before running makeor one of the compatibility compilers. Here's an example:
|