]> granicus.if.org Git - libexpat/commitdiff
Added note about adding /usr/ccs/bin to the PATH for Solaris users.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 25 Jan 2001 17:55:24 +0000 (17:55 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 25 Jan 2001 17:55:24 +0000 (17:55 +0000)
expat/README

index d1c6874190948a28219ee5dcf3a0468215b629f4..9e4926ab1b0d55ebcd05acfd7bbcef848e5e4c77 100644 (file)
@@ -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.