mailr2393 - /1.2/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 16, 2006 - 05:49:
Author: bugman
Date: Thu Mar 16 05:48:49 2006
New Revision: 2393

URL: http://svn.gna.org/viewcvs/relax?rev=2393&view=rev
Log:
Reverted the behaviour of gcc compilation so that the -fPIC option is used.


Modified:
    1.2/sconstruct

Modified: 1.2/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2393&r1=2392&r2=2393&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Thu Mar 16 05:48:49 2006
@@ -341,7 +341,7 @@
         # Loop over the relaxation curve fitting files.
         nodes = []
         for file in files:
-            nodes.append(env.SharedObject(dir + '/' + file, 
CCFLAGS=self.cflags, SHCCFLAGS=self.cflags))
+            nodes.append(env.SharedObject(dir + '/' + file, 
CCFLAGS=self.cflags))
 
         # Build the relaxation curve fitting module.
         self.relax_fit_object = env.SharedLibrary(target=dir + '/relax_fit', 
source=nodes, SHLIBPREFIX='')




Related Messages


Powered by MHonArc, Updated Thu Mar 16 08:20:09 2006