From: Fred L. Drake, Jr. Date: Thu, 25 Jan 2001 17:55:24 +0000 (+0000) Subject: Added note about adding /usr/ccs/bin to the PATH for Solaris users. X-Git-Tag: R_1_95_2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8fa305d3940934e00b59290bf8c1ce18de94866;p=libexpat Added note about adding /usr/ccs/bin to the PATH for Solaris users. --- diff --git a/expat/README b/expat/README index d1c68741..9e4926ab 100644 --- a/expat/README +++ b/expat/README @@ -37,6 +37,13 @@ After running the configure script, the "make" command will build things and you need to have write permission into the directories into which things will be installed. +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: + + PATH=/usr/ccs/bin:$PATH make + Alternatively, on Win32 systems with Microsoft's Developer's Studio installed, you can simply double-click on lib/expat.dsp from Windows Explorer and build and install in the usual way from with DevStudio.