This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/258] powl problems


------- Additional Comments From pere at hungry dot com  2004-07-23 09:30 -------
I tried compiling this source on Solaris 8, but it fail to link because the
powl symbol is missing.  Not sure why.  There is no manual page, so I had a
look in the POSIX standard available on the web.  The powl() function is
documented there at
<URL: http://www.opengroup.org/onlinepubs/009695399/functions/pow.html >.

The code did compile and link on Tru64 Unix V5.1A, and gave this result:

% uname -a
OSF1 snape.uio.no V5.1 1885 alpha
% cc-wrapper x.c  -lm; ./a.out
inf = 1.18973e+4932
0 = 0
%


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=258

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]