lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev 2.8.1dev.12 with slang seg faults


From: warner
Subject: lynx-dev 2.8.1dev.12 with slang seg faults
Date: Sun, 17 May 1998 03:46:16 -0700

Has anyone built dev.12 on Digital Unix 4.0 with slang 1.2.2?

lynx builds and runs if I use a minimal configure script, to wit:

#!/usr/local/bin/tcsh
setenv CPPFLAGS "-I/tmp/warner/include -I/usr/local/include"
setenv LIBS "-L/tmp/warner/lib -L/usr/local/lib"
./configure 

but changing the last line to:

./configure --with-screen=slang

produces an executable that displays the start-page and then immediately
seg-faults.  I've had so little trouble building lynx in the past that I
have no idea how to go about debugging &/or reporting info...

I last built .dev3 with slang (not sure of the slang version, but it
was post-1.0.0) with no problem.

Ran 'make distclean' between efforts, down-loaded and built a fresh
copy of slang and lynx both, built with both edited and un-edited
userdefs.h and lynx.cfg.

What else, if anything, would you like in the way of other info?

Except for an unrecognized compiler option:

cd WWW/Library/unix && make CC="gcc" \
        LY_CFLAGS="-O2 -std1 -DDSYS5 " \
[...]
gcc: unrecognized option `-std1'

and two warnings about pointer casts:

../../../WWW/Library/Implementation/HTAAProt.c: In function `HTAA_getGid':
../../../WWW/Library/Implementation/HTAAProt.c:182: warning: cast from
pointer to integer of different size
../../../WWW/Library/Implementation/HTAAProt.c:193: warning: cast from
pointer to integer of different size

, everything seemed uneventful.

-- 
Michael Warner 
<address@hidden>

reply via email to

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