AW: AW: AW: Cyrus-Imap gmake problems

Peter Rottmann p.rottmann at netcologne.de
Thu Sep 11 11:24:20 EDT 2003


Hi Jeff,

thanks for your reply. I check this error message together with SGI, and
their solutions is, that gcc (i definitly using gcc) makes a specific "cc
compiler" call. gcc request a MIPSPro frontend. As "cc" my MIPSpro compiler
is assigned, but not licesed. For full support i need to install a full
version of the MIPSPro compiler (not in my budget). So I made a static link
for "cc" to gcc and rerun the prodedure again. gmake stops at the same
point, telling me, that their are some understandables parameters.
Now I find some newer precompiled Cyrus packages for my SGI-Indy on
http://freeware.sgi.com.
I will try to run my Cyrus-Imap Server with packages ....


cp IMAP/Shell.pm ./blib/lib/Cyrus/IMAP/Shell.pm
cp IMAP.pm ./blib/lib/Cyrus/IMAP.pm
cp IMAP/IMSP.pm ./blib/lib/Cyrus/IMAP/IMSP.pm
cp IMAP/Admin.pm ./blib/lib/Cyrus/IMAP/Admin.pm








/usr/sbin/perl -I/usr/share/lib/perl5/irix-n32/5.00404 -I/usr/share/lib/perl
5 /usr/share/lib/perl5/ExtUtils/xsubpp  -typemap
/usr/share/lib/perl5/ExtUtils/typemap -typemap typemap IMAP.xs >IMAP.tc &&
mv IMAP.tc IMAP.c








cc -n32 -mips3 -c -I../../lib  -I/usr/freeware/lib/openssl/include -D_BSD_SI
GNALS -D_BSD_TYPES -D_BSD_TIME -woff
1009,1110,1184 -OPT:Olimit=0:space=ON -DLANGUAGE_C -DEMBEDMYMALLOC -O3 -mips
3     -DVERSION=\"1.00\"  -DXS_VERSION=\"1.00\"  -I/usr/share/lib/perl5/irix
-n32/5.00404/CORE -DPERL_POLLUTE IMAP.c
cc: 1009,1110,1184: No such file or directory
cc: unrecognized option `-n32'
cc: unrecognized option `-woff'
cc1: invalid option `-OPT:Olimit=0:space=ON'
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
IRIS 23#



Von: Jeff Warnica [mailto:jeffw at chebucto.ns.ca]
Gesendet: Donnerstag, 11. September 2003 01:04
An: Peter Rottmann
Cc: Daniel Graña; etienne.goyer at linuxquebec.com;
info-cyrus at lists.andrew.cmu.edu
Betreff: Re: AW: AW: Cyrus-Imap gmake problems


Clearly you are not using the gcc compiler, you using the SGI one. Set
the "CC" enviroment variable to the gcc executable before you run make
(possibly before configure.. wouldnt hurt) With bash:

$ export CC=`which gcc`


On Wed, 2003-09-10 at 18:52, Peter Rottmann wrote:
> Compiler license error. I am a bit confused now, because I used the gcc
> compiler.






More information about the Info-cyrus mailing list