mex_C_win64 vs mingw64
I am having trouble executing mex files. Currently my compiler configurations looks like this:
>> mex.getCompilerConfigurations(‘C’)
ans =
CompilerConfiguration with properties:
Name: ‘MinGW64 Compiler (C)’
Manufacturer: ‘GNU’
Language: ‘C’
Version: ‘6.3.0’
Location: ‘C:MinGW8mingw64’
ShortName: ‘mingw64’
Priority: ‘E’
Details: [1×1 mex.CompilerConfigurationDetails]
LinkerName: ‘C:MinGW8mingw64bingcc’
LinkerVersion: ”
MexOpt: ‘C:Users<Username deducted>AppDataRoamingMathWorksMATLABR2022bmex_C_win64.xml’
However, other people in my organization mostly have MexOpt like so:
MexOpt: ‘C:Program FilesMATLABR2022bbinwin64mexoptsmingw64.xml’
Is it possible to align with others without manually editing compiler configs, if not how can I manually fix this?I am having trouble executing mex files. Currently my compiler configurations looks like this:
>> mex.getCompilerConfigurations(‘C’)
ans =
CompilerConfiguration with properties:
Name: ‘MinGW64 Compiler (C)’
Manufacturer: ‘GNU’
Language: ‘C’
Version: ‘6.3.0’
Location: ‘C:MinGW8mingw64’
ShortName: ‘mingw64’
Priority: ‘E’
Details: [1×1 mex.CompilerConfigurationDetails]
LinkerName: ‘C:MinGW8mingw64bingcc’
LinkerVersion: ”
MexOpt: ‘C:Users<Username deducted>AppDataRoamingMathWorksMATLABR2022bmex_C_win64.xml’
However, other people in my organization mostly have MexOpt like so:
MexOpt: ‘C:Program FilesMATLABR2022bbinwin64mexoptsmingw64.xml’
Is it possible to align with others without manually editing compiler configs, if not how can I manually fix this? I am having trouble executing mex files. Currently my compiler configurations looks like this:
>> mex.getCompilerConfigurations(‘C’)
ans =
CompilerConfiguration with properties:
Name: ‘MinGW64 Compiler (C)’
Manufacturer: ‘GNU’
Language: ‘C’
Version: ‘6.3.0’
Location: ‘C:MinGW8mingw64’
ShortName: ‘mingw64’
Priority: ‘E’
Details: [1×1 mex.CompilerConfigurationDetails]
LinkerName: ‘C:MinGW8mingw64bingcc’
LinkerVersion: ”
MexOpt: ‘C:Users<Username deducted>AppDataRoamingMathWorksMATLABR2022bmex_C_win64.xml’
However, other people in my organization mostly have MexOpt like so:
MexOpt: ‘C:Program FilesMATLABR2022bbinwin64mexoptsmingw64.xml’
Is it possible to align with others without manually editing compiler configs, if not how can I manually fix this? mex, compiler MATLAB Answers — New Questions