< M A T L A B > Copyright 1984-2005 The MathWorks, Inc. Version 7.0.4.352 (R14) Service Pack 2 January 29, 2005 To get started, type one of these: helpwin, helpdesk, or demo. For product information, visit www.mathworks.com. >> mcc -mv magicsquare.m ----------------------------------------------------------------- -> Checking access to X display :0.0 . . . If no response hit ^C and fix host or access control to host. Otherwise, checkout any error messages that follow and fix . . . -> Successful . . . ----------------------------------------------------------------- Warning: Duplicate directory name: /usr/center/raid1/thorne/matlab. Warning: Duplicate directory name: /usr/center/raid1/local/matlab-r14sp2/toolbox/local. Warning: Duplicate directory name: /usr/center/raid1/thorne/matlab. Compiler version: 4.2 (R14SP2) Parsing file "/usr/center/raid1/thorne/mat_test/magicsquare.m" (Referenced from: "Compiler Command Line"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/matlabrc.m" (Referenced from: "Compiler Command Line"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/dirname.m" (Referenced from: "Compiler Command Line"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/deployprint.m" (Referenced from: "Compiler Command Line"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/elmat/magic.m" (Referenced from: "/usr/center/raid1/thorne/mat_test/magicsquare.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/strfun/str2num.m" (Referenced from: "/usr/center/raid1/thorne/mat_test/magicsquare.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/hgrc.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/usr/center/raid1/thorne/matlab/startup.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/strfun/str2double.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/general/usejava.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/iofun/fileparts.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/dirname.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/graphics/gcbf.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/deployprint.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/general/ispc.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/deployprint.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/graphics/print.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/deployprint.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/uitools/printdlg.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/deployprint.m"). Parsing file "/usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/iofun/tempname.m" (Referenced from: "/usr/center/raid1/local/matlab-r14sp2/toolbox/compiler/deploy/deployprint.m"). Generating file "magicsquare_main.c". Depfun main loop, iteration 1 Processing /usr/center/raid1/local/matlab-r14sp2/toolbox/matlab/mcc.enc 1 item(s) added. Processing dependencies... 0 item(s) added. Depfun main loop, iteration 2 Processing dependencies... 0 item(s) added. Processing include files... 2 item(s) added. Processing exclude list... 0 item(s) removed. You can review the mccExcludedFiles.log file for the list of functions not included in the CTF archive. Processing directories installed with MCR... 1629 item(s) removed. You can review the mccExcludedFiles.log file for the list of functions not included in the CTF archive. 0 item(s) added. Generating MATLAB path for the compiled application... Created 35 path items. Depfun main loop converged in 2 iterations, total number of files = 16 Generating file "magicsquare_mcc_component_data.c". Executing command: mbuild -O -v -output "magicsquare" "magicsquare_main.c" "magicsquare_mcc_component_data.c" -link exe ---------------------------------------------------------------- -> mbuildopts.sh sourced from directory (DIR = $HOME/.matlab/$REL_VERSION) FILE = /usr/center/raid1/thorne/.matlab/R14/mbuildopts.sh ---------------------------------------------------------------- -> TMW_ROOT = /usr/center/raid1/local/matlab-r14sp2 -> CC = gcc -> CC flags: CFLAGS = -I/usr/center/raid1/local/matlab-r14sp2/extern/include -DUNIX -DX11 -ansi -D_GNU_SOURCE -pthread -fe xceptions CDEBUGFLAGS = -g COPTIMFLAGS = -O -DNDEBUG CLIBS = -Wl,-rpath-link,/usr/center/raid1/local/matlab-r14sp2/bin/glnx86 -L/usr/center/raid1/local/matlab-r1 4sp2/bin/glnx86 -lmwmclmcrrt -lm -lstdc++ -lgcc_s arguments = -> LD = gcc -> Link flags: LDFLAGS = -pthread LDDEBUGFLAGS = -g LDOPTIMFLAGS = -O arguments = ---------------------------------------------------------------- -> gcc -c -I/usr/center/raid1/local/matlab-r14sp2/extern/include -DUNIX -DX11 -ansi -D_GNU_SOURCE -pthread -fexceptions -O -DNDE BUG magicsquare_main.c -> gcc -c -I/usr/center/raid1/local/matlab-r14sp2/extern/include -DUNIX -DX11 -ansi -D_GNU_SOURCE -pthread -fexceptions -O -DNDE BUG magicsquare_mcc_component_data.c -> gcc -O -pthread -o magicsquare magicsquare_main.o magicsquare_mcc_component_data.o -Wl,-rpath-link,/usr/center/raid1/local/ma tlab-r14sp2/bin/glnx86 -L/usr/center/raid1/local/matlab-r14sp2/bin/glnx86 -lmwmclmcrrt -lm -lstdc++ -lgcc_s >>