On Sun, 30 Mar 2003, Mark Lavi wrote: > > Davide Libenzi wrote: > > >Replace c++ with g++ inside the Makefile > > > > > Hello again, this did not solve the problem. :~( Let me correct the > subject, I'm building XMailServer 1.12 on Sparc Solaris 8 at root: > > # rm *.o; make -f Makefile.sso > .... > g++ -O2 -I. -D__UNIX__ -D__SOLARIS__ -DXMAIL_SPARC -D_THREAD_SAFE=1 > -D_REENTRANT=1 -c Base64Enc.cpp > gcc -o XMail BuffSock.o CTRLSvr.o DynDNS.o DNS.o DNSCache.o Errors.o > ExtAliases.o FINGSvr.o MailConfig.o MailSvr.o Maildir.o MailDomains.o > MD5.o MiscUtils.o LMAILSvr.o AliasDomain.o POP3GwLink.o POP3Svr.o > POP3Utils.o PSYNCSvr.o ResLocks.o SList.o SMAILSvr.o TabIndex.o > SMAILUtils.o SMTPSvr.o SMTPUtils.o ShBlocks.o StrUtils.o MessQueue.o > QueueUtils.o SvrUtils.o SysDep.o UsrMailList.o UsrAuth.o UsrUtils.o > Main.o Base64Enc.o -ldl -lsocket -lnsl -lpthread -lrt > Undefined first referenced > symbol in file > Undefined first referenced > symbol in file > __gxx_personality_v0 BuffSock.o > ld: fatal: Symbol referencing errors. No output written to XMail > collect2: ld returned 1 exit status > make: *** [XMail] Error 1 > > I deleted all of the *.o files and then I replaced g++ with gcc and got > the exact same error. :~(
Sorry, I forgot LD : CC = g++ LD = g++ - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
