lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Problem posting to newsy


From: David Woolley
Subject: Re: LYNX-DEV Problem posting to newsy
Date: Mon, 7 Jul 1997 08:15:37 +0100 (BST)

> 
> > 4. Configure lynx again just as you did before - with one difference.
> > Don't use -s, but -g instead, for your compilation.
> 
> The version of make I'm using doesn't support a -g option.  Here is the
> pertinant info on make:

I doubt that there is a version of Make that doesn't support these.  They
are options for the C compiler and need to go in the actual makefile.
-s is also an option for install, if you run the installed versions, rather
than running from the build directory.  -g is include debugging and -s is
remove symbols.

> > 9. Type
> > gdb lynx core
> > and do a where command to get the stack trace.


You were supposed to run gdb and request a stack trace here, although, without
the -g  option, it may not be very helpful.

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