[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc math functions



Christopher Judd <judd@wadsworth.org> writes:
> 	I have a PC with debian 1.3.1 installed (my first linux 
> installation). When I try to use the  math functions (exp, pow, etc.) in
> gcc I get a message like:
> 
> 	/tmp/cca016941.o(.text+0x5f): undefined reference to `exp'
> 
> On other systems I have used the "include <math.h>" was sufficient.  Is 
> there an additional step necessary or is my installation incomplete in
> some way ?

Add -lm to the link step.  This links in the math libraries.
-- 
Ben Pfaff <pfaffben@pilot.msu.edu> <blp@gnu.org> <pfaffben@debian.org>
Senders of unsolicited commercial e-mail will receive free 32MB core files!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: