Re: [Dovecot] Problem compiling dovecot 1.2.8 on Solaris 10?

2009-11-20 Thread Drew Schatt
On Nov 20, 2009, at 12:17 PM, Timo Sirainen wrote: > On Nov 20, 2009, at 2:40 PM, Drew Schatt wrote: > >> cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth >> -I../../src/lib-mail -I../../src/lib-imap -I../../src/lib-index >> -I../../src/lib-storage/index/maildir -I../../src/

Re: [Dovecot] Problem compiling dovecot 1.2.8 on Solaris 10?

2009-11-20 Thread Timo Sirainen
On Nov 20, 2009, at 2:40 PM, Drew Schatt wrote: > cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth > -I../../src/lib-mail -I../../src/lib-imap -I../../src/lib-index > -I../../src/lib-storage/index/maildir -I../../src/auth > -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -I/us

Re: [Dovecot] Problem compiling dovecot 1.2.8 on Solaris 10?

2009-11-20 Thread Dave McGuire
On Nov 20, 2009, at 2:40 PM, Drew Schatt wrote: I've got an issue using Sun's compilers on Solaris 10 - it appears that dovecot is trying to use the getopt function, that's part of GNU's glibc, and, therefore, not present when using Sun's compilers. Any ideas on how to resolve? cc -DHAVE_CO

[Dovecot] Problem compiling dovecot 1.2.8 on Solaris 10?

2009-11-20 Thread Drew Schatt
I've got an issue using Sun's compilers on Solaris 10 - it appears that dovecot is trying to use the getopt function, that's part of GNU's glibc, and, therefore, not present when using Sun's compilers. Any ideas on how to resolve? cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-