Gentoo Archives: gentoo-osx

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

Replies

Subject Author
Re: [gentoo-osx] Re: Test results from x86-macos "Chris L. Mason" <clmason@×××××.com>