lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Problem with sgi text/html recognition


From: Carl Buxbaum
Subject: LYNX-DEV Problem with sgi text/html recognition
Date: Thu, 12 Dec 1996 21:22:11 -0500

This is a followup to a problem that we were having accessing

   http://www.imdb.com

where there is a script that checks your language preference.  The
language preference was not being recognized from our newly installed
lynx2-6, and our lynx client was reporting that it was incapable of
handling text/html.

The solution to this problem turned out to be to add the flag "-cckr"
to WWW/Library/sgi/Makefile  compiler options, to match the came
compiler option in the top level directory.  Other things that fixed
this were to remove the "-cckr" flag from both makefiles or use gcc
rather than sgi's compiler.  I'm not sure what side effects either of
these actions would produce.

Here's the Makefile as we have it (it includes the flags -O2 and
-mips2 which we try to use in all our source, but I determined that
neither of these flags was causing the problem initially):

--
Carl Buxbaum
address@hidden
Customer Support, Software Tool & Die
(617)-739-0202 (voice)
--



#  Make WWW for Silicon Graphics
#
# For W3 distribution, machine type for subdirectories
WWW_MACH = sgi

# Architecutre in ASIS scheme
#  SGI does not presently have ranlib.  Ignore the error
#  message about that when the CommonMakefile tries to
#  invoke it.
ASIS_MACH = sgi/iris-3.5

CFLAGS =  -O2 -mips2 -cckr
CC = cc
LFLAGS =

# Directory for installed binary:
BINDIR = /usr/local/bin

#_________________ OK if normal W3 distribution
# Where is the WWW source root?
WWW = ../..

#  Where should temporary (object) files go?
WTMP = ../..


# Where is the W3 object library?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)

include $(WWW)/Library/Implementation/CommonMakefile


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