d.henman <[EMAIL PROTECTED]> ha escrit: > I now ran into the following problem, which looks like a missing header file > or library. > > /usr/local/bin/gcc -g -O2 -o aclck.exe aclck.o > ../mailbox/.libs/libmailutils.a -L/usr/lib /usr/lib/libintl.dll.a > /usr/lib/libiconv.dll.a -lcrypt -lresolv -lpthread /usr/lib/libgdbm.dll.a > aclck.o: In function `main': > /usr/cvs/mailutils/examples/aclck.c:190: undefined reference to `_rpl_getopt'
Yes, examples/Makefile.am missed a dependency for that program. I have fixed it in the repository. Please, update your tree. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
