Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-osx
Grobian wrote:
> On 10-09-2006 11:20:26 -0400, Chris L. Mason wrote:
> > On 9/10/06, Chris L. Mason <clmason@...> wrote:
> > ...
> > >[...] Then it compiles a bunch of stuff and fails with:
> > >
> > >gcc -g -O2 -o csplit csplit.o ../lib/libcoreutils.a
> > >../lib/libcoreutils.a
> > >/gentoo/usr/bin/ld: Undefined symbols:
> > >_re_compile_pattern
> > >_re_search
> >
> > Okay, I fixed this. It works if you take out the
> > "--without-included-regex" option from configure.
>
> I'll check this against the ppc version (it shouldn't differ). Looks
> like the "external" regex might be just not the right version maybe?
Those are GNU extensions, on any libc != glibc or uclibc you must not
use --without-included-regex. From the coreutils ebuild:
[[ ${ELIBC} == "glibc" || ${ELIBC} == "uclibc" ]] \
&& myconf="${myconf} --without-included-regex"
--
Emanuele
--
gentoo-osx@g.o mailing list
|
|