View Single Post
  #19 (permalink)  
Old 03-21-2008, 02:15 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,158
Default

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.
Reply With Quote