> 
> On Sun, 2008-06-29 at 23:14 +0200, Fabian Groffen wrote:
> > On 29-06-2008 08:04:44 -0500, Greg Trigg wrote:
> > > I found this in the configure script.
> >
> > >         case $ac_sys_system in
> > >         AIX*)   CC=cc_r
> > >                 without_gcc=;;
> > >
> > > Naturally, I edited it to say gcc instead of cc_r (whatever that
> is). It
> > > looks like it's working.  Perhaps I should send an upstream bug
> report?
> >
> > % grep -a1 cc_r python-2.5.2-r5.ebuild
> >
> >         # python defaults to use 'cc_r' on aix
> >         [[ ${CHOST} == *-aix* ]] && myconf="${myconf} --with-
> gcc=$(tc-getCC)"
> >
> > I guess bootstrap-prefix/prefix-launcher is supposed to pass that
> same
> > option to Python's configure...  I think you found a bug.
> 
> Indeed.
> Don't know why, but that '--with-gcc' was dropped during upgrade to
> python-2.5 in prefix-launcher...

Must have been my fault then... sorry :*(

> 
> /haubi/
> --
> Michael Haubenwallner
> Gentoo on a different level
> 
> --
> gentoo-alt@lists.gentoo.org mailing list


-- 
gentoo-alt@lists.gentoo.org mailing list

Reply via email to