Warning: MATLAB is starting without a display, using internal event queue. You will not be able to display graphics on the screen. < M A T L A B > Copyright 1984-2005 The MathWorks, Inc. Version 7.1.0.183 (R14) Service Pack 3 August 02, 2005 To get started, type one of these: helpwin, helpdesk, or demo. For product information, visit www.mathworks.com. >> getenv('ARCH') ans = glnxa64 >> mcc -mv magicsquare.m ----------------------------------------------------------------- -> DISPLAY=localhost:18.0 used from the environment, not the cache . . . ----------------------------------------------------------------- Warning: Duplicate directory name: /archive/home/thorne/matlab. Warning: Duplicate directory name: /ldcg/matlab_r14_sp3/toolbox/local. Warning: Duplicate directory name: /archive/home/thorne/matlab. Compiler version: 4.3 (R14SP3) Depfun main loop, iteration 1 Processing /ldcg/matlab_r14_sp3/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... 60 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 34 path items. Depfun main loop converged in 2 iterations, total number of files = 10 Begin validation of MEX files: Thu Mar 2 07:22:31 2006 End validation of MEX files: Thu Mar 2 07:22:31 2006 Parsing file "/archive/home/thorne/mat_test/magicsquare.m" (Referenced from: "Compiler Command Line"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/matlabrc.m" (Referenced from: "Compiler Command Line"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/compiler/dirname.m" (Referenced from: "Compiler Command Line"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m" (Referenced from: "Compiler Command Line"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/elmat/magic.m" (Referenced from: "/archive/home/thorne/mat_test/magicsquare.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/strfun/str2num.m" (Referenced from: "/archive/home/thorne/mat_test/magicsquare.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/hgrc.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/archive/home/thorne/matlab/startup.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/strfun/str2double.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/general/usejava.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/matlabrc.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/iofun/fileparts.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/dirname.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/general/addpath.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/graphics/gcbf.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/general/ispc.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/datatypes/num2cell.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/strfun/num2str.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/graphics/orient.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/general/path.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/printdlg.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/general/rmpath.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Parsing file "/ldcg/matlab_r14_sp3/toolbox/matlab/iofun/tempname.m" (Referenced from: "/ldcg/matlab_r14_sp3/toolbox/compiler/deploy/deployprint.m"). Generating file "magicsquare_main.c". 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 = /archive/home/thorne/.matlab/R14SP3/mbuildopts.sh ---------------------------------------------------------------- -> TMW_ROOT = /ldcg/matlab_r14_sp3 -> CC = gcc -> CC flags: CFLAGS = -I/ldcg/matlab_r14_sp3/extern/include -DUNIX -DX11 -ansi -D_GNU_SOURCE -pthread -fexceptions CDEBUGFLAGS = -g COPTIMFLAGS = -O -DNDEBUG CLIBS = -Wl,-rpath-link,/ldcg/matlab_r14_sp3/bin/glnxa64 -L/ldcg/matlab_r14_sp3/bin/glnxa64 -lmwmclmcrrt -lm /ldcg/matlab_r14_sp3/sys/os/glnxa64/libstdc++.so.5 arguments = -> LD = gcc -> Link flags: LDFLAGS = -pthread LDDEBUGFLAGS = -g LDOPTIMFLAGS = -O arguments = ---------------------------------------------------------------- -> gcc -c -I/ldcg/matlab_r14_sp3/extern/include -DUNIX -DX11 -ansi -D_GNU_SOURCE -pthread -fexceptions -O -DNDEBUG magicsquare_main.c -> gcc -c -I/ldcg/matlab_r14_sp3/extern/include -DUNIX -DX11 -ansi -D_GNU_SOURCE -pthread -fexceptions -O -DNDEBUG magicsquare_mcc_component_data.c -> gcc -O -pthread -o magicsquare magicsquare_main.o magicsquare_mcc_component_data.o -Wl,-rpath-link,/ldcg/matlab_r14_sp3/bin/glnxa64 -L/ldcg/matlab_r14_sp3/bin/glnxa64 -lmwmclmcrrt -lm /ldcg/matlab_r14_sp3/sys/os/glnxa64/libstdc++.so.5 >>