* configure issue.
@ 2009-05-12 10:42 Milind Dumbare
0 siblings, 0 replies; 2+ messages in thread
From: Milind Dumbare @ 2009-05-12 10:42 UTC (permalink / raw)
To: xfs
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
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
* configure issue
@ 2009-05-12 11:50 Milind
0 siblings, 0 replies; 2+ messages in thread
From: Milind @ 2009-05-12 11:50 UTC (permalink / raw)
To: xfs@oss.sgi.com
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
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-12 11:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 11:50 configure issue Milind
-- strict thread matches above, loose matches on Subject: below --
2009-05-12 10:42 Milind Dumbare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox