Scott R Charlton 0f689c2f0a deleted .cvsignore file
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4382 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-12 02:57:30 +00:00
2010-05-11 01:01:23 +00:00
2010-05-12 02:57:30 +00:00
2010-04-28 05:50:47 +00:00
2010-05-11 03:45:10 +00:00
2010-02-23 05:06:14 +00:00
2010-05-11 04:06:33 +00:00
2010-05-10 21:17:24 +00:00
2010-04-27 20:53:16 +00:00
2010-05-11 03:57:50 +00:00
2010-04-27 20:53:16 +00:00
2010-02-23 05:09:09 +00:00
2010-02-23 05:09:09 +00:00
2010-02-23 05:09:09 +00:00
2010-02-23 05:09:09 +00:00
2010-05-11 03:45:10 +00:00
2010-05-10 21:17:24 +00:00
2010-04-27 05:22:24 +00:00
2010-04-27 20:53:16 +00:00

Building Static Libraries
=========================
     ./configure
     make LDFLAGS=-all-static check
     
   This will attemp to link ALL libraries statically. To be successful all libraries must have .a files.
     

Building Static iphreeqc Library
================================
     ./configure
     make LDFLAGS=-static check
     
   This will link the iphreeqc library statically.  All required additional libraries may be linked to
shared libraries.


Building shared and static iphreeqc Library (linking tests statically)
======================================================================
     ./configure
     make
     make LDFLAGS=-static check       # static to iphreeqc
   or
     make LDFLAGS=-all-static check   # completely static (if possible)
     
   This configuration will create both static and shared (if supported) iphreeqc libraries. But 
test programs (created during make check) will be statically linked to iphreeqc library
Description
No description provided
Readme 40 MiB
Languages
C++ 81.6%
Makefile 9.2%
C 4.8%
Fortran 1.8%
R 1%
Other 1.3%