Project

General

Profile

Install FindEM from source » History » Revision 2

Revision 1 (Amber Herold, 04/28/2011 09:18 AM) → Revision 2/3 (Amber Herold, 04/28/2011 09:19 AM)

h1. Install FindEM from source 

 If the binary included with Appion does not work, or you wish to compile it yourself follow these instructions. 

 * Goto myami/appion/findem folder to make findem.exe 

 * Compile the libraries and binary 

 <pre> 
 $ make 
 </pre> 

 * Test findem.exe to see if it runs 

 <pre> 
 $ make test 
 </pre> 

 *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 

 <pre> 
 $ ls /usr/lib/gcc/`uname -i`-redhat-linux/3.4.6/libg2c.so 
 </pre> 

 <pre> 
 $ locate libg2c.so 
 </pre> 

 * Edit Makefile with location of libg2c.so 

 <pre> 
 EXLIBS=-L/usr/lib/gcc/i386-redhat-linux/3.4.6/ -lg2c 
 </pre> 

 * Re-compile 

 ______ 

 [[Compile_FindEM|Install FindEM ^]] [[Install Ace2|Install Ace2 >]] 

 ______