Hanma wrote:
I've been installing gettext 0.17, but in compiling there was fatal error "Command
failed for target 'all-recursive'". What I must to do?
hi,
it seems to me that you are using some tools of the sun userland instead
of gnu.
this error can be related to the use of 'install' instead of 'ginstall'.
consider setting /usr/gnu/bin in front of your PATH variable before you
'make' ("export PATH=/usr/gnu/bin:$PATH" )
or specifying the right 'install' binary at configuration time
("./configure --help" to find the right flag).
regards
a.
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org