Explorar el Código

added hints for compilation without ICE into INSTALL and README

Alexander Freytag hace 12 años
padre
commit
166cad54ad
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. 5 0
      INSTALL.txt
  2. 4 0
      README

+ 5 - 0
INSTALL.txt

@@ -25,3 +25,8 @@ This error occurs when the link to libbz2 is not set properly
 64bit: ln -s /lib64/libbz2.so.1 /lib64/libbz2.so
 64bit: ln -s /lib64/libbz2.so.1 /lib64/libbz2.so
 
 
 The bz2 lib check successfully detects this mistake, however, Magick++-config uses -lbz2 anyway.
 The bz2 lib check successfully detects this mistake, however, Magick++-config uses -lbz2 anyway.
+
+(4)  compilation problems when ICE library is available somewhere in your system
+=> in older version, subroutines of ICE where used. Currently, the system is working independent from ICE. However, if ICEDIR is set on your machine, it will try to link against some methods and classes.
+=> unset ICEDIR (perhaps also in your bashrc)
+

+ 4 - 0
README

@@ -35,6 +35,10 @@ Known Issues
 => sudo ln -s /usr/lib/libg2c.so.0 /usr/lib/libg2c.so
 => sudo ln -s /usr/lib/libg2c.so.0 /usr/lib/libg2c.so
    sudo ln -s /usr/lib64/libg2c.so.0 /usr/lib64/libg2c.so
    sudo ln -s /usr/lib64/libg2c.so.0 /usr/lib64/libg2c.so
 
 
+- problems with linking against ICE library
+=> in older version, subroutines of ICE where used. Currently, the system is working independent from ICE. However, if ICEDIR is set on your machine, it will try to link against some methods and classes.
+=> unset ICEDIR (perhaps also in your bashrc)
+
 Requirements
 Requirements
 ============
 ============