[Debburn-changes] r755 - cdrkit/trunk

Eduard Bloch blade at alioth.debian.org
Thu May 3 10:20:54 UTC 2007


Author: blade
Date: 2007-05-03 10:20:54 +0000 (Thu, 03 May 2007)
New Revision: 755

Modified:
   cdrkit/trunk/INSTALL
Log:
Some typo/spelling mistakes

Modified: cdrkit/trunk/INSTALL
===================================================================
--- cdrkit/trunk/INSTALL	2007-05-03 10:01:20 UTC (rev 754)
+++ cdrkit/trunk/INSTALL	2007-05-03 10:20:54 UTC (rev 755)
@@ -9,7 +9,7 @@
  - GNU make
  - working GCC compiler environment
  - maybe additional requirements for your operating system, see
-   doc/plattforms/... and FAQ.
+   doc/platforms/... and FAQ.
    Recommended: glibc (Linux standard) or GNU libiconv
 
 COMPILATION:
@@ -34,12 +34,12 @@
 Solution: Look for missing dependencies. If you installed additional libraries
 in non-system paths, they may have a conflict with the system libraries which
 are already installed. Make sure that the linker gets the right ones, those
-that belong to the headers. For example, if you installed libmagic and libiconf
+that belong to the headers. For example, if you installed libmagic and libiconv
 into /usr/local/{include,lib} and your compiler or linker have different
 defaults (eg. they use /usr/lib, /usr/include or intermix them), then you can
 set CFLAGS and LDFLAGS vars to override the system defaults, assumed by cmake.
 Example: 
-(AIX5l, /usr/lib is default lib dir but /usr/local/include is prefered by gcc
+(AIX5l, /usr/lib is default lib dir but /usr/local/include is preferred by gcc
 for headers), command:
     make clean
     make CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
@@ -64,7 +64,7 @@
 Solution: Examine the following files:
     build/CMakeFiles/CMakeFiles/CMakeOutput.log
     build/CMakeFiles/CMakeOutput.log
-and look for failed commands. Some checks are expected to fail if the plattform
+and look for failed commands. Some checks are expected to fail if the platform
 does not provide a certain feature, others must not fail. Look the failing
 check and use THE FORCE to find related problems and solutions.
 




More information about the Debburn-changes mailing list