Re: makefile problems...please help
Hi, if this is in a makefile, try $$dir instead: -- : [...] for dir in tcl7.6/unix tk4.2/unix itcl/unix itk/unix \ iwidgets2.2.0/unix; do \ (cd $$dir; $(MAKE) all) ; done
makefile problems...please help
Hi all, I am trying to port into Debian a package called ptolemy, written for sun workstations. I am getting an error during make. I am not an advanced linux user so any advise, even a simple one, will be appeciated. Here are the details: make[3]: Entering directory `/home/ptolemy/obj.linux/tclt