Changes between Version 104 and Version 105 of FAQ


Ignore:
Timestamp:
Jul 20, 2012, 3:04:07 PM (12 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v104 v105  
    3434 * You have run into a [http://bugs.gentoo.org/67481 bug in the ncurses package]; in /usr/lib, manually create symlinks ''libcurses.a -> libncurses.a'' and ''libcurses.so -> libncurses.so''.
    3535
    36 === ''configure'' complains that some required files, like install-sh, cannot be found === 
     36=== ''./configure'' complains that some required files, like install-sh, cannot be found === 
    3737
    3838 * retry ''./configure'' after running
     
    4040$ automake --add-missing
    4141}}}
     42
     43=== ''./configure'' complains that C++ compiler cannot create executables ===
     44
     45 * This means that either you haven't installed gcc/g++ or something got corrupted. On Debian it seems to happen when adding LIBS='-lecpg -lgdal1.7.0' to the ./configure command.
    4246
    4347=== make complains about missing Makefiles ===