Übersicht
Stichwortsuche
History
Versionen
Kategorien
Alle Artikel
English
SuSE Linux: Version 4.2
Mathematic: Version 2.2.4
/usr/local/bin/mcc
der MathLink Template-Compiler zur Verfügung. Dieses Script wird
benötigt, um Mathematica Template Files (*.tm) vorzuverarbeiten und an
den C-Compiler weiterzureichen.
Dieser funktioniert leider so nicht.
cc $outfile -I$mlinclude $passtocc -L$mllibrary ...wird
cc $outfile -b i486-linuxaout -I$mlinclude $passtocc -L$mllibraryEin diff-patch liegt bei. ACHTUNG: Wo "mcc" steht, ist installationsabhängig.
*** /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
Siehe auch:
Stichwörter:
Übersicht
Stichwortsuche
History
Versionen
Kategorien
Alle Artikel
English