This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Dec 1, 2007 7:23 AM, Brian Dessent <brian@dessent.net> wrote: > Michael Sullivan wrote: > > > %.o : %.cpp > > $(CXX) $(CFLAGS) $< -o $@ $(INC) > > This is wrong, you're missing -c. You're correct--sorry 'bout that. -Tom
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |