you've got your environment setup differently to my guide, either deliberately or by accident. in my guide, you compile everything with cc (sun studio c compiler) - this has a generic target which adapts itself to the platform you are building on. gcc may well be fine these days on solaris but used to have so many problems I prefer to use cc where possible. the only place i use gcc for zimbra is aspell and a couple of others - it's set in the ThirdParty makefiles to override where necessary. |