Thank you , 

Bill, I have done 
        mv /usr/ccs/bin/ld /usr/ccs/bin/ld.sun
        mv /usr/ccs/bin/amd64/ld /usr/ccs/bin/amd64/ld.sun
        ln -s /usr/local/bin/ld /usr/ccs/bin/ld 
        ln -s /usr/local/bin/ld /usr/ccs/bin/amd64/ld 

before I got all those errors ... 
my /etc/release say :

      Solaris 10 3/05 HW1 s10x_wos_74L2a X86
           Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                             Assembled 14 July 2005

-- 
 Software Management Consulting Pty Ltd

 Sincerely N.Khershberg
 B.MEng (Robotics) ,M.Tech(Web Programming)

 If you have other questions do not hesitate to contact me on
 Ph. (03) 95786507

 http://www.softwaremanagementconsulting.com

On Tuesday 13 June 2006 15:44, Bill Taroli wrote:
>  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