projects
/
libexpat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d03cb
)
Update comments on the Solaris build to be a little more careful -- or at
author
Fred L. Drake, Jr.
<fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 17:16:03 +0000
(17:16 +0000)
committer
Fred L. Drake, Jr.
<fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 17:16:03 +0000
(17:16 +0000)
least warn the user!
expat/README
patch
|
blob
|
history
diff --git
a/expat/README
b/expat/README
index bc21ff3b4f536ca5df63ee4d3540fdbb2f3dd766..533671d24d3d75339d3bdc0db61c78578e841f33 100644
(file)
--- a/
expat/README
+++ b/
expat/README
@@
-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