when i make install oh323gk i get this error please help me /usr/include/g++/cmath:423: float std::pow(float, int) /usr/include/g++/cmath:419: double std::pow(double, int) /usr/include/g++/cmath:410: long double std::pow(long double, long double) /usr/include/g++/cmath:401: float std::pow(float, float) make: *** [obj_linux_x86_r/ldaplink.o] Error 1
This is for the gnugk mailing list and not for the asterisk mailing list ... On Tuesday 06 May 2003 3:35 pm, Makerere University wrote:> when i make install oh323gk i get this error please help me > > /usr/include/g++/cmath:423: float std::pow(float, int) > /usr/include/g++/cmath:419: double std::pow(double, int) > /usr/include/g++/cmath:410: long double std::pow(long > double, > long double) > /usr/include/g++/cmath:401: float std::pow(float, float) > make: *** [obj_linux_x86_r/ldaplink.o] Error 1 > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Makerere University wrote:> when i make install oh323gk i get this error please help me > /usr/include/g++/cmath:423: float std::pow(float, int) > /usr/include/g++/cmath:419: double std::pow(double, int) > /usr/include/g++/cmath:410: long double std::pow(long > double, > long double) > /usr/include/g++/cmath:401: float std::pow(float, float) > make: *** [obj_linux_x86_r/ldaplink.o] Error 1Your dev environment seems to be quite messy or too old (!). Anyway, if just a make in gnugk fails, then you should check your compiler/libc/libstdc++ Michael.> _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
build GNUGK without LDAP support make clean NO_LDAP=1 make opt Lubo Makerere University wrote:> when i make install oh323gk i get this error please help me > /usr/include/g++/cmath:423: float std::pow(float, int) > /usr/include/g++/cmath:419: double std::pow(double, int) > /usr/include/g++/cmath:410: long double std::pow(long > double, > long double) > /usr/include/g++/cmath:401: float std::pow(float, float) > make: *** [obj_linux_x86_r/ldaplink.o] Error 1 > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >