1 Jan 2003 02:18
Re: make depend problems
<simon.brady <at> otago.ac.nz>
2003-01-01 01:18:23 GMT
2003-01-01 01:18:23 GMT
On Tue, 31 Dec 2002 marc.bigler <at> day.com wrote: > I am trying to compile the latest version of Cyrus IMAPD and have some > problems already with the make depend, as you can see here in my output: > > gmake[1]: Leaving directory `/opt/source/cyrus-imapd-2.1.11/imtest' > ### Making depend in /opt/source/cyrus-imapd-2.1.11/perl > gmake[1]: Entering directory `/opt/source/cyrus-imapd-2.1.11/perl' > ### Making depend in /opt/source/cyrus-imapd-2.1.11/perl/sieve > gmake[2]: Entering directory `/opt/source/cyrus-imapd-2.1.11/perl/sieve' > gmake[2]: *** No rule to make target `depend'. Stop. > gmake[2]: Leaving directory `/opt/source/cyrus-imapd-2.1.11/perl/sieve' > gmake[1]: *** [depend] Error 1 > gmake[1]: Leaving directory `/opt/source/cyrus-imapd-2.1.11/perl' > gmake: *** [depend] Error 1 > > Does anyone have an idea what the problem could be ??? I am using standard > GNU tools on Solaris 9. Are you using the --disable-sieve configure option? It's broken and will produce this error, but the attached patch (tested on Solaris 8 with GNU tools) fixes the problem. -- Simon Brady mailto:simon.brady <at> otago.ac.nz ITS Technical Services University of Otago, Dunedin, New Zealand
diff -ru cyrus-imapd-2.1.11.orig/configure.in cyrus-imapd-2.1.11/configure.in(Continue reading)
RSS Feed