porting bind-8.2.3 on ARM7

From: Roman Mashak (mrv_at_tusur.ru)
Date: 07/14/05

  • Next message: Tauno Voipio: "Re: porting bind-8.2.3 on ARM7"
    Date: Thu, 14 Jul 2005 21:04:13 +0900
    
    

    Hello, All!

    Did anybody try to compile bind-8.2.3 for ARM7 target? I was able to compile
    only library libbind.a (although it took some efforts), but nevertheless I
    can't use this library properly. For example, if I link it with my
    application, I get the error like this:

    /ext/mrv/my_local/usr/local/bind/lib/libbind_arm.a(res_send.o): In function
    `send_dg':
    /ext/mrv/wrk/dhis/bind/src/lib/resolv/res_send.c:705: undefined reference to
    `pselect'
    /ext/mrv/my_local/usr/local/bind/lib/libbind_arm.a(eventlib.o): In function
    `__evGetNext':
    /ext/mrv/wrk/dhis/bind/src/lib/isc/eventlib.c:303: undefined reference to
    `pselect'
    collect2: ld returned 1 exit status

    Seems the problem is in 'pselect' behavior on target platfrom (i.e. ARM).
    Does anybody can give some clue.

    Thanks.

    With best regards, Roman Mashak. E-mail: mrv@tusur.ru


  • Next message: Tauno Voipio: "Re: porting bind-8.2.3 on ARM7"