Help on Makefile
- From: "Freeze" <freezing432@xxxxxxxxx>
- Date: 30 Mar 2006 14:17:00 -0800
Hi, Dear group,
I am trying to compile some c++ files in unix. I got problems in
Makefile. The Makefile is like:
file: file.o test.o
g++ -o file file.o test.o
file.o: file.cpp
g++ -c file.cpp
test.o: test.cpp
g++ -c test.cpp
It keeps saying that:
mksh: Warning: newline is not last character in file Makefile
What could be the problem? Thank you!
.
- Follow-Ups:
- Re: Help on Makefile
- From: Ian Collins
- Re: Help on Makefile
- From: Tony Curtis
- Re: Help on Makefile
- Prev by Date: Re: Sun Sparc or Sun x86 (AMD)
- Next by Date: Re: Sun Sparc or Sun x86 (AMD)
- Previous by thread: Comment on Fujitsu PrimePower server
- Next by thread: Re: Help on Makefile
- Index(es):
Relevant Pages
|