configure issue

Milind milind at gslab.com
Tue May 12 06:50:03 CDT 2009


I came across this problem when I was doing ./configure of xfsprogs.

I had to install gettext from sources (as xfsprogs needed it) which
resided in my toolchain and while doing configure xfsprogs's configure
couldn't fine msgfmt, msgmerge and xgettext even if I do PATH=<path to
my gettext/bin/>:$PATH.

if I manually set MSGFMT, MSGMERGE to their binary paths this works.

Is this not expected?

When I looked at the sources if I change configure:12316 as follows

- as_dummy="/usr/bin:/usr/local/bin:/usr/freeware/bin"
+ as_dummy="/usr/bin:/usr/local/bin:/usr/freeware/bin:$PATH"

this works for MSGFMT

-Miline




More information about the xfs mailing list