about summary refs log tree commit diff
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 15:12:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 15:12:40 +0000
commit18f7275cb7726939aacbffd59ee23ea5aa7929b3 (patch)
tree79f137ea529245652830831a4f13f3eb3f2062c2 /doc/INSTALL
parent8db29e17c89162f47555f9d3a9ea15e25f338fa7 (diff)
downloadnetpbm-mirror-18f7275cb7726939aacbffd59ee23ea5aa7929b3.tar.gz
netpbm-mirror-18f7275cb7726939aacbffd59ee23ea5aa7929b3.tar.xz
netpbm-mirror-18f7275cb7726939aacbffd59ee23ea5aa7929b3.zip
Release 10.35.96
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@2582 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 78cf1ebf..0b75607e 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -246,3 +246,24 @@ DOCUMENTATION
 
 Documentation is not packaged with the program source code.  See the
 file doc/USERDOC for information on installing documentation.
+
+
+COMMON PROBLEMS
+---------------
+
+Apple Mac: unknown machine mode 'V8QI'
+--------------------------------------
+
+Netpbm 10.35 does not work on modern Macs.  These newer systems have a
+different compiler than what 10.35 was designed for, and it reports itself as
+the GNU Compiler but doesn't provide some of the facilities the GNU Compiler
+does.  Because Netpbm 10.35 was the Super Stable release series by the time
+the newer Macs were found to be incompatible and this is a very complex area,
+we cannot fix it in 10.35.
+
+Netpbm 10.51 and later work.
+
+You can work around the problem by adding the option '-mno-sse' to the
+compile, which you can do like this:
+
+  $ make CFLAGS=-mno-sse