IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Doesn't compile here
peter@cordelia:~> gcc junk.c
junk.c: In function `main':
junk.c:4: warning: return type of `main' is not `int'
/tmp/ccQ6VeMY.o(.text+0x4e): In function `main':
: undefined reference to `atan'
/tmp/ccQ6VeMY.o(.text+0x62): In function `main':
: undefined reference to `atan'
/tmp/ccQ6VeMY.o(.text+0x7e): In function `main':
: undefined reference to `atan'
collect2: ld returned 1 exit status
peter@cordelia:~> gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.1 (SuSE Linux)
peter@cordelia:~>


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Gotta add -lm for math library
-drl
     Newbie C++ Builder problem with overflow. - (Another Scott) - (25)
         Re: Newbie C++ Builder problem with overflow. - (deSitter) - (19)
             Second paragraph in deS msg explains it - (Arkadiy) - (1)
                 Thanks! That did it. - (Another Scott)
             You're speaking over my head. - (Another Scott) - (16)
                 Re: You're speaking over my head. - (deSitter) - (15)
                     Thanks for the tips. Greatly appreciated. -NT - (Another Scott)
                     Actually, Ross... - (jb4) - (13)
                         Re: Actually, Ross... - (deSitter) - (12)
                             Hrm? - (jb4) - (11)
                                 Re: Hrm? - (deSitter) - (10)
                                     So what iron is that running on? - (jb4) - (9)
                                         Re: So what iron is that running on? - (deSitter)
                                         Also 12 on HPQ Presario 5831 (500 MHz Athlon)/gcc 2.95.4 -NT - (scoenye) - (7)
                                             Re: Also 12 on HPQ Presario 5831 (500 MHz Athlon)/gcc 2.95.4 - (jb4) - (6)
                                                 Re: Also 12 on HPQ Presario 5831 (500 MHz Athlon)/gcc 2.95.4 - (deSitter) - (5)
                                                     Sorry Ross: No Sale - (jb4) - (2)
                                                         Re: Sorry Ross: No Sale - (deSitter) - (1)
                                                             Please stand by... - (jb4)
                                                     Doesn't compile here - (pwhysall) - (1)
                                                         Gotta add -lm for math library -NT - (deSitter)
         Somewhat related: Borland Builder-IDE "style" issue. - (CRConrad) - (2)
             Well, I'm trying to reuse some earlier code. - (Another Scott)
             Dude.... - (jb4)
         NORM1 is a float, but - (jb4) - (1)
             Thanks! - (Another Scott)

I took the liberty of fixing the punctuation.
119 ms