This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Newbie help please
- From: Felix Lee <felix dot 1 at canids dot net>
- To: Albert van Aardt <avanaardt at free dot net dot nz>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 25 Sep 2003 20:40:30 -0700
- Subject: Re: Newbie help please
Albert van Aardt <avanaardt@free.net.nz>:
> /tmp/ccdHcjqd.o(.text+0x128): In function `isprime':
> : undefined reference to `sqrt'
> collect2: ld returned 1 exit status
run "gcc prime.c -lm"
--