On 1/31/07, Jerry Richards <[EMAIL PROTECTED]> wrote: > How do I disable IPV6 dependencies in the build? I tried to use > "--disable-ipv6" but the dependency is still there (i.e. I get an undefined > reference to in_anyaddr6 (or something like that). > > So I then directly edited ./configure file and changed "#define SU_HAVE_IN6" > to "#define SU_NOHAVE_IN6", but this caused a compilation around line #861 > of bnf.c because buf was not declared (i.e. it is declared within the > SU_HAVE_IN6 #ifdef). This looks like a bug in bnf.c.
OK, it looks like that has been fixed by Martti in the darcs repository. > So I then edited bnf.c to move buf outside the SU_HAVE_IN6 #ifdef and the > file compiled. But now the build is complaining about undefined references > to stdtod. stdtod? -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
