Re: Rsync cross-compilation problem

2005-01-24 Thread Florian Fainelli
Hi all, Thanks a lot for your help, when defining LONGLON, it works like a charm. I just cached the value rsync_ac_cv_HAVE_LONGLONG=yes before running the configure script. Instead of having rsync_ac_cv_HAVE_LONGLONG=cross. Thanks for your help, good luck for your wonderful project ! Best rega

Re: rsync compilation

2005-01-21 Thread Florian Fainelli
Hi all Here is the egrep result : egrep "SIZEOF|LONGLONG" build_mipsel/rsync-2.6.3/config.h /* #undef HAVE_LONGLONG */ #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 and the HAVE_LONGLONG config.log result : rsync_cv_HAVE_LONGLONG=cross Is there a problem with this values ?

Rsync cross-compilation problem

2005-01-19 Thread Florian Fainelli
Hi all ! I really appreciate rsync, so that I would like to make a package for the mips architecture, but I encounter a problem when trying to cross compile it : the configure script has been called using the following options : --with-gnu-ld \ --disable-largefiles \ --with-included-popt