Actions
Compile FindEM » History » Revision 3
« Previous |
Revision 3/19
(diff)
| Next »
Amber Herold, 04/22/2010 01:49 PM
Compile FindEM¶
Note: a 64bit binary is provided in the myami package. It is only necessary to compile a new version if it does not work.
- Goto appion/findem folder to make findem.exe
- Compile the libraries and binary
$ make
- Test findem.exe to see if it runs
$ make test
WARNING
Only if the first part fails, you must add the path to libg2c.so library file.
Otherwise skip to next section.
- locate libg2c.so library file
$ ls /usr/lib/gcc/`uname -i`-redhat-linux/3.4.6/libg2c.so
$ locate libg2c.so
- Edit Makefile with location of libg2c.so
$ nano Makefile
- Example: EXLIBS=-L/usr/lib/gcc/i386-redhat-linux/3.4.6/ -lg2c
- Re-compile
< Install External Packages | Compile Ace2 >
Updated by Amber Herold over 14 years ago · 3 revisions