lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV More on getting sendmail to work with lynx under Windows


From: vischne
Subject: LYNX-DEV More on getting sendmail to work with lynx under Windows
Date: Tue, 28 Oct 1997 01:47:29 GMT

There is a Windows version of sendmail that comes with the Visual C
version of lynx.  This sendmail.exe doesn't like the `-t -oi' command line
that you get when you do a vanilla gcc compile after a vanilla gnu
configure.  It prefers the LYMail.c -DDOSPATH command line that lists
where the editor file is.

However, -DDOSPATH leads to compile problems everywhere
except LYMail.c.  And, -D_WINDOWS is really big trouble. So, if you want
to configure for a Unix/Windows95 compile using the cygnus.com gcc
compiler, you

(a) do a -DUNIX and -DLINUX in the site definitions of
        the generated makefile.

(b) You add:

#ifdef __CYGWIN32__
#define DOSPATH 1
#endif
at the top of LYMail.c

Œ
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]