bug-glibc
[Top][All Lists]
Advanced

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

odd sqrt problem


From: blackdragon
Subject: odd sqrt problem
Date: Mon, 03 Sep 2001 17:44:56 -0500

im encountering an odd problem with sqrt; i use glibc 2.1.3, as included
with slackware 7.1

the following code will not compile due to an "undefined reference" to
srt:
---snip
#include <math.h>
main() {
    double x;
    double y = 16.0;
    x = sqrt(y); }
---snip

i get odd little notes about object files in /tmp

im not on the mailing list so please reply to address@hidden if
you think you could help me out

i can provide just about any other information you might require to help
me solve this problem -- if you are so willing :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]