Compiling trouble on Solaris 8

2000-11-28 Thread Anders Holm
Hi! I'm a newbie to Cyrus that has a question. I'm trying to compile Cyrus IMAPD 1.6.24 and 2.0.7 on Solaris 8 aswell on Red Hat 7.0, and it just doesn't want to complete the compilation. The error I am getting is the following: ld: fatal: symbol `yys' is multiply defined: (file ../s

Re: Compiling trouble on Solaris 8

2000-11-28 Thread Eric Sorenson
You need to install GNU flex and use that instead of the sun-distributed lex ftp://nce.sun.ca/pub/freeware/sparc/7/flex-2.5.4a-sol7-sparc-local.gz -=Eric On Tue, 28 Nov 2000, Anders Holm wrote: > Hi! > > I'm a newbie to Cyrus that has a question. > > I'm trying to compile Cyrus IMAPD 1.6.24

Re: Compiling trouble on Solaris 8

2000-11-29 Thread Anders Holm
Hi Eric! Thanks for the tip! Unfortunatley I already have the latest flex installed. So I am still getting the same error. Also, as someone else mentioned, one could have installed sources from RedHat's SRPM of cyrus 2.07... Except the fact that I am not using RPM on a Solaris box, that might

RE: Compiling trouble on Solaris 8

2000-12-10 Thread Tony Johnson
AM To: Anders Holm; [EMAIL PROTECTED] Subject: Re: Compiling trouble on Solaris 8 Are you using "bison" or "yacc" to compile the .y files? Are you rebuilding them or using the included .c files? Larry --On Tuesday, November 28, 2000 03:23:02 PM + Anders Holm <[EMAIL PROTE

Re: Compiling trouble on Solaris 8

2000-12-10 Thread Lawrence Greenfield
Are you using "bison" or "yacc" to compile the .y files? Are you rebuilding them or using the included .c files? Larry --On Tuesday, November 28, 2000 03:23:02 PM + Anders Holm <[EMAIL PROTECTED]> wrote: > Hi! > > I'm a newbie to Cyrus that has a question. > > I'm trying to compile Cyrus