Menu

#27 configure.in bug in GXXVER

open
None
5
2005-09-14
2004-07-13
till busch
No

hi,

xbase does not build correctly on gentoo. there is an error in
configure.in which prevents configure.status from creating the
Makefiles.

gcc is configured with --enable-version-specific-runtime-libs,
which makes the following code break:

configure.in (around line 77):
GXXVER=`${CXX} -v 2>&1 | grep version | cut -d " " -f 3 -`

please replace it with:
GXXVER=`${CXX} -v 2>&1 | grep " version" | cut -d " " -f 3 -`

p.s. i would have prefered to send you a cvs diff, but you do not
seem to use sourceforge-cvs for 3.x.x anymore.

bye

- till

Discussion

  • till busch

    till busch - 2004-07-14
    • summary: configure.in bux in GXXVER --> configure.in bug in GXXVER
     
  • Gary Kunkel

    Gary Kunkel - 2005-09-14
    • assigned_to: nobody --> gkunkel
     

Log in to post a comment.