Subject: Re: multiply defined _isnan
To: Drew Hess <dhess@cs.stanford.edu>
From: Douglas K. Rand <rand@Aero.UND.NoDak.Edu>
List: netbsd-bugs
Date: 02/16/1994 18:03:10
** Drew Hess <dhess@cs.stanford.edu>
**	on Mon, 14 Feb 1994 23:27:49 -0800 (PST)
**	in [multiply defined _isnan] writes:

Drew> Both the current libc and libm define isnan(), which causes a
Drew> namespace clash when linking programs with libm.

I too am having this problem. My (horrible) way of getting around it
is to add -lc to the LIBS in the Makefile. That way it seems to
compile. There has got to be a better way!

--
Douglas K. Rand                                    UNIX/TCPIP/CMS Administrator
Office: +1 701 777 2801             UND Aerospace - Scientific Computing Center
FAX:    +1 701 777 2940                              University of North Dakota
Home:   +1 218 773 0120                    Box 9022, Grand Forks ND  58202-9022

------------------------------------------------------------------------------