2009-12-11
It's that xsnow time of
year. I wanted t ...
Attention: this item is more than 5 years old, links can be broken and information can have been updated.
It's that xsnow time of year. I wanted to compile it for our students and staff to use and found a major Makefile and a real Imakefile (remember those?):$ wc Makefile Imakefile 957 2413 26799 Makefile 7 21 172 ImakefileTrying to find the 'real' problem I managed to reduce all that to:xsnow: xsnow.o toon_root.o gcc -o xsnow xsnow.o toon_root.o -lm -lXpm -L/usr/X11R6/libimake gave us somewhat overkill Makefiles...