Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 219)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 221)
@@ -7,5 +7,5 @@
     this->FEP_REV = FEP_REV;
     this->SOCK_PORT = SOCK_PORT;
-    
+    this->FEPLogFileName = "FEPSimLog.txt";    
     // clear log file
     FEPLogFile.open(FEPLogFileName, ios::trunc);
Index: branches/FEPSimulator/FEPSim.h
===================================================================
--- branches/FEPSimulator/FEPSim.h	(revision 217)
+++ branches/FEPSimulator/FEPSim.h	(revision 221)
@@ -45,5 +45,4 @@
 
 const int BUFF_SIZE = 1266341;
-const string FEPLogFileName = "FEPSimLog.txt";
 static ofstream FEPLogFile;
     
@@ -87,4 +86,5 @@
     int FEP_REV;
     int SOCK_PORT;
+    char * FEPLogFileName;
     
     /**
Index: branches/FEPSimulator/buildLinuxVM
===================================================================
--- branches/FEPSimulator/buildLinuxVM	(revision 216)
+++ branches/FEPSimulator/buildLinuxVM	(revision 221)
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-g++ *.c *.cpp -o FEPSimulatorExec
+g++ -Wno-write-strings *.c *.cpp -o FEPSimulatorExec
