On Mon, Dec 18, 2006 at 07:17:09PM -0500, Leo Zhadanovsky wrote: > source='testlookup.c' object='testlookup.o' libtool=no \ > DEPDIR=.deps depmode=none /bin/bash ./../depcomp \ > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include > - -I/usr/local/ssl/include -I/usr/local/lib/courier-authlib/include -g > - -I./.. -I.. -c testlookup.c > gmake[3]: *** No rule to make target `../md5/libmd5.la', needed by > `testlookup'. Stop. > gmake[3]: Leaving directory > `/usr/local/src/rpm-packages/BUILD/courier-imap-4.1.1/rfc1035' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/local/src/rpm-packages/BUILD/courier-imap-4.1.1/rfc1035' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/local/src/rpm-packages/BUILD/courier-imap-4.1.1' > gmake: *** [all] Error 2 > error: Bad exit status from /var/local/tmp/rpm-tmp.21116 (%build) > > How do I go about fixing this?
What does "ls md5" show? rfc1035/testlookup.c and rfc1035/testspf.c appear to be little standalone test utilities which won't be needed for proper operation. So for now I'd just comment them out of rfc1035/Makefile, e.g. try changing noinst_PROGRAMS = testlookup$(EXEEXT) testspf$(EXEEXT) to noinst_PROGRAMS = (Otherwise, you've got to work out what's the difference between a .la and a .a file, and why Linux generates one and not the other, and how you have to change this to make it work under Solaris. I'd avoid that if possible :-) Regards, Brian. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
