Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
/usr/local/bin/mcc
. This script is
required to pre-process mathematica template files (*.tm) and to pass
them on to the C compiler.
Unfortunately it does not work.
cc $outfile -I$mlinclude $passtocc -L$mllibrary ...will change into
cc $outfile -b i486-linuxaout -I$mlinclude $passtocc -L$mllibraryA diff-patch is included. CAREFUL: The place where "mcc" is depends on the installation.
*** /usr/local/bin/mcc.orig Mon Aug 5 15:21:48 1996 --- /usr/local/bin/mcc Mon Aug 5 15:20:32 1996 *************** *** 69,77 **** mlteddotofiles="$mlteddotofiles $mloutfile.o" passtocc="$passtocc $mloutfile.c" fi ! cc $outfile -I$mlinclude $passtocc -L$mllibrary -lML -lm -DSTANDALONEMLINK if [ ".$mloutfile" != "." ] ; then if [ ".$debug" = "." ] ; then rm -f $mloutfile.c --- 69,77 ---- mlteddotofiles="$mlteddotofiles $mloutfile.o" passtocc="$passtocc $mloutfile.c" fi ! cc $outfile -b i486-linuxaout -I$mlinclude $passtocc -L$mllibrary -lML -lm -DSTANDALONEMLINK if [ ".$mloutfile" != "." ] ; then if [ ".$debug" = "." ] ; then rm -f $mloutfile.c
Albrecht Gebhardt
Institut fuer Mathematik
Universitaet Klagenfurt
email: albrecht.gebhardt@uni-klu.ac.at
See also:
Keywords: MATHEMATICA, COMPILER, MCC, TEMPLATE
Feedback welcome: Send Mail to kfr@suse.de (Please give the following subject: SDB-mathematica2
)
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch