Gentoo Archives: gentoo-osx

From: Emanuele Giaquinta <exg@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] Re: Test results from x86-macos
Date: Mon, 11 Sep 2006 10:01:11
Message-Id: 20060911100045.GA9122@woodpecker.gentoo.org
In Reply to: Re: [gentoo-osx] Re: Test results from x86-macos by Grobian
1 Grobian wrote:
2 > On 10-09-2006 11:20:26 -0400, Chris L. Mason wrote:
3 > > On 9/10/06, Chris L. Mason <clmason@×××××.com> wrote:
4 > > ...
5 > > >[...] Then it compiles a bunch of stuff and fails with:
6 > > >
7 > > >gcc -g -O2 -o csplit csplit.o ../lib/libcoreutils.a
8 > > >../lib/libcoreutils.a
9 > > >/gentoo/usr/bin/ld: Undefined symbols:
10 > > >_re_compile_pattern
11 > > >_re_search
12 > >
13 > > Okay, I fixed this. It works if you take out the
14 > > "--without-included-regex" option from configure.
15 >
16 > I'll check this against the ppc version (it shouldn't differ). Looks
17 > like the "external" regex might be just not the right version maybe?
18
19 Those are GNU extensions, on any libc != glibc or uclibc you must not
20 use --without-included-regex. From the coreutils ebuild:
21
22 [[ ${ELIBC} == "glibc" || ${ELIBC} == "uclibc" ]] \
23 && myconf="${myconf} --without-included-regex"
24
25 --
26 Emanuele
27 --
28 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] Re: Test results from x86-macos Grobian <grobian@g.o>