Gentoo Archives: gentoo-alt

From: Leho Kraav <leho@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] OS X Yosemite gcc suddenly fails
Date: Tue, 25 Aug 2015 20:49:42
Message-Id: 55DCD4E0.4060803@kraav.com
1 Everything gcc all of a sudden fails with "dyld_stub_binding_helper not
2 found"
3
4 make -j5 library
5 x86_64-apple-darwin14-gcc -I. -DHTTP_PARSER_STRICT=0 -march=nocona
6 -march=core2 -O2 -pipe -Wall -Wextra -fPIC -c http_parser.c -o
7 libhttp_parser.o
8 x86_64-apple-darwin14-gcc -Wl,-dead_strip_dylibs -shared -o
9 libhttp_parser.so.2.5.0 libhttp_parser.o
10 ld: symbol dyld_stub_binding_helper not found, normally in
11 crt1.o/dylib1.o/bundle1.o for architecture x86_64
12 collect2: ld returned 1 exit status
13 Makefile:93: recipe for target 'library' failed
14
15 Is this due to Xcode updates? Updating Xcode means re-bootstrapping? Is
16 there something I can do to fix this without bootstrapping a new prefix?

Replies

Subject Author
Re: [gentoo-alt] OS X Yosemite gcc suddenly fails Fabian Groffen <grobian@g.o>