Displaying 2 results from an estimated 2 matches for "storage_lib".
Did you mean:
storage_libs
2009 Mar 05
2
Compilation of dovecot-1.2-sieve-0.1.3 under Solaris 10 for Sparc
I am trying to compile Dovecot Sieve, when i execute the command make i
get this error:
/usr/ccs/bin/ld: illegal option -- start-group
The configure sentence was :
./configure --with-dovecot=/export/software/dovecot1.2/dovecot-1.2
And it finishes right.
I have succesfully compile dovecot 1.2 beta 1 source with
dovecot-1.2-managesieve-0.11.3 patch.
Thanks,
--
Andr?s Fernando Yacopino
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...NFIG = @PG_CONFIG@
+PKG_CONFIG = @PKG_CONFIG@
+RANLIB = @RANLIB@
+RPCGEN = @RPCGEN@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+SQLITE_CFLAGS = @SQLITE_CFLAGS@
+SQLITE_LIBS = @SQLITE_LIBS@
+SQL_CFLAGS = @SQL_CFLAGS@
+SQL_LIBS = @SQL_LIBS@
+SSL_CFLAGS = @SSL_CFLAGS@
+SSL_LIBS = @SSL_LIBS@
+STORAGE_LIBS = @STORAGE_LIBS@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+...