Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa02231; 26 Dec 96 23:31 PST To: jay@JIMI.CS.UNLV.EDU Subject: bug-chimera oct 96 Date: Thu, 26 Dec 1996 23:31:48 -0800 From: Jay Nietling ------- Forwarded Messages Received: from adm.sci-nnov.ru by JIMI.CS.UNLV.EDU id aa24800; 2 Oct 96 17:44 PDT Received: from sch1.UUCP (uucp@localhost) by adm.sci-nnov.ru (8.7.5/Dmiter-4.0.0) with UUCP id DAA16878 for cs.unlv.edu!bug-chimera; Thu, 3 Oct 1996 03:44:02 +0300 (MSK) Received: (from svb@localhost) by sch1.sci-nnov.ru (8.7.3/8.7.3) id DAA05369 for bug-chimera@cs.unlv.edu; Thu, 3 Oct 1996 03:14:52 +0300 Message-ID: X-Mailer: XFMail 0.4-beta [p0] on Linux X-Chameleon-Return-To: Sergey.Baranov@f13.n5015.z2.fidonet.org X-XFmail-Return-To: Sergey.Baranov@f13.n5015.z2.fidonet.org Return-Receipt-To: Sergey.Baranov%f13.n5015.z2.fidonet.org@sch1.sci-nnov.ru Sender: svb@sch1.sci-nnov.ru Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 03 Oct 1996 03:13:22 +0300 (MSK) Organization: -= Foggy Planet =- From: Sergey Baranov To: Chimera Bug List unsubscribe ------- Message 2 Received: from babybop.reptiles.org by JIMI.CS.UNLV.EDU id aa01266; 6 Oct 96 2:31 PDT Received: by reptiles.org via send-mail with stdio id for bug-chimera@cs.unlv.edu; Sun, 6 Oct 96 05:31:10 -0400 (EDT) (/\##/\ Smail3.1.30.13 #30.5 built 7-mar-96) Message-Id: Date: Sun, 6 Oct 96 05:31:10 -0400 (EDT) From: Smarasderagd To: bug-chimera@cs.unlv.edu Subject: cfh108 patches I've moved the patches to https://pantransit.smar.reptiles.org/prog/cfh108.patch.gz, and added a few fixes and some attempted bookmark map/unmap improvements. ------- Message 3 Received: from csc-sun.math.utah.edu by JIMI.CS.UNLV.EDU id aa12055; 31 Oct 96 14:25 PST Received: from sunscreen.math.utah.edu (beebe@sunscreen.math.utah.edu [155.99.144.58]) by csc-sun.math.utah.edu (8.7.6/8.7.3) with ESMTP id PAA00989; Thu, 31 Oct 1996 15:25:47 -0700 (MST) From: "Nelson H. F. Beebe" Received: (from beebe@localhost) by sunscreen.math.utah.edu (8.7.6/8.7.3) id PAA10610; Thu, 31 Oct 1996 15:25:46 -0700 (MST) Date: Thu, 31 Oct 1996 15:25:46 -0700 (MST) To: bug-chimera@cs.unlv.edu Cc: beebe@math.utah.edu X-US-Mail: "Center for Scientific Computing, University of Utah, Salt Lake City, UT 84112, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 581 4148 X-URL: https://www.math.utah.edu/~beebe Subject: Minor problems in building chimera-1.65 on Sun Solaris 2.5 Message-ID: To get chimera-1.65 to build successfully on Sun Solaris 2.5, I had to make two small patches to src/Makefile: (1) remove sys/dir.h from the dependencies (their presence causes make to fail with "don't know how to make sys/dir.h" (2) add two libraries to src/Makefile: EXTRA_LIBRARIES = -L../mxw -lmxw -L../libhtmlw -lhtmlw \ -L../xloadimage -lxloadimage $(COMPATLIB) \ -L../common -lcommon \ -lnsl -lsocket \ $(CSOCKSLIB) $(CTERMLIB) $(CEXTRA_LIBS) \ $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm [The added line is -lnsl -lsocket \] ======================================================================== Nelson H. F. Beebe Tel: +1 801 581 5254 Center for Scientific Computing FAX: +1 801 581 4148 Department of Mathematics, 105 JWB Internet: beebe@math.utah.edu University of Utah URL: https://www.math.utah.edu/~beebe Salt Lake City, UT 84112, USA ======================================================================== ------- Message 4 Received: from csc-sun.math.utah.edu by JIMI.CS.UNLV.EDU id aa15647; 31 Oct 96 18:27 PST Received: from sunscreen.math.utah.edu (beebe@sunscreen.math.utah.edu [155.99.144.58]) by csc-sun.math.utah.edu (8.7.6/8.7.3) with ESMTP id TAA03670; Thu, 31 Oct 1996 19:27:03 -0700 (MST) From: "Nelson H. F. Beebe" Received: (from beebe@localhost) by sunscreen.math.utah.edu (8.7.6/8.7.3) id TAA12548; Thu, 31 Oct 1996 19:27:02 -0700 (MST) Date: Thu, 31 Oct 1996 19:27:02 -0700 (MST) To: bug-chimera@cs.unlv.edu Cc: beebe@math.utah.edu X-US-Mail: "Center for Scientific Computing, University of Utah, Salt Lake City, UT 84112, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 581 4148 X-URL: https://www.math.utah.edu/~beebe Subject: Building chimera-1.65 on DEC Alpha OSF/1 3.2: a small workaround Message-ID: I had to make a small manual workaround to successfully build chimera-1.65 on a DEC Alpha OSF/1 3.2 system, because compilation of src/util.c dies with: util.c: In function `ReapChild': util.c:146: storage size of `st' isn't known The reason is that union wait st; is not defined unless compilation is with -DSYSV. I therefore did cd src; make DEFINES=-DSYSV and the compilation and subsequent "make install" at top level then succeeded. ======================================================================== Nelson H. F. Beebe Tel: +1 801 581 5254 Center for Scientific Computing FAX: +1 801 581 4148 Department of Mathematics, 105 JWB Internet: beebe@math.utah.edu University of Utah URL: https://www.math.utah.edu/~beebe Salt Lake City, UT 84112, USA ======================================================================== ------- End of Forwarded Messages