Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!usc!howland.reston.ans.net!agate!asami From: asami@cs.berkeley.edu (Satoshi ASAMI) Newsgroups: comp.os.386bsd.questions Subject: Re: Xmandel (or other cool FreeBSD fractal generators) Date: 26 Jun 94 08:10:01 Organization: CS Div. - EECS, University of California, Berkeley, CA 94720 Lines: 10 Message-ID: <ASAMI.94Jun26081001@forgery.cs.berkeley.edu> References: <mldCrz971.C2x@netcom.com> NNTP-Posting-Host: forgery.cs.berkeley.edu In-reply-to: mld@netcom.com's message of Sat, 25 Jun 1994 15:57:01 PST In article <mldCrz971.C2x@netcom.com> mld@netcom.com (Matthew Deter) writes: * I am trying to get Xmandel 2.0 working on FreeBSD. The "fast" * generation mode works fine, but the "real" mode causes a core dump. * Anyone got any bright ideas before I start debugging? My guess is a missing prototype of a double function. Try compiling it with -Wall and stick in #include <math.h> where necesary. Satoshi