Next: A3. Running the Test
Up: A2. Building The Code
Previous: A2.2 Building the Library
  Contents
  Index
To compile the test program as well as the library:
| Command |
Version |
Result |
| gmake main_4 |
real*4, optimized |
main_4 |
| gmake main_4g |
real*4, debug |
main_4g |
| gmake main_8 |
real*8, optimized |
main_8 |
| gmake main_8g |
real*8, debug |
main_8g |
Next: A3. Running the Test
Up: A2. Building The Code
Previous: A2.2 Building the Library
  Contents
  Index
John A. Turner