Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!usenet.ins.cwru.edu!ljo From: ljo@johnny5.eeap.cwru.edu (L Jonas Olsson) Newsgroups: comp.os.386bsd.questions Subject: Re: Did anyone compiled xvgr for FreeBSD? Date: 22 May 1994 15:10:42 GMT Organization: Case Western Reserve Univ. Cleveland, Ohio (USA) Lines: 24 Message-ID: <2rnsli$na7@usenet.INS.CWRU.Edu> References: <Cq783F.9Dt@sci.kun.nl> NNTP-Posting-Host: johnny5.eeap.cwru.edu Keywords: FreeBSD, XFree86 ACE xvgr In article <Cq783F.9Dt@sci.kun.nl> wittlin@sci.kun.nl (Aleksander Wittlin) writes: > >Hello, >did anyone succeeded to run xvgr (data display and >processing software from Paul J. Turner, available via >anon ftp from ftp.ccalmr.ogi.edu or ftp.x.org) under FreeBSD >version 1.1 ? I tried to compile both versions, 2.09 and 2.10 >under FreeBSD 1.1R, XFree86 1.2.1 and with binaries of >XView 3.2 from freebsd.cdrom.com packages 1.1 directory. > Both xvgr versions compile without any problems >(a few warnings about pointers refered as integers without >a cast) on 8MB 486DX and both dump core >with "floating point exception" when I try to run them. I just compiled the Motif version xmgr, and it was also getting floating point exception. The trouble was that several files were missing the prototype for atof(). I added #include <stdlib.h> to all files using atof() and it worked fine after that. If this doesn't help the Xview version you can email me. Jonas