I'm trying to compile mod files with nrnivmodl (Neuron version 7) running on fedora 10 with gcc4.3.2.
I receive the following error message:
/usr/bin/ld: cannotfind -lncurses
make: *** [libnrnmech.la] Error 1
I'm new to fedora so may be missing something simple. Any suggestions?
Thanks,
Matt
nrnivvmodel compile error
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: nrnivvmodel compile error
The development environment is incomplete. If you did not use the "gui software installer" to select the default "development" bundle, then do so and that may fix the problem.
If you did, you need to get at least one more item: the library for libncurses. Bring up the gui software installer tool, and search for package names that include the string ncurses. Select the most recent lib*ncurses and install that.
If you did, you need to get at least one more item: the library for libncurses. Bring up the gui software installer tool, and search for package names that include the string ncurses. Select the most recent lib*ncurses and install that.
Re: nrnivvmodel compile error
Thanks. That worked!