AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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