This gets me through the configure:
[osxmen:~/Public/courier/courier-0.38.0] igor% ./configure --with-waitfunc=wait
--enable-mimetypes
Now to the compile and the first "barf":
Making all in rfc1035
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035_res.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035an.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035dump.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035dumprrdata.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035fmttime.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035gettxt.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035ipv6to4.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035mkaddress.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035mksocket.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035mxlist.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035qa.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035qptr.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035reply.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035resolve.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035sameip.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035search.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035sockaddrip.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035sockaddrport.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035str.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035tcp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c rfc1035udp.c
rm -f librfc1035.a
ar cru librfc1035.a rfc1035.o rfc1035_res.o rfc1035an.o rfc1035dump.o
rfc1035dumprrdata.o rfc1035fmttime.o rfc1035gettxt.o rfc1035ipv6to4.o
rfc1035mkaddress.o rfc1035mksocket.o rfc1035mxlist.o rfc1035qa.o rfc1035qptr.o
rfc1035reply.o rfc1035resolve.o rfc1035sameip.o rfc1035search.o rfc1035sockaddrip.o
rfc1035sockaddrport.o rfc1035str.o rfc1035tcp.o rfc1035udp.o
ranlib librfc1035.a
cc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I./.. -I.. -c testlookup.c
cc -g -O2 -Wall -I./.. -I.. -o testlookup testlookup.o librfc1035.a
../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep`
/usr/bin/ld: Undefined symbols:
_rfc1035_default_resolver
make[1]: *** [testlookup] Error 1
make: *** [all-recursive] Error 1
=======
In rfc1035/Makefile, this line appears:
noinst_PROGRAMS = testlookup
So, since it is not installed, I commented it out and the make continues.
--
------------------------------------------------------------------------
Dan White
------------------------------------------------------------------------
"Sometimes I think the surest sign that intelligent life exists
elsewhere in the universe is that none of it has tried to contact us."
Calvin (Bill Watterson)
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users