Makefile with scipt creating temporary file not found The 2019 Stack Overflow Developer Survey Results Are InWhat is the difference between the GNU Makefile variable assignments =, ?=, := and +=?gcc makefile error: “No rule to make target …”What is the purpose of .PHONY in a makefile?What do the makefile symbols $@ and $< mean?Makefile: a target to test for a header filemakefile:4: *** missing separator. StopMakefile help. Adapting a makefile to work on my machineHow to add new file types to Makefile?undefined reference when using makefileRun generated makefile without CMake installed

Why can Shazam do this?

Is domain driven design an anti-SQL pattern?

I looked up a future colleague on linkedin before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?

What do the Banks children have against barley water?

Did USCIS resume its biometric service for UK visa?

Where to refill my bottle in India?

"Riffle" two strings

How are circuits which use complex ICs normally simulated?

What tool would a Roman-age civilization have to grind silver and other metals into dust?

Why is Grand Jury testimony secret?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Time travel alters history but people keep saying nothing's changed

The difference between dialogue marks

It's possible to achieve negative score?

Does a dangling wire really electrocute me if I'm standing in water?

Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?

Inversion Puzzle

Patience, young "Padovan"

What is a mixture ratio of propellant?

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

Geography at the pixel level

Should I write numbers in words or as numerals when there are multiple next to each other?

How to reverse every other sublist of a list?

On the insanity of kings as an argument against Monarchy



Makefile with scipt creating temporary file not found



The 2019 Stack Overflow Developer Survey Results Are InWhat is the difference between the GNU Makefile variable assignments =, ?=, := and +=?gcc makefile error: “No rule to make target …”What is the purpose of .PHONY in a makefile?What do the makefile symbols $@ and $< mean?Makefile: a target to test for a header filemakefile:4: *** missing separator. StopMakefile help. Adapting a makefile to work on my machineHow to add new file types to Makefile?undefined reference when using makefileRun generated makefile without CMake installed



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have a code that I compile on my computer and on the server of our university.
the code works without memory errors on my computer(I did the tests with valgrind), but with computers of our university I have this message in photo:makefile error
I saw in the script they gave us, that they're creating a temporary file that makes the script end with failure and exit 1.
Do you know why this file is not created or what is the source of the problem?










share|improve this question






















  • Welcome on Stackoverflow. Please do not provide the error messages or the source code of your script as pictures. Copy-paste them in your question and format them using the button.

    – Renaud Pacalet
    Mar 8 at 12:41












  • If you run the script directly, without the makefile, does the error still occur? Do you have access to linkdirectory/ on the university computers?

    – Beta
    Mar 9 at 0:38











  • It was another problem, the inode number of / and /tmp and /adhome were the same, so a problem occured. I fixed it thanks !

    – Leila
    Mar 16 at 21:58

















0















I have a code that I compile on my computer and on the server of our university.
the code works without memory errors on my computer(I did the tests with valgrind), but with computers of our university I have this message in photo:makefile error
I saw in the script they gave us, that they're creating a temporary file that makes the script end with failure and exit 1.
Do you know why this file is not created or what is the source of the problem?










share|improve this question






















  • Welcome on Stackoverflow. Please do not provide the error messages or the source code of your script as pictures. Copy-paste them in your question and format them using the button.

    – Renaud Pacalet
    Mar 8 at 12:41












  • If you run the script directly, without the makefile, does the error still occur? Do you have access to linkdirectory/ on the university computers?

    – Beta
    Mar 9 at 0:38











  • It was another problem, the inode number of / and /tmp and /adhome were the same, so a problem occured. I fixed it thanks !

    – Leila
    Mar 16 at 21:58













0












0








0








I have a code that I compile on my computer and on the server of our university.
the code works without memory errors on my computer(I did the tests with valgrind), but with computers of our university I have this message in photo:makefile error
I saw in the script they gave us, that they're creating a temporary file that makes the script end with failure and exit 1.
Do you know why this file is not created or what is the source of the problem?










share|improve this question














I have a code that I compile on my computer and on the server of our university.
the code works without memory errors on my computer(I did the tests with valgrind), but with computers of our university I have this message in photo:makefile error
I saw in the script they gave us, that they're creating a temporary file that makes the script end with failure and exit 1.
Do you know why this file is not created or what is the source of the problem?







makefile






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 8 at 8:29









LeilaLeila

1




1












  • Welcome on Stackoverflow. Please do not provide the error messages or the source code of your script as pictures. Copy-paste them in your question and format them using the button.

    – Renaud Pacalet
    Mar 8 at 12:41












  • If you run the script directly, without the makefile, does the error still occur? Do you have access to linkdirectory/ on the university computers?

    – Beta
    Mar 9 at 0:38











  • It was another problem, the inode number of / and /tmp and /adhome were the same, so a problem occured. I fixed it thanks !

    – Leila
    Mar 16 at 21:58

















  • Welcome on Stackoverflow. Please do not provide the error messages or the source code of your script as pictures. Copy-paste them in your question and format them using the button.

    – Renaud Pacalet
    Mar 8 at 12:41












  • If you run the script directly, without the makefile, does the error still occur? Do you have access to linkdirectory/ on the university computers?

    – Beta
    Mar 9 at 0:38











  • It was another problem, the inode number of / and /tmp and /adhome were the same, so a problem occured. I fixed it thanks !

    – Leila
    Mar 16 at 21:58
















Welcome on Stackoverflow. Please do not provide the error messages or the source code of your script as pictures. Copy-paste them in your question and format them using the button.

– Renaud Pacalet
Mar 8 at 12:41






Welcome on Stackoverflow. Please do not provide the error messages or the source code of your script as pictures. Copy-paste them in your question and format them using the button.

– Renaud Pacalet
Mar 8 at 12:41














If you run the script directly, without the makefile, does the error still occur? Do you have access to linkdirectory/ on the university computers?

– Beta
Mar 9 at 0:38





If you run the script directly, without the makefile, does the error still occur? Do you have access to linkdirectory/ on the university computers?

– Beta
Mar 9 at 0:38













It was another problem, the inode number of / and /tmp and /adhome were the same, so a problem occured. I fixed it thanks !

– Leila
Mar 16 at 21:58





It was another problem, the inode number of / and /tmp and /adhome were the same, so a problem occured. I fixed it thanks !

– Leila
Mar 16 at 21:58












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55059338%2fmakefile-with-scipt-creating-temporary-file-not-found%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















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55059338%2fmakefile-with-scipt-creating-temporary-file-not-found%23new-answer', 'question_page');

);

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







Popular posts from this blog

AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

Алба-Юлія

Захаров Федір Захарович