Re: [TuxKart-users] I have a compilation problem(corection)
Status: Alpha
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-07-12 12:54:54
|
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
the mandrake distro at all well. It certainly wouldn't hurt to
re-install libstdc++-devel too.
--
Steve Baker HomeEmail: <sjb...@ai...>
WorkEmail: <sj...@li...>
HomePage : http://web2.airmail.net/sjbaker1
Projects : http://plib.sourceforge.net
http://tuxaqfh.sourceforge.net
http://tuxkart.sourceforge.net
http://prettypoly.sourceforge.net
|