%% "Joe Justin" <[EMAIL PROTECTED]> writes: jj> I'm trying to install make on a Sun 5.6 and receive an error: jj> cannot create /usr/local/share/locale/de/LC_MESSAGES/#inst.28356#: jj> Permission denied.
This means you don't have write permissions to that directory (/usr/local/share/locale/de/LC_MESSAGES). You need to log in as a user who has the correct permissions. There is nothing make, configure, etc. can do about having the right permissions on your system. jj> is there something i need to configure to successfuly do this? If you don't have permissions to write to that directory, you can use the --prefix option to configure to tell it to install into a different directory, where you do have write permissions. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
