Compiling apps together #18684
Answered
by
GiudGiud
rtaylo45
asked this question in
Q&A Getting Started
Compiling apps together
#18684
-
Hello, I have a problem were I am compiling two moose apps together and i am getting a linking error:
This is what my make file looks like:
I thought i got this working a few months ago but I can't remember if i did anything to the Makefile. Im compiling both codes with MOOSE commit 00fa7c0. |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Aug 23, 2021
Replies: 1 comment 12 replies
-
I think you may be missing Guillaume |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
rtaylo45
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you may be missing
BUILD_TEST_OBJECTS_LIB := yes in your if_SAM loop
?
Guillaume