Path: utzoo!attcan!uunet!cs.utexas.edu!texbell!nuchat!texhrc!mjz From: mjz@texhrc.UUCP (Michael Zeitlin) Newsgroups: comp.sys.sgi Subject: X11 fractal program Keywords: X11, fractals, makefile! Message-ID: <427@texhrc.UUCP> Date: 28 Jun 90 19:37:12 GMT Organization: Texaco Houston Res. Cntr Hou, Tx Lines: 74 i recently copied over from comp.sources.x a fractal program that runs great on our suns, and dec machines... when i tried to "make" it on my 4D25, the makefile wouldn't even work... below is the makefile with the error.... I cant figure out why it doesnt work....and more importantly, why it works so well on the other machines. this is not good..... _________________ ICONFILE= -DICONFILE="\"/usr/irisu/mjz/fractal/mntn.btm\"" BCKGFILE= -DBCKGRND="\"/usr/irisu/mjz/fractal/bg.btm\"" CFLAGS= -O ${ICONFILE} ${BCKGFILE} STRIP=touch HFILES= xpt.h xlmntn.h xmntn.h CMNO= xpt.o gen_mntndata.o cmn_mntncode.o CMNC= xpt.c gen_mntndata.c cmn_mntncode.c XLO= xlmntn.o XLC= xlmntn.c XO= xmntn.o XC= xmntn.c BTMS= bg.btm mntn.btm SHAR= xmntns.sh PROGS = xmntn xlmntn X11= -lX11 all: ${PROGS} xmntn: ${CMNO} ${XO} cc -O -o $@ ${CMNO} ${XO} ${X11} -lm @${STRIP} $@ @ls -l $@ xlmntn: ${CMNO} ${XLO} cc -O -o $@ ${CMNO} ${XLO} ${X11} -lm @${STRIP} $@ @ls -l $@ xpt.o: xpt.h xmntn.o: xmntn.h lmntn.o: xlmntn.h clean: rm -f *.o ${PROGS} core shar: shar README Makefile ${HFILES} ${CMNC} ${XC} ${XLC} ${BTMS} > ${SHAR} @ls -l ${SHAR} ______________________ The error looks like this: iris%make cc -O -DICONFILE="\"/usr/irisu/mjz/fractal/mntn.btm\"" -DBCKGRND="\"/usr /irisu/mjz/fractal/bg.btm\"" -c xpt.c Unmatched ". *** Error code 1