Mailing List Archive

can not compile under Solaris2.6/x86, problems on Solaris 2.5/SPARC
Hi,

The compilation faild with:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -c mpih-div.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -c mpih-mul.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -c mpiutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -c g10m.c
gcc -c -o mpih-mul1.o mpih-mul1.S
Assembler:
aline 1 : Illegal mnemonic
aline 1 : syntax error
aline 33 : Illegal mnemonic
aline 33 : syntax error
aline 36 : Illegal mnemonic
aline 36 : syntax error
aline 38 : Illegal mnemonic
aline 38 : syntax error
aline 87 : Illegal mnemonic
aline 87 : syntax error
aline 94 : Illegal mnemonic
aline 94 : syntax error
aline 112 : syntax error
aline 116 : Illegal register
aline 116 : syntax error
aline 117 : Illegal register
aline 117 : syntax error
aline 118 : Illegal register
aline 118 : syntax error
aline 119 : Illegal register
aline 119 : syntax error
aline 121 : Illegal register
aline 121 : syntax error
aline 121 : Illegal register
aline 122 : Illegal register
aline 122 : syntax error
aline 122 : Illegal register
aline 123 : Illegal register
aline 123 : syntax error
aline 123 : Illegal register
aline 124 : Illegal register
Too many errors - Goodbye
make[2]: *** [mpih-mul1.o] Error 1
make[2]: Leaving directory `/home/merlot/gnu/work/gnupg-1.0.1/mpi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/merlot/gnu/wok/gnupg-1.0.1'
make: *** [all-recursive-am] Error 2


On SPARC I had to modify Makefiles in gnupg-1.0.1/tools and gnupg-1.0.1/g10
adding -lintl to the library list.

Best regards
Andrej Vodopivec