7.0 Build Fails on OpenBSD/sparc64 4.3
Posted: Thu Apr 23, 2009 3:23 pm
Hi guys,
I downloaded NEURON 7.0 and tried to build it on a Sun Blade 1000/2000 both running OpenBSD/sparc64 4.3. For some reason, the build locks up at:
For configure options, I used
If I use
I'd get the build lock at:
Any suggestions on how to get this work? Do I need more restrictive options? I see someone else on the forum has gotten NEURON to build fine on Solaris, but I hope there's a chance OpenBSD will be able to build it. It sucks that I have to restart the computer every time the build fails as it kills my ssh connections. Help appreciated! Thanks
I downloaded NEURON 7.0 and tried to build it on a Sun Blade 1000/2000 both running OpenBSD/sparc64 4.3. For some reason, the build locks up at:
Code: Select all
gcc -g -O2 -o modlunit parse1.o lex.o consist.o declare.o init.o io.o kinunit.o list.o model.o nrnunit.o passn.o symbol.o units.o units1.o version.o -lm declare.o
Code: Select all
--without-iv --without-memacs
Code: Select all
--with-mpi
Code: Select all
mpicc -g -O2 -o modlunit parse1.o lex.o consist.o declare.o init.o io.o kinunit.o list.o model.o nrnunit.o passn.o symbol.o units.o units1.o version.o -lm declare.o