Replies: 1 comment
-
Don't attempt to answer : it was just because the build tree was inconsistent with the transition to --enable-clang_frontend. Sorry for disturbing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to build rose on FreeBSD 13.1.
And I'm encountering a problem of undefined references :
ld: error: rose-build/src/.libs/librose.so: undefined reference to EDG_ROSE_Translation::edg_include_file_map [--no-allow-shlib-undefined]
ld: error: rose-build/src/.libs/librose.so: undefined reference to edg_main(int, char**, SgSourceFile&) [--no-allow-shlib-undefined]
ld: error: rose-build/src/.libs/librose.so: undefined reference to EDG_ROSE_Translation::suppress_detection_of_transformations [--no-allow-shlib-undefined]
ld: error: rose-build/src/.libs/librose.so: undefined reference to EDG_ROSE_Translation::initDiagnostics() [--no-allow-shlib-undefined]
This is my configuration :
configure --prefix=/home/didier/rose --with-boost=/usr/local --enable-ssl --enable-compass2 --enable-projects-directory --enable-gnu-extensions --enable-microsoft-extensions --enable-cloog --enable-scoplib --enable-candl --with-java --disable-fortran --enable-languages=c,c++,cuda,opencl,binaries,python --with-xerces-inc=/usr/local/include --with-xerces=/usr/local --with-gmp=/usr/local --with-isl=/usr/local --with-mpi=/usr/local --with-python=/usr/local/bin/python3.9 --with-sqlite3=/usr/local --with-z3=/usr/local --with-cloog=/usr/local --enable-python --with-bison=/usr/local/bin/bison --with-dlib=/usr/local --with-dwarf-lib=/usr/local/lib --with-dwarf-include=/usr/local/include --with-libreadline=/usr/local --with-yaml=/usr/local --with-magic=/usr --with-qt-include=/usr/local/include/qt6 --with-qt-lib=/usr/local/qt6/lib --enable-clang_frontend --enable-edg-compile=no
Thank you a lot by advance for any suggestion.
Beta Was this translation helpful? Give feedback.
All reactions