Help with Solaris path problem?
I'm not quite sure if this is a $PATH problem. I'm currently running Solaris 11 64bit on Virtual Box, I have installed Solaris via text install. Since the install I have installed the following:
I have tried to edit the /etc/profile and I put this code in it:
gcc-45 lynx gettext SDL 1.2 & 2.0So I have been having this problem by trying to install iceWM 1.3.8. I'm currently trying to run this:
./configure --enable-corefontBut after I run it give's out this error:
configure: error: 'msgfmt' not found. Perhaps you need to install 'gettext'?.It's strange since I know for a fact the gettext is installed in the /usr/ccs/bin directory.
I have tried to edit the /etc/profile and I put this code in it:
PATH=$PATH:/usr/ccs/bin/gettextAfter a restart it still gives me the same error. Is it possible to fix this? Thank you in advance.
Comments
EDIT As I was looking over the error I noticed that before the error, the ./configure file was checking for the following: I'm guessing that when I installed gettext, those following files were not installed. Is there any place I can get these files? Is there a tar package that I can install?
http://www.opencsw.org/
Works like apt-get.
https://docs.oracle.com/cd/E23824_01/ht ... gihhp.html