Update of /cvsroot/agd/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32444
Modified Files:
BUGS TODO configure.ac
Log Message:
Some minor changes, compilation fixes.
Index: configure.ac
===================================================================
RCS file: /cvsroot/agd/server/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.ac 21 Mar 2004 08:56:42 -0000 1.5
+++ configure.ac 21 Mar 2004 16:37:06 -0000 1.6
@@ -22,7 +22,7 @@
# Checks for libraries.
AC_CHECK_LIB(m, floor)
#AC_CHECK_LIB(resolv, accept)
-#AC_CHECK_LIB(nsl, gethostbyaddr)
+AC_CHECK_LIB(nsl, gethostbyaddr)
AC_CHECK_LIB(socket, socket)
# Checks for header files.
Index: TODO
===================================================================
RCS file: /cvsroot/agd/server/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- TODO 21 Mar 2004 14:06:35 -0000 1.14
+++ TODO 21 Mar 2004 16:37:06 -0000 1.15
@@ -86,3 +86,4 @@
- make maintainer-clean shouldn't delete src/dfparse.h and src/lang.h
- some terminals don't support \t, find out if it is possible to check for it, and then
print out 8 spaces instead.
+ - on 64-bit, increase cp as a void* type.
Index: BUGS
===================================================================
RCS file: /cvsroot/agd/server/BUGS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUGS 21 Mar 2004 14:06:35 -0000 1.8
+++ BUGS 21 Mar 2004 16:37:06 -0000 1.9
@@ -32,5 +32,8 @@
string s;
s = s + "abc";
will result in "0abc"
+ - crashes on Solaris/SPARC with a SIGSEGV somewhere
+ between lines 190 and 199 in net.c (don't have gdb
+ on that host).
- continue from here..
|