On Wed, 2003-02-05 at 19:52, Curtis Maurand wrote: You have not provided enough details to accurately pinpoint your problem. What build mechanism did you use? ./configure? build.sh? It looks like you're missing the config.c file in your compilation. Patches to the autoconf stuff to allow this were posted, but may not have made it to cvs. More information required to accurately solve your problem
-- Ryan Butler <[EMAIL PROTECTED]> ADI Internet Solutions > same deal with gcc296 and 3.2. Its almost like there's a file missing > somewhere. > > Here is what I get: > > ock.c > gcc296 -g -O2 -o dbmail-smtp -lmysqlclient list.o debug.o dbmd5.o md5.o > mime.o main.o pipe.o bounce.o forward.o memblock.o mysql/libmysqldbmail.a > main.o: In function `main': > /root/dbmail/main.c:64: undefined reference to `ReadConfig' > /root/dbmail/main.c:65: undefined reference to `ReadConfig' > /root/dbmail/main.c:66: undefined reference to `SetTraceLevel' > /root/dbmail/main.c:67: undefined reference to `GetDBParams' > pipe.o: In function `insert_messages': > pipe.o(.text+0xa5e): undefined reference to `GetConfigValue' > pipe.o(.text+0xa8e): undefined reference to `GetConfigValue' > pipe.o: In function `send_notification': > pipe.o(.text+0xdc1): undefined reference to `GetConfigValue' > pipe.o: In function `send_reply': > pipe.o(.text+0xef6): undefined reference to `GetConfigValue' > bounce.o: In function `bounce': > /root/dbmail/bounce.c:30: undefined reference to `GetConfigValue' > bounce.o:/root/dbmail/bounce.c:34: more undefined references to > `GetConfigValue' follow > collect2: ld returned 1 exit status > make[1]: *** [dbmail-smtp] Error 1 > make[1]: Leaving directory `/root/dbmail' > make: *** [all-recursive] Error 1 > [EMAIL PROTECTED] dbmail]# >
