4 The execution of the make command for a makefile resulted in the error message: makefile:4: *** missing separator. Stop. What is the cause of this error message? How did you obtain your answer?

What will be an ideal response?


This error occurred because the command was started without a tab character preceding it. This was found by the command cat -t makefile. This command displays all tab characters as ^I.

Computer Science & Information Technology

You might also like to view...

If the name of the input file was in a variable named filename, which of the following is the correct way to open the input stream named inFile and associate it with this file?

a. inFile.open(filename); b. inFile=filename; c. inFile="filename"; d. inFile.open("filename");

Computer Science & Information Technology

What command can be issued in order to view the IP address information on a Windows computer?

A. cat /etc/resolv.conf B. route -n C. ipconfig /all D. nslookup help

Computer Science & Information Technology

In PowerPoint, the menu bar includes buttons for switching among the three most commonly used views: Normal view, Slide Sorter view, and Slide Show.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

? Referring to the figure above, the property nameĀ -ms-transformincorporates a(n) __________.

A. browser prefix B. class name C. pseudo-element D. pseudo-class

Computer Science & Information Technology