lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV How to make Lynx smaller


From: Wayne Buttles
Subject: Re: LYNX-DEV How to make Lynx smaller
Date: Sun, 26 Oct 1997 21:16:06 -0500 (EST)


On Sun, 26 Oct 1997, Doug Kaufman wrote:

> On Sun, 26 Oct 1997, Jeff Groves wrote:
> 
> > Now that I've got Lynx to compile under DOS, I'd like to make the
> > executable much smaller.

> > All I need is just the basic
> > browser stuff (although support for cookies is essential, which is why I
> > can't use Bobcat).
> 
> Let the list know
> if you can make lynx_386 function without the packet driver - lots of
> folks would like to see that option.

If he needs cookies then he needs networking.  

Anyone can take out the tcp stuff, it would just take time.  A combo of
not initializing the wattcp code (in LYCurses.c?) and a forced -localhost
are a good start.  To reduce the size of the binary, compile without
libtcp.a and the .h files and make a .h file with just void macros for
anything the compiler whines about.  

;
; 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]