N.Khershberg wrote:
On Tuesday 13 June 2006 12:10, Sam Varshavchik wrote:
  
You must use GNU LD to compile Courier.
    

I am using GNU & SUN , but I get errors anyway ... 
  

No, he's not kidding, really. This keeps coming up on the Solaris platform, but I found my salvation by installing Gnu ld into /usr/local/bin and then replacing /usr/ccs/bin/ld with a symlink to /usr/local/bin/ld. The issue seems to be that even if you manage to get configure to recognize the Gnu ld installed in an alternate location, there are still parts of the actual make that still refer to /usr/ccs/bin.

If you simply replace /usr/ccs/bin/ld, you will eliminate this problem. I have  actually left this in place permanently -- even for other products I build with gcc on Solaris -- and have had absolutely no ill effects. Nor have I had any further Courier build problems.

Hope this helps.

Bill



_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to