On Wed, Jun 26, 2002 at 09:25:44AM -0300, Fr?d?ric L. W. Meunier wrote: > Thomas Dickey wrote: > > >>> looks as if OpenSSL is linked statically > >> > >> Apparently both are. > > > I don't think so. OpenSSL adds about 600Kb on my Linux > > builds (since I link that one statically). > > OK, but from his lynx.cfg: > > # lynx.cfg file. > # Copycenter (c) 1982-30.12.2001 by Thorsten "mirabilos" Glaser > # Compiled for Win32 using Borland C++ 5.5 Command Line Tools. > # Feedback: <[EMAIL PROTECTED]> > > # ATTENTION includes IDEA cipher! > > And his binary runs without any OpenSSL dll's (I don't think I > have any on my system). > > The default is to strip the binary with makefile.bcb ? > > $(BCC32) $(DEBUG) -lOS -elynx.exe $(CS_OBJS) @lynx.rsp
I'm not sure what the -lOS option does - in context it doesn't appear to be to strip the executable (given the $(DEBUG) on that line). But that's a guess. I do recall that lynx.exe built with Borland C is a little larger than the M$ build, and both are ~1.2Mb. (My OpenSSL dll is 200kb, which is certainly smaller than 600kb, but dll's are compressed while exe's aren't, afaik). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
