Tried that. No effect. Still gives error. I can see that the AggTestMain.o file is actually listed twice in the command line.
I figure this has got to be something simple (if it’s not, I may no find it
😉.
Later-
David
[EXTERNAL] This email originated from outside of FRIB
Hi David,
I think probably this line:
AggTest_SRCS_DEFAULT = AggTestMain.cpp
should be this:
AggTest_SRCS_DEFAULT += AggTestMain.cpp
OK, working my way down to the errors in my Makefile.
For some reason, it’s linking in the main program twice (giving an error, or course).
I have the main program in the Makefile only once, in a <name>_SRCS_DEFAULT statement.
Figured I’d include the Makefile so you could laugh at my stupidity.
Later-
David