Re: [TuxKart-users] I have a compilation problem(corection)
Status: Alpha
Brought to you by:
sjbaker
From: al <al...@te...> - 2000-07-30 15:09:15
|
Steve Baker wrote: > > al wrote: > > > > al wrote: > > > > > > Steve Baker wrote: > > > > > > > > al wrote: > > > > > > > > > tuxkart.cxx: In function `void load_track(ssgBranch *, char *)': > > > > > tuxkart.cxx:312: implicit declaration of function `int atan2(...)' > > > > > make[1]: *** [tuxkart.o] Error 1 > > > > > make[1]: Leaving directory `/opt/src/tuxkart-0.0.3/src' > > > > > make: *** [all-recursive] Error 1 > > > > > > > > > > Let me appologize for the hassel :) > > > > > > > > OK - then there is *certainly* something broken about your machine setup. > > > > > > > > atan2 is defined in /usr/include/math.h which tuxkart includes unconditionally. > > > > > > > > All I can suggest is that you re-install your Mandrake C/C++ development > > > > package. > > > > a small Q > > are we talking about libstdc++ > > or libstdc++-devel > > or both? > > > > or somthing else > > I'm not sure how Mandrake packages things - but 'math.h' should be > in the standard C compiler package - not specifically in C++. > > Is there a 'libstdc' and 'libstdc-devel' ? If so, I'd guess that > libstdc-devel was the missing one - but like I said - I don't know would we be talking about glibc here? |