[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LYNX-DEV Lynx 2.6 Sun4 won't compile because _setupterm multiply defined
From: |
Subir Grewal |
Subject: |
LYNX-DEV Lynx 2.6 Sun4 won't compile because _setupterm multiply defined (fwd) |
Date: |
Wed, 13 Nov 1996 08:53:30 -0500 (EST) |
I'm forwarding this message from Richard Werezak in the hope that someone
else can assist him. I really can't say what the problem might be.
---------- Forwarded message ----------
Date: Sun, 10 Nov 1996 15:55:16 -0500
From: Richard Werezak <address@hidden>
To: address@hidden
Subject: Lynx 2.6 Sun4 won't compile because _setupterm multiply defined
Hi:
I wonder if you could help me out. I can't get the lynx2-6 to compile
on Sun OS4.1.1. I'm a Windows developer and I'm not too familiar
with the Sun UNIX libraries. I've captured and edited a section of
the build. At the end it stops with a link error.
Is there some obvious problem that I have that you could point out?
I would appreciate any help. Thanks,
-Richard Werezak (address@hidden)
ps: I have the ncurses installed but it doesn't work with "make
sun4-ncurses"
either.
=======================================
analyst# ./configure
loading cache ./config.cache
checking for sendmail... (cached) /usr/lib/sendmail
checking for compress... (cached) /usr/ucb/compress
checking for uncompress... (cached) /usr/ucb/uncompress
checking for uudecode... (cached) /bin/uudecode
checking for zcat... (cached) /usr/ucb/zcat
checking for gzip... (cached) /bin/gzip
checking for zip... (cached) /usr/local/bin/zip
checking for unzip... (cached) /bin/false
checking for mkdir... (cached) /bin/mkdir
checking for mv... (cached) /bin/mv
checking for rm... (cached) /bin/rm
checking for tar... (cached) /bin/tar
checking for touch... (cached) /bin/touch
checking for cp... (cached) /bin/cp
checking for chmod... (cached) /bin/chmod
checking for a BSD compatible install... (cached) /bin/install -c
checking host system type... sparc-sun-sunos4.1.1
checking target system type... sparc-sun-sunos4.1.1
checking build system type... sparc-sun-sunos4.1.1
creating ./config.status
creating Makefile
creating userdefs.h
analyst# make sun4
cd WWW/Library/sun4; make CC="gcc" LYFLAGS=" \
-DDIRED_SUPPORT -DLONG_LIST "
if [ ! -r ../... ] ; then mkdir ../..; else echo OK ; fi
OK
if [ ! -r ../../Library ] ; then mkdir ../../Library; else echo OK ; fi
OK
if [ ! -r ../../Library/sun4 ] ; \
then mkdir ../../Library/sun4; else echo OK ; fi
OK
touch ../../Library/sun4/.created
gcc -c -o ../../Library/sun4/HTParse.o -DDEBUG -O -DDIRED_SUPPORT
-DLONG_LIST -
I../../Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH
./../Library/Implem
entation/HTParse.c
.... everything compiles OK ...
Linking and creating Lynx executable
gcc -O -DUNIX -DSUN -DSUN4 -DFANCY_CURSES -DLOCALE
-I../WWW/Library/Impleme
ntation -I/usr/5include -DDIRED_SUPPORT -DOK_TAR -DOK_ZIP
-DOK_GZIP -DO
K_UUDECODE -DOK_OVERRIDE -DOK_PERMIT -I.. -o lynx LYClean.o LYShowInfo.o
LYEdi
t.o LYStrings.o LYMail.o HTAlert.o GridText.o LYGetFile.o LYMain.o
LYMainLoop.
o LYCurses.o LYBookmark.o LYUtils.o LYOptions.o LYReadCFG.o LYSearch.o
LYHistor
y.o LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o
HTML.o HTF
Writer.o HTInit.o DefaultStyle.o LYLocal.o LYUpload.o LYLeaks.o LYexit.o
LYJump
.o LYList.o LYCgi.o LYTraversal.o LYEditmap.o LYCharSets.o LYCharUtils.o
LYMap.
o ../WWW/Library/sun4/libwww.a -lcurses -ltermcap -L/usr/5lib
collect2: ld returned 2 exit status
ld: /usr/5lib/libtermcap.a(setupterm.o): _reset_prog_mode: multiply defined
/usr/5lib/libtermcap.a(setupterm.o): _setupterm: multiply defined
/usr/5lib/libtermcap.a(setupterm.o): _def_shell_mode: multiply defined
*** Error code 1
make: Fatal error: Command failed for target `lynx'
Current working directory /home/lynx2-6/src
*** Error code 1
make: Fatal error: Command failed for target `sun4'
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV Lynx 2.6 Sun4 won't compile because _setupterm multiply defined (fwd),
Subir Grewal <=