[android-porting] Porting updatedd

2011-08-23 Thread Adrien Ferré
Hi, I'd like to use updatedd in Android. Updatedd is a tool allowing to publish IP address changes to ovh, noip, dyndns, ... I managed to build it using the following: export PATH=/bin ./configure --host=arm-none-linux-gnueabi make sudo make install But now that i have copied the binaries

Re: [android-porting] Porting updatedd

2011-08-24 Thread Amit Pundir
2011/8/23 Adrien Ferré > Hi, > > I'd like to use updatedd in Android. Updatedd is a tool allowing to publish > IP address changes to ovh, noip, dyndns, ... > > I managed to build it using the following: > > export PATH=/bin > > ./configure --host=arm-none-linux-gnueabi > > make > > sudo make inst