History of AFNI updates  

|
January 20, 2005 01:07PM
There is a small issue on my system (running Debian linux, testing branch).
The program 'whereami' will not build because it could not find the motif
headers on my system. I had to add the IFLAGS variable to that target to
get it to build:

whereami:whereami.o
$(RM) $@
-- $(CC) -o whereami whereami.c $(LFLAGS) -lmri $(LLIBS)

++ $(CC) -o whereami whereami.c $(IFLAGS) $(LFLAGS) -lmri $(LLIBS)

cheers
vinai
Subject Author Posted

patch to Makefile.INCLUDE

vinai roopchansingh January 20, 2005 01:07PM

Re: patch to Makefile.INCLUDE

rick reynolds January 21, 2005 01:40PM