Page 1 of 1

the demonstration program does not run on SPARC

Posted: Sat Feb 17, 2007 5:39 am
by ezhaar
I installed the neuron on sun solaris, successfully. But when i try to run the demonstration program, i get the following error

bash-3.00$ $HOME/neuron/nrn/sparc/bin/nrnivmodl
Creating sparc directory for .o files.

$HOME/neuron/nrn/sparc/bin
*.mod
*.mod
make: Fatal error: Don't know how to make target `mod_func.c.o'

Posted: Sat Feb 17, 2007 4:43 pm
by hines
But when i try to run the demonstration program, i get the following error

bash-3.00$ $HOME/neuron/nrn/sparc/bin/nrnivmodl
That's not the demonstration program. Use

Code: Select all

$HOME/neuron/nrn/sparc/bin/neurondemo
What you typed is for your own personal projects and requires one or more mod files in your current working directory.

Posted: Sun Feb 18, 2007 7:03 am
by ezhaar
thanks alot hines
i got the problem solved
thanks alot for ur help :)