From mboxrd@z Thu Jan 1 00:00:00 1970 From: mike stump To: gcc@gcc.gnu.org, nospam@mega-nerd.com Subject: Re: lrint / lrintf functions Date: Sat, 20 Oct 2001 20:08:00 -0000 Message-id: <200110210307.UAA09913@kankakee.wrs.com> X-SW-Source: 2001-10/msg01103.html > Date: Sun, 21 Oct 2001 12:29:31 +1000 > From: Erik de Castro Lopo > 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.