| 
            Last change
 on this file since 1718 was             218, checked in by ansari, 27 years ago           | 
        
        
          | 
             
Creation module DPC/Mgr    Reza 9/04/99 
 
           | 
        
        
          
            
              - 
Property                 svn:executable
 set to                 
*
               
             
           | 
        
        
          | 
            File size:
            409 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #! /bin/csh 
 | 
|---|
| 2 | #  Pour creer des liens sur libFFTW et creer le shared-lib correspondant
 | 
|---|
| 3 | #        Reza 04/99
 | 
|---|
| 4 | #
 | 
|---|
| 5 | cd ~/DPC/Linux-g++/Libs/
 | 
|---|
| 6 | ln -s /usr/local/lib/libfftw.a libfftw.a
 | 
|---|
| 7 | ln -s /usr/local/lib/librfftw.a librfftw.a
 | 
|---|
| 8 | ln -s /usr/local/include/fftw.h ../../Include/
 | 
|---|
| 9 | ln -s /usr/local/include/rfftw.h ../../Include/
 | 
|---|
| 10 | ld -shared -o ../ShLibs/libfftw.so -L. --whole-archive -lfftw -lrfftw --no-whole-archive -lm -lc
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.