ADD: Solaris 8 Sparc Kolab2 gmp compile error
Andrea Soliva
soliva at comcept.ch
Wed Aug 24 13:29:55 CEST 2005
Hi all
I'm a step further...if I look how the source would be configured
(./configure) in the kolab2 env and in the normal system env the difference
seems to be the problem. In the kolab2 env the ./configure interprets the
system as:
compiler gcc -g -02 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 ...yes
that is not correct and this is the reason I fail...in the normal system env
the ./configure interprets it correct:
compiler gcc -g -02 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 ...no
compiler cc -g -02 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 ...no
compiler gcc -g -02 -Wa,-xarch=v9 -mcpu=vplus ...yes
Correct I have Solaris 8 = v8 and not v9.....but why and where can I
manipulte that in this way that it works under kolab2 env?
kind regards
Andrea
More information about the users
mailing list