Neuron on Ubuntu Natty 11.04
Posted: Mon May 16, 2011 12:06 pm
Dear all,
I'm trying to install NEURON on the latest ubuntu (11.04) but I run into trouble.
This is the error:
Any idea why this is happening?
I just running the classic ./configure make routine.
I'm trying to install NEURON on the latest ubuntu (11.04) but I run into trouble.
This is the error:
Code: Select all
make[3]: Leaving directory `/home/mattions/Work/progs/neuron/neuron-hg/nrn/src/oc'
Making all in nrnoc
make[3]: Entering directory `/home/mattions/Work/progs/neuron/neuron-hg/nrn/src/nrnoc'
(MODLUNIT=../../share/lib/nrnunits.lib ; \
export MODLUNIT ; ../nmodl/nocmodl ./hh )
Can't create C file: ./hh.c at line 0 in file ./hh.mod
^
make[3]: *** [hh.c] Error 1
make[3]: Leaving directory `/home/mattions/Work/progs/neuron/neuron-hg/nrn/src/nrnoc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mattions/Work/progs/neuron/neuron-hg/nrn/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mattions/Work/progs/neuron/neuron-hg/nrn'
make: *** [all] Error 2
I just running the classic ./configure make routine.