This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: lrint / lrintf functions
- To: gcc at gcc dot gnu dot org, nospam at mega-nerd dot com
- Subject: Re: lrint / lrintf functions
- From: mike stump <mrs at windriver dot com>
- Date: Sat, 20 Oct 2001 20:07:23 -0700 (PDT)
> Date: Sun, 21 Oct 2001 12:29:31 +1000
> From: Erik de Castro Lopo <nospam@mega-nerd.com>
> To: gcc@gcc.gnu.org
> I am currently using the above two C99 functions. If I turn off optimisation
> ( -O0) I get an error stating that the functions can't be found.
> Is this the fault of gcc, the C library of something else?
If a symbol that should be defined in your C library, isn't, then
usually it is a library problem.