Changes between Version 104 and Version 105 of FAQ
- Timestamp:
- Jul 20, 2012, 3:04:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v104 v105 34 34 * 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''. 35 35 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 === 37 37 38 38 * retry ''./configure'' after running … … 40 40 $ automake --add-missing 41 41 }}} 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. 42 46 43 47 === make complains about missing Makefiles ===