]> www.ginac.de Git - ginac.git/blob - tools/ginac-excompiler.in
Fixed problems on 64-bit machines and introduced has_options::algebraic.
[ginac.git] / tools / ginac-excompiler.in
1 #!/bin/sh
2 @CC@ -x c -fPIC -o $1.o -c $1
3 @CC@ -shared -o $1.so $1.o