
				BUGS
				====

This document describes the bug or the seed of future bug. All items
described in this document may not be bug. But be careful of these 
information !!

All bugs are categolized as follows:
	design (no probrem to execute, but most serious)
	fatal
	not fatal
	note
	other package's bug

Of course, the most serious bugs are not listed here. (^_^;)

-----

NO:	1
  CATEGORY:		not fatal
  SOLVED:		NO
  REGISTERED DATE:	2001/09/01
  TITLE:		shared library displays warning messages before
  			executing the program.
  DESCRIPTION:

NO:	2
  CATEGORY:		fatal
  SOLVED:		NO
  REGISTERED DATE:	2001/09/17
  TITLE:		wrong argument
  DESCRIPTION:		the content of argv[0] given to the main function
  			is strange.

NO:	3
  CATEGORY:		not fatal
  SOLVED:		NO
  REGISTERED DATE:	2001/09/23
  TITLE:		re-autoconf will be faile on old autoconf
  DESCRIPTION:		Rebuilding of "configure" script is failed on
			old autoconf version.
			
			This package requires:

			    autoconf	2.52 or later
			    automake	1.5 or later
			    libtool	1.4 or later

NO:	4
  CATEGORY:		design
  SOLVED:		NO
  REGISTERED DATE:	2002/02/10
  TITLE:		no compatibolity with MacOS-X and GNUstep
  DESCRIPTION:		the design of coconut library is NOT compatible
  			with MacOS-X and GNUstep. 
			But if I decide to support there interface,
			it will be hard to implement other libraries
			such as glib, gtk, libxml and the other PC-UNIX
			current standard libraries.

NO:	5
  CATEGORY:		compatibility
  SOLVED:		NO (never ?)
  REGISTERED DATE:	2002/05/30
  TITLE:		no compatibility with Debian GNU/Linux
  DESCRIPTION:		The gnet library is compiled with glib-1.X.
			So, the include file is read from glib-1.X when 
			this library is compiled. It makes compile error.

