[Mailman-Users] mailman 2.1.11 install problem

2008-08-21 Thread CJ Keist
Hello, I'm upgrading from mailman 2.1.8 to 2.1.11. Running into a install problem, here is what I'm doing: ./configure --prefix=/userM/mail-services/mailman2 --with-python=/opt/csw/bin/python --with-cgi-gid=15 make I'm using gcc 3.4.3 on solaris 10 sparc platform This is the error I'm

[Mailman-Users] mailman 2.1.11 install problem

2008-08-21 Thread CJ Keist
One more thing, I just tried to link cc to gcc but then get the following when I try to install: cc: language arch=v8 not recognized cc: src/_japanese_codecs.c: linker input file unused because linking not done cc: build/temp.solaris-2.10-sun4v-2.5/src/_japanese_codecs.o: No such file or

Re: [Mailman-Users] mailman 2.1.11 install problem

2008-08-21 Thread CJ Keist
to make sure your env path is set right. This is what I have set: /usr/ccs/bin:/usr/sfw/bin:/usr/local/bin:/opt/csw/bin:/usr/bin:/usr/sbin I don't have access to Sun Studio compiler so that option is out for me. I'm using python from blastwave.org version 2.5.1 Mark Sapiro wrote: CJ Keist wrote

Re: [Mailman-Users] mailman 2.1.11 install problem

2008-08-21 Thread CJ Keist
of python, 2.3.3 in /usr/sfw/bin. So set that in in my configure line: ./configure --prefix=/userM/mail-services/mailman2 --with-python=/usr/sfw/bin/python --with-cgi-gid=15 make make install went through CJ Keist wrote: Mark, Thank you. I did find the following messages: http