This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 31 Jul 2011 09:50:32 +0000
- Subject: [Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion
- Auto-submitted: auto-generated
- References: <bug-49919-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-07-31 09:50:27 UTC ---
surely this is just http://gcc.gnu.org/wiki/FAQ#configure_suffix ?
you've installed the prerequisite libs outside the dynamic linker's search
paths, so you need to use the Mac OS equivalent of ldconfig, or set
DYLIB_LIBRARY_PATH (or whatever it is on Mac OS X)
the simple answer is do not install the prerequisite libs like that, build them
statically: http://advogato.org/person/redi/diary/240.html