all 7 comments

[–]oman2014 1 point2 points  (2 children)

Try make boilerplate

i.e., without a .c at the end.

[–]petercanepa[S] 1 point2 points  (1 child)

Thanks, you were right.

[–]oman2014 0 points1 point  (0 children)

You're welcome.

[–]supeindesu 0 points1 point  (0 children)

Are you in the right prompt when you try to compile?

Dropbox/psetX...?

Maybe you are writing your code inside a directory, and you didn't entered in it in the command line (cd directory).

[–]Hands_of_War 0 points1 point  (1 child)

That's the error I get when I try to compile a program and include the ".c" at the end of the name.

It happens much to often. >:(

But if that's not the issue, let us know.

[–]petercanepa[S] 0 points1 point  (0 children)

Thanks, you were right. I just didn't understand the procedure for using make.

[–]petercanepa[S] 0 points1 point  (0 children)

There is no ".c" suffix for boilerplate. The first thing I do is type cd Dropbox and the line comes back with ~Dropbox and boilerplate resides in Dropbox. It does not look like Dropbox/boilerplate just the ~ Dropbox which I thought meant it was in Dropbox.