From: htoaster@yabbs To: wonko@yabbs Subject: re: Bloody RT!!!!! Date: Tue Nov 16 15:48:09 1993 In message Bloody RT!!!!!, wonko said: > fubar hates me. why can it not just compile and make my life easier. > > Undefined: > _strstr > _.strstr > collect: /bin/ld returned 1 exit status > *** Exit 1. What file is this with? Add strstr.o to the OBJS= lines in the Makefiles in the yabbs and yabbsd directories. Eventually I will get the makefiles to have machine specific options, but I haven't done that so far... > when i try to use atan or any other trig functions i get the same > problems. god i hate RTs. even though i have #include i > still can't seem to use anything declared in it. fucking machine. you aren't linking with -lm. That isn't RT's, it is just how BSD (and most) unix machine behave in general. Floating point stuff is in the math library. alex