MATLAB COMPILER RELEASE NOTES User's Guide Page 80

  • Download
  • Add to my manuals
  • Print
  • Page
    / 264
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 79
4 Stand-Alone Applications
4-10
The setup option creates a user-specific options file for your ANSI C or C++
compiler. Executing
mbuild -setup presents a list of options files currently
included in the
bin subdirectory of MATLAB.
mbuild -setup
Using the 'mbuild -setup' command selects an options file that is
placed in ~/.matlab/R12 and used by default for 'mbuild'. An
options file in the current working directory or specified on the
command line overrides the default options file in ~/.matlab/R12.
Options files control which compiler to use, the compiler and link
command options, and the runtime libraries to link against.
To override the default options file, use the 'mbuild -f' command
(see 'mbuild -help' for more information).
The options files available for mbuild are:
1: /matlab/bin/mbuildopts.sh :
Build and link with MATLAB C/C++ Math Library
2: /matlab/bin/mbuildsglopts.sh :
Build and link with MATLAB C/C++ Graphics Library
Enter the number of the options file to use as your default options
file:
If there is more than one options file, you can select the one you want by
entering its number and pressing
Return. If there is only one options file
available, it is automatically copied to your MATLAB directory if you do not
already have an
mbuild options file. If you already have an mbuild options file,
you are prompted to overwrite the existing one.
Note The options file is stored in the .matlab/R12 subdirectory of your home
directory. This allows each user to have a separate mbuild configuration.
Using the
setup option sets your default compiler so that the new compiler is
used everytime you use the
mbuild script.
Page view 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 263 264

Comments to this Manuals

No comments