Bug#92526: glibc missing vital component

2001-04-02 Thread Colin Watson
James Blackwell <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: >Package: libstdc++2.9-glibc2.1 >Version: 2.91.66-4 >Date; 1 April 2001 > >When attempting to cheat on my algebra homework, I attempted to square >some numbers via the sqrt (see man 3 sqrt) function. Howevever, the >following c program

Bug#92526: glibc missing vital component

2001-04-02 Thread James Blackwell
Package: libstdc++2.9-glibc2.1 Version: 2.91.66-4 Date; 1 April 2001 When attempting to cheat on my algebra homework, I attempted to square some numbers via the sqrt (see man 3 sqrt) function. Howevever, the following c program fails to compile: #include main() { double i=9;double j;