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. 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. Thanks. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
