diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-11 22:50:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-11 22:50:00 +0000 |
commit | e174347428320bc0bf5a44ca7736888f847f53d2 (patch) | |
tree | bec5ebe69477ba52cfd67454671b0c546dfd2867 /INSTALL | |
parent | 054d9c1c9eeab80b949d121daf4d44f7fa037900 (diff) | |
download | fetchmail-e174347428320bc0bf5a44ca7736888f847f53d2.tar.gz fetchmail-e174347428320bc0bf5a44ca7736888f847f53d2.tar.bz2 fetchmail-e174347428320bc0bf5a44ca7736888f847f53d2.zip |
Update.
svn path=/trunk/; revision=1504
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -49,6 +49,14 @@ Support for CompuServe's RPA authentication method (rather similar to APOP) is available but also not included in the standard build. You can compile it in with `configure --enable-RPA'. +If you want to build for debugging, + + CFLAGS=-g LDFLAGS=" " ./configure + +will do that. + +Advanced configuration: + Specifying --with-kerberos=DIR will tell the fetchmail build process to look in DIR for Kerberos support. Configure normally looks in /usr/kerberos and /usr/athena; if you specify this option with an argument it will look @@ -59,17 +67,15 @@ Kerberos lives. If your configuration doesn't match one of the four that fetchmail's configure.in knows about, you may find you have to hand-hack the Makefile a bit. +You may also want to hand-hack the Makefile if you're writing a custom +or bleeding-edge resolver library. In that case you will probably +want to add -lresolv or whatever to the definition of LOADLIBS. + It is also possible to explicitly condition out the support for POP3, IMAP, and ETRN (with configure arguments of --disable-POP3, --disable-IMAP, and --disable-ETRN respectively). However, none of these wins back more that 3 to 4K on an Intel box. -If you want to build for debugging, - - CFLAGS=-g LDFLAGS=" " ./configure - -will do that. - If you're running QNX, edit the distributed Makefile directly. The QNX values for various macros are there but commented out; all you have to do is uncomment them. |