Update comments on the Solaris build to be a little more careful -- or at

least warn the user!
This commit is contained in:
Fred L. Drake, Jr. 2001-07-25 17:16:03 +00:00
parent 75d03cbb54
commit f5f84eceff

View File

@ -47,8 +47,9 @@ when using GCC, you can use:
Note for Solaris users: The "ar" command is usually located in
"/usr/ccs/bin", which is not in the default PATH. You will need to
add this to your path for the "make" command. If you're using ksh or
bash, use this command to build:
add this to your path for the "make" command, and probably also switch
to GNU make (the "make" found in /usr/ccs/bin does not seem to work
properly). If you're using ksh or bash, use this command to build:
PATH=/usr/ccs/bin:$PATH make