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  

|
March 14, 2005 12:20PM
It seems quite likely that your /tmp directory is causing the
problem (or /var/tmp). The compile command may use one
of those directories to make a temporary copy of a file until
it is fully created, at which time the cp command copies it
over. I'm not sure. But I see that you have only 1.4G of space
available (under /) for your tmp directories. So that may be
the problem.

Try this: make a tmp directory under your home directory
(just once, ever). Then before compiling, set your TMPDIR
to ~/tmp. Which is to say, execute these commands:

mkdir ~/tmp
setenv TMPDIR ~/tmp

Now try the "make" command again, according to those
instructions. If that works, you are good to go. Then add
the 'setenv TMPDIR ~/tmp' command to your ~/.cshrc file.

In any case, the source is always updated. And from that
the linux_gcc32.tgz, etc., packages are generated. So even
though we are not currently producing linux_glibc22.tgz, you
can still make it on your own, with the commands that I sent.
It will be completely up to date.

- rick
Subject Author Posted

Compiling AFNI

Jennine March 11, 2005 12:59PM

Re: Compiling AFNI

rick reynolds March 11, 2005 02:24PM

Re: Compiling AFNI

Jennine March 11, 2005 03:17PM

Re: Compiling AFNI

Jennine March 11, 2005 03:30PM

Re: Compiling AFNI

rick reynolds March 11, 2005 04:04PM

Re: Compiling AFNI

Jennine March 14, 2005 11:50AM

Re: Compiling AFNI

rick reynolds March 14, 2005 12:20PM

Re: Compiling AFNI

Jennine March 14, 2005 01:53PM