Having some trouble on how to Build MEX-function from C/C++ or Fortran source code in MATLAB2015 ubuntu
please can anyone help me out.
I am trying to check the example provided in MATLAB documentation about how Build MEX-function from C/C++ or Fortran source code here https://ww2.mathworks.cn/help/matlab/ref/mex.html?requestedDomain=en
After creating all the directory required and copying the function yprime.c to the directory, I run this command in the matlab command
mex yprime.c
I am getting the following error
Error using mex
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
What are the possible causes and solutions to this errors?
Regards
compiling c++ matlab
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
please can anyone help me out.
I am trying to check the example provided in MATLAB documentation about how Build MEX-function from C/C++ or Fortran source code here https://ww2.mathworks.cn/help/matlab/ref/mex.html?requestedDomain=en
After creating all the directory required and copying the function yprime.c to the directory, I run this command in the matlab command
mex yprime.c
I am getting the following error
Error using mex
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
What are the possible causes and solutions to this errors?
Regards
compiling c++ matlab
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is that the entire message? I am trying to understand why it would be trying to link the C++ standard library for a.cfile. What version of Ubuntu and what version of MATLAB are you using, and how did you configure the C/C++ compilers for MATLAB?
– steeldriver
6 hours ago
@steeldriver , I am using Ubuntu 16.04 and MATLAB 2015a, and my OS type is 64bit. For the compiler, I just updated the older version of the gcc to gcc 4.7 and set it as a default compiler.
– Hassan Muhammad
6 hours ago
add a comment |
please can anyone help me out.
I am trying to check the example provided in MATLAB documentation about how Build MEX-function from C/C++ or Fortran source code here https://ww2.mathworks.cn/help/matlab/ref/mex.html?requestedDomain=en
After creating all the directory required and copying the function yprime.c to the directory, I run this command in the matlab command
mex yprime.c
I am getting the following error
Error using mex
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
What are the possible causes and solutions to this errors?
Regards
compiling c++ matlab
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
please can anyone help me out.
I am trying to check the example provided in MATLAB documentation about how Build MEX-function from C/C++ or Fortran source code here https://ww2.mathworks.cn/help/matlab/ref/mex.html?requestedDomain=en
After creating all the directory required and copying the function yprime.c to the directory, I run this command in the matlab command
mex yprime.c
I am getting the following error
Error using mex
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
What are the possible causes and solutions to this errors?
Regards
compiling c++ matlab
compiling c++ matlab
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 hours ago
Hassan MuhammadHassan Muhammad
1
1
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hassan Muhammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is that the entire message? I am trying to understand why it would be trying to link the C++ standard library for a.cfile. What version of Ubuntu and what version of MATLAB are you using, and how did you configure the C/C++ compilers for MATLAB?
– steeldriver
6 hours ago
@steeldriver , I am using Ubuntu 16.04 and MATLAB 2015a, and my OS type is 64bit. For the compiler, I just updated the older version of the gcc to gcc 4.7 and set it as a default compiler.
– Hassan Muhammad
6 hours ago
add a comment |
Is that the entire message? I am trying to understand why it would be trying to link the C++ standard library for a.cfile. What version of Ubuntu and what version of MATLAB are you using, and how did you configure the C/C++ compilers for MATLAB?
– steeldriver
6 hours ago
@steeldriver , I am using Ubuntu 16.04 and MATLAB 2015a, and my OS type is 64bit. For the compiler, I just updated the older version of the gcc to gcc 4.7 and set it as a default compiler.
– Hassan Muhammad
6 hours ago
Is that the entire message? I am trying to understand why it would be trying to link the C++ standard library for a
.c file. What version of Ubuntu and what version of MATLAB are you using, and how did you configure the C/C++ compilers for MATLAB?– steeldriver
6 hours ago
Is that the entire message? I am trying to understand why it would be trying to link the C++ standard library for a
.c file. What version of Ubuntu and what version of MATLAB are you using, and how did you configure the C/C++ compilers for MATLAB?– steeldriver
6 hours ago
@steeldriver , I am using Ubuntu 16.04 and MATLAB 2015a, and my OS type is 64bit. For the compiler, I just updated the older version of the gcc to gcc 4.7 and set it as a default compiler.
– Hassan Muhammad
6 hours ago
@steeldriver , I am using Ubuntu 16.04 and MATLAB 2015a, and my OS type is 64bit. For the compiler, I just updated the older version of the gcc to gcc 4.7 and set it as a default compiler.
– Hassan Muhammad
6 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Hassan Muhammad is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109621%2fhaving-some-trouble-on-how-to-build-mex-function-from-c-c-or-fortran-source-co%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hassan Muhammad is a new contributor. Be nice, and check out our Code of Conduct.
Hassan Muhammad is a new contributor. Be nice, and check out our Code of Conduct.
Hassan Muhammad is a new contributor. Be nice, and check out our Code of Conduct.
Hassan Muhammad is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109621%2fhaving-some-trouble-on-how-to-build-mex-function-from-c-c-or-fortran-source-co%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is that the entire message? I am trying to understand why it would be trying to link the C++ standard library for a
.cfile. What version of Ubuntu and what version of MATLAB are you using, and how did you configure the C/C++ compilers for MATLAB?– steeldriver
6 hours ago
@steeldriver , I am using Ubuntu 16.04 and MATLAB 2015a, and my OS type is 64bit. For the compiler, I just updated the older version of the gcc to gcc 4.7 and set it as a default compiler.
– Hassan Muhammad
6 hours ago