1 message in net.sourceforge.lists.courier-maildrop[maildropl] maildrop compile errors w...
FromSent OnAttachments
Oguz YILMAZJan 30, 2002 1:55 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:[maildropl] maildrop compile errors with gcc-3.0Actions...
From:Oguz YILMAZ (og@ieee.metu.edu.tr)
Date:Jan 30, 2002 1:55:40 pm
List:net.sourceforge.lists.courier-maildrop

i am trying to compile maildrop on hpux ia64 system with gcc-3.0 from hp.

I have read the install document. Yes, it says i wont compile with gcc 3.0 yet. bu i really need to comile this on it as soon as posible. I have searched for sourceorge maildrop home for cvs files. However they were old. How is it going on gcc-3x? How can I reach latest cvs version of maildrop if the rpoblem has already solved?

thanks for your help.

Oguz Yilmaz

Problem summary:

I know Mio:: symbols are in mio.C. However ld can not find them.

maildrop 1.3.7

./configure --prefix=/opt/local2 --with-db=db --enable-maildropldap --with-ldapconfig=/opt/local2/etc/maildropldap.config --enable-maildirquota --with-etcdir=/opt/local2/etc --with-userdb=/opt/local2/etc/userdb --with-userdbtmpdir=/opt/local2/etc '--with-makedatprog=${exec_prefix}/bin/makedatprog'

make

make[1]: Entering directory `/postavol/home/oguzy/work2/maildrop-1.3.7/maildrop' c++ -mlp64 -I/opt/local2/include -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c alarm.C ... ... ... gcc -mlp64 -I/opt/local2/include -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c mdldap.c rm -f libmdcommon.a ar cru libmdcommon.a alarm.o alarmsleep.o alarmtimer.o buffer.o dotlock.o dotlockrefresh.o exittrap.o funcs.o maildrop.o mio.o setgroupid.o tempfile.o mdldapconfig.o mdldap.o ranlib libmdcommon.a c++ -mlp64 -I/opt/local2/include -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c deliver.C ... ... ... c++ -mlp64 -I/opt/local2/include -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c varlist.C c++ -mlp64 -I/opt/local2/include -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -o maildrop deliver.o deliverdotlock.o dotlockmaildrop.o filelock.o filter.o formatmbox.o globaltimer.o lexer.o log.o maildir.o main.o message.o messageinfo.o pipefds.o re.o recipe.o recipenode.o recipeparse.o reeval.o rematch.o rematchmsg.o rematchstr.o search.o token.o varlist.o libmdcommon.a ../rfc822/librfc822.a ../maildir/libmaildir.a ../numlib/libnumlib.a ../liblock/liblock.a ../bdbobj/libbdbobj.a -ldb -lldap -llber c++ -mlp64 -I/opt/local2/include -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c reformail.C c++ -mlp64 -I/opt/local2/include -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -o reformail reformail.o buffer.o ../rfc822/librfc822.a ../liblock/liblock.a ld: Unsatisfied symbol "Mio::tell() " in file buffer.o ld: Unsatisfied symbol "Mio::fill() " in file buffer.o ld: Unsatisfied symbol "Mio::seek(long, int)" in file buffer.o ld: Unsatisfied symbol "Mio::Close() " in file buffer.o ld: Unsatisfied symbol "Mio::write(void const*, int)" in file buffer.o ld: Unsatisfied symbol "MioStdio::write(void const*, int)" in file buffer.o ld: Unsatisfied symbol "Mio::flush(int)" in file buffer.o ld: Unsatisfied symbol "Message::readerr() " in file buffer.o ld: Unsatisfied symbol "Message::seekerr() " in file buffer.o 9 errors. collect2: ld returned 1 exit status make[1]: *** [reformail] Error 1 make[1]: Leaving directory `/postavol/home/oguzy/work2/maildrop-1.3.7/maildrop' make: *** [all-recursive] Error 1