Changes between Version 203 and Version 204 of FAQ
- Timestamp:
- Aug 11, 2026, 1:58:43 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v203 v204 91 91 92 92 No. Even though MacPorts is installed elsewhere, software installed in `/usr/local` can still interfere with MacPorts. 93 Some compilers automatically look for libraries in /usr/local/lib. 93 94 Some software (especially the GNU auto* tools and gcc) looks into `/usr/local` for external headers, libraries, and binaries. Certain ports might (and do) fail to build because during their build something incompatible is found and picked up 94 95 from `/usr/local`. Good ports avoid this by explicitly specifying `--with-libfoo=/opt/local/lib/` or explicitly disabling all such possible dependencies altogether with `--disable-foo` or `--without-bar` but not all ports are able to do that.
