On Wed, Apr 06, 2005 at 08:56:50AM +0200, Paul J Stevens wrote: > add the --enable-shared=no to your configure run. That will disable shared > libs alltogether. > getting closer, I had to fudge the compile line to be:
gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o dbmail-pop3d pop3.o pop3d.o ./.libs/libdbmail.a pgsql/.libs/libpgsqldbmail.a /root/dbmail/sort/.libs/libsortdbmail.a /root/dbmail/auth/.libs/libauthdbmail.a -L/usr/local/pgsql/lib -lpq -lsocket -lnsl -lresolv for the dbmail-pop3d binary and gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o dbmail-imapd quota.o imap4.o imaputil.o imapcommands.o memblock.o rfcmsg.o imapd.o dbsearch.o dbmsgbuf.o acl.o ./.libs/libdbmail.a pgsql/.libs/libpgsqldbmail.a /root/dbmail/sort/.libs/libsortdbmail.a /root/dbmail/auth/.libs/libauthdbmail.a -L/usr/local/pgsql/lib -lpq -lsocket -lnsl -lresolv for the dbmail-imapd binary and gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o dbmail-lmtpd lmtp.o lmtpd.o ./.libs/libdbmail.a pgsql/.libs/libpgsqldbmail.a /root/dbmail/sort/.libs/libsortdbmail.a /root/dbmail/auth/.libs/libauthdbmail.a -L/usr/local/pgsql/lib -lpq -lsocket -lnsl -lresolv for the dbmail-lmtpd binary Am installing now, we will see what happens (crossing fingers) ... --Patrick
