Re: Libray Disconnect

2002-10-22 Thread J.H.M. Dassen (Ray)
On Mon, Oct 21, 2002 at 08:37:00 -0400, Russell E. Dolly wrote: This code produces the following error message: /tmp/ccuDTnJ1.0 in fuction 'main'(.text+0x11):undefined reference to 'atan' I seems if find the header file, but not the defintion. Indeed. Did you specify link against

Libray Disconnect

2002-10-21 Thread Russell E. Dolly
I discovered my peoblem trying to use ncurses. My test code compiles fine with the -c option, butwont link. I get an undefined reference error message. On a hunch I tried another area of the libraries an wrote another test using the math.h functions. Consider the following: #include stdio.h