File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.5: download - view: text, annotated - select for diffs
Thu Sep 14 17:39:55 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- yeah I can compile a capa.so

CAPADIR=~albertel/CAPA

make -f Makefile clean
mkdir capaFunctions
path=`pwd`
cd $CAPADIR/pProj
make ARCH=LONCAPA libcapa
cd $path
cp $CAPADIR/pProj/LONCAPA/*.o capaFunctions
swig -perl5 capa.i 
cp Makefile.PL Makefile.pl
perl Makefile.PL 
make -f Makefile 
cp blib/arch/auto/capa/capa.so . 
perl capa.pm     

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>