1 message in net.sourceforge.lists.courier-users[courier-users] building courier-auth...
FromSent OnAttachments
ss...@siliconfile.comAug 29, 2006 6:07 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] building courier-authlib-0.58 on Opteron/Solaris10/Sun Studio 11Actions...
From:ss...@siliconfile.com (ss@siliconfile.com)
Date:Aug 29, 2006 6:07:20 pm
List:net.sourceforge.lists.courier-users

To those who experience couier-authlib-0.58 building problem on Opteron/Solaris with Sun Studio 11, try this.

LTCC="cc -s -xtarget=opteron -xarch=amd64a -xO3" ./configure ...

make succeeded but make check failed at md5test.

$./md5test | cmp - ./md5test.txt - ./md5test.txt differ: char 354, line 7

After modifying md5/Makefile to call gcc istead of cc such as CC = gcc CPP = gcc -E CXX = g++ CXXCPP = g++ -E CXXFLAGS = -s -O3 -m64 -march=opteron -msse3 -m3dnow -mfpmath=sse LDFLAGS = -L/usr/local/lib -s -m64 make check succeded.

I don't know why md5test failed with Sun Stduio 11.