Sam Varshavchik wrote on Thu, 25 Aug 2005 18:32:25 -0400: > Stefan Hornburg writes: > >> Hello, >> >> I'm the Debian maintainer of Courier and try to build Debian packages >> for courier-authlib 0.57 / courier 0.51 on Debian sarge. >> courier-authlib 0.56 / courier 0.50 builds worked fine. >> >> >> I appreciate any help with the following problem: >> >> /usr/lib/libfam.a(fam.o)(.text+0x39): In function `FAMOpen2': >> : undefined reference to `operator new(unsigned)' > > [...] > If FAM is only available as a static library, for some pecular reason, > you'll need to try one of these: > > ./configure [ options ] CCLD=g++
With courier's configure that doesn't work. Manually replacing `$(CCLD)' with `g++' on a purposedly created LINKFAM in the relevant Makefile works. (Quick and dirty.) > or > > ./configure [ options ] LIBS=-lstdc++ > > But this should only be used as a last resort. The correct solution is > to get Debian's FAM package fixed. ------------------------------------------------------------------------- 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-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
