Displaying 3 results from an estimated 3 matches for "i_cv_inotify_works".
2009 Mar 10
1
Error crosscompiling
Hi,
I was trying to crosscompile dovecot, but I got some error:
--with-notify=inotify
don't work, as it try to run a test program to verify if inotify is
supported in the building platform. Solved with --with-notify=dnotify. Ihmo,
is more a hack than a solution.
| checking whether posix_fallocate() works... configure: error: cannot run
test program while cross compiling
I can't
2011 Feb 01
0
cross compile dovecot with openssl
hello everyone:
i can configue dovecot with the following:
./configure --build='i686-pc-linux-gnu' --host='arm-openwrt-linux'
--with-ssl=openssl --with-storages=maildir i_cv_epoll_works=yes
i_cv_inotify_works=yes i_cv_posix_fallocate_works=yes
i_cv_signed_size_t=no i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
i_cv_c99_vsnprintf=yes lib_cv_va_copy=yes lib_cv___va_copy=yes
lib_cv_va_val_copy=yes CFLAGS="-gdwarf-2 -msoft-float"
CFLAGS="-...
2009 Aug 07
1
cross compile dovecot for armv5t fails
Hi anyone.
When I run make trying to compile Dovecot for a network attached storage
box and it fails.
I have used two variants of configuration:
The first ./configure
i_cv_epoll_works=no i_cv_inotify_works=no i_cv_posix_fallocate_works=no
i_cv_signed_size_t=no i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
i_cv_c99_vsnprintf=yes lib_cv_va_copy=yes lib_cv___va_copy=yes
lib_cv_va_val_copy=yes
SSL_LIBS='/usr/armv5tel-softfloat-linux-gnueabi/usr/in...