[Commit] nickle ChangeLog,1.147,1.148 README.solaris,1.1,1.2

Bart Massey commit at keithp.com
Sat Jan 28 17:23:02 PST 2006


Committed by: bart

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv3552

Modified Files:
	ChangeLog README.solaris 
Log Message:
2005-1-28  Bart Massey  <bart at cs.pdx.edu>
	
	* README.solaris:
	Update a bit to reflect current reality.



Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- ChangeLog	28 Jan 2006 23:17:25 -0000	1.147
+++ ChangeLog	29 Jan 2006 01:22:59 -0000	1.148
@@ -1,4 +1,9 @@
 2005-1-28  Bart Massey  <bart at cs.pdx.edu>
+	
+	* README.solaris:
+	Update a bit to reflect current reality.
+	
+2005-1-28  Bart Massey  <bart at cs.pdx.edu>
 version 2.53	
 	
 	* debian/changelog:

Index: README.solaris
===================================================================
RCS file: /local/src/CVS/nickle/README.solaris,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.solaris	13 May 2003 20:17:26 -0000	1.1
+++ README.solaris	29 Jan 2006 01:22:59 -0000	1.2
@@ -2,19 +2,17 @@
 
 0) As with all Nickle installations, make sure you start by
    building the autoconf stuff.
-     sh autoconfigure.sh
+     sh autogen.sh
 
 1) You'll want to have GNU make installed somewhere:
-   automake-generated Makefiles seem to require it.
+   our Makefiles seem to require it, although they shouldn't.
      MAKE=gmake; export MAKE
 
 2) You'll want to have GNU readline installed somewhere,
-   and point the configuration at it
+   and point the configuration at it.
      ./configure --with-readline=/pkgs/gnu
-
-3) GCC 2.95 seems to whine about ignoreSignal and
-   releaseSignal in main.c: it seems to be patently broken,
-   so ignore it.
+   If you don't do that, it will still work (say
+   --without-readline), but will be harder to type at.
 
 This should get it for you.
 



More information about the Commit mailing list