Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined references #2

Closed
nschloe opened this issue Apr 10, 2015 · 2 comments
Closed

undefined references #2

nschloe opened this issue Apr 10, 2015 · 2 comments

Comments

@nschloe
Copy link

nschloe commented Apr 10, 2015

I'm trying to fix undefined references in Albany revealed by adding

IF(UNIX)
  set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined")
ENDIF()

In QCAD, I find that a mathVector is used all over the place, but nowhere defined. The code comments say the definition has moved to QCAD_MathVector.hpp, which doesn't exist.

@ambrad
Copy link
Contributor

ambrad commented Apr 10, 2015

Hi Nico,

I find the file here (not in the QCAD directory):
Albany/src/evaluators/QCAD_MathVector.hpp

Feel free to email me individually with more questions.

Cheers,
Andrew

On Fri, Apr 10, 2015 at 3:00 PM, Nico Schlömer [email protected]
wrote:

I'm trying to fix undefined references in Albany revealed by adding

IF(UNIX)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined")
ENDIF()

In QCAD, I find that a mathVector is used all over the place, but nowhere
defined. Obviously, this renders QCAD useless. The code comments say the
definition has moved to QCAD_MathVector.hpp, which doesn't exist.


Reply to this email directly or view it on GitHub
https://github.com/gahansen/Albany/issues/2.

@nschloe
Copy link
Author

nschloe commented Apr 10, 2015

@ambrad Thanks! I'll dig some further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants