2 messages in net.sourceforge.lists.courier-users[courier-users] Compile failure of co...
FromSent OnAttachments
Robert BannizaMay 22, 2007 12:45 pm 
Gebhard ThierMay 22, 2007 2:42 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] Compile failure of courier-authlib-0.59.3 on Solaris 10Actions...
From:Robert Banniza (rob@rootprompt.net)
Date:May 22, 2007 12:45:51 pm
List:net.sourceforge.lists.courier-users

I have been trying to compile courier-authlib-0.59.3 on Solaris 10 for a week now with no luck. The error I'm receiving is:

Compiling preauthdaemon.c gcc: language strconst not recognized gcc: preauthdaemon.c: linker input file unused because linking not done mv: cannot stat `.deps/preauthdaemon.Tpo': No such file or directory gmake[2]: *** [preauthdaemon.lo] Error 1 gmake[2]: Leaving directory `/export/home/robert/MAIL_BUILD/courier-authlib-0.59.3' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/export/home/robert/MAIL_BUILD/courier-authlib-0.59.3' gmake: *** [all] Error 2

I am using the following configuration to configure and compile:

PATH=/usr/sfw/sparc-sun-solaris2.10/bin:$PATH export PATH LD=/usr/sfw/sparc-sun-solaris2.10/bin/ld export LD CCLD=/usr/sfw/sparc-sun-solaris2.10/bin/ld export CCLD CXXLD=/usr/sfw/sparc-sun-solaris2.10/bin/ld export CXXLD

CPPFLAGS="-I/opt/sfw/include" LDFLAGS="-L/opt/sfw/lib" ./configure --with-mailuser=vmail --with-mailgroup=vmail --with-gnu-ld --enable-unicode --with-gnu-ld && gmake

I've Googled and all options tried have failed...Where am I going wrong? Is this an issue with Sol 10 dynamic linker?