source:
Sophya/trunk/Poubelle/DPC:FitsIOServer/Mgr/lnktofftw.csh@
1036
Last change on this file since 1036 was 658, checked in by , 26 years ago | |
---|---|
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.