>-----Original Message----- >From: lnx-bbc-devel-admin@xxxxxxxx >[mailto:lnx-bbc-devel-admin@xxxxxxxx]On Behalf Of Nick Moffitt >Sent: Sat, 19 October 2002 1:44 PM > >For starters, wtf is up with this? > > >http://triakis.greenkey.net/~garp/chez/gpm-1.20.0-nomangledeps.patch That was like my very first hurdle with GAR...and the result of my very unlucky decision to check the cvs out into ~/cvs/gar.lnx-bbc.org/. Without the above patch, build failed with something like this: make[2]: Entering directory `home/garp/gar.oshit/gar/utils/gpm/work/gpm-1.20.0/src' bison -y /home/garp/gar.oshit/gar/utils/gpm/work/gpm-1.20.0/src/gpm-root.y && mv y.tab.c gpm-root.c for DEPS in `echo /home/garp/gar.oshit/gar/utils/gpm/work/gpm-1.20.0/src/*.c` gpm-root.c; do \ cc -M -I/home/garp/gar.oshit/gar/utils/gpm/work/gpm-1.20.0/src -DHAVE_CO NFIG_H -include headers/config.h -Wall -I/home/garp/dest//../../../home/garp/build//incl ude -I/home/garp/dest//usr/X11R6/include $DEPS | \ /bin/sed 's/\(\)\.o\([ :]*\)/\1.o \1.lo\2/g' >> .depend ; done make[2]: Leaving directory `/var/home/garp/gar.oshit/gar/utils/gpm/work/gpm-1.20.0/src' make[2]: Entering directory `/var/home/garp/gar.oshit/gar/utils/gpm/work/gpm-1.20.0/src' make[2]: *** No rule to make target `/home/garp/gar.o', needed by `gpm.o'. Stop. All the fix does is change the '*' to a '+'.