Date: Mon, 08 Nov 2004 13:22:19 -0600 From: seebs@plethora.net (Peter Seebach) To: Vince Sabio <vince@vjs.org> Cc: freebsd-questions@freebsd.org Subject: Re: math.h doesn't include pow? Message-ID: <200411081922.iA8JMQkQ006374@herd.plethora.net> In-Reply-To: Your message of "Mon, 08 Nov 2004 14:20:47 EST." <p05200f16bdb5764065c9@[192.168.0.5]>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <p05200f16bdb5764065c9@[192.168.0.5]>, Vince Sabio writes: >I thought it must have been, so I searched my list archives -- which, >admittedly, go back only to January of this year -- but didn't find >anything on this problem. If there's a formal FreeBSD FAQ, I'd be >happy to be clue-batted with it FFR. comp.lang.c. :) >>Headers and libraries are distinct. Headers provide prototypes; libraries >>provide definitions. >Yes, my bad; sorry about that: >% sed 's/libraries/headers/' Well, that's the thing; you included the header, but not the library. Thus the confusion. -s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411081922.iA8JMQkQ006374>