Skip to content
Snippets Groups Projects
Commit f2f9baeb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 7f9462d3
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
######## edit src/system/err.c to remove the exception throwing code ######## edit src/system/err.c to remove the exception throwing code
######## edit android_real/lib/petsc/conf/petscvariables: ######## edit android_real/lib/petsc/conf/petscvariables:
######## remove the dylib stuff ######## remove the dylib stuff
######## and edit SL_LINKER_FUNCTION : just define as "-shared" ######## edit SL_LINKER_FUNCTION
######## add "-Wl,--unresolved-symbols=ignore-all" to fix undefined ref to 'main' ######## add "-Wl,--unresolved-symbols=ignore-all" to the linker flags to
######## fix undefined ref to 'main'
if __name__ == '__main__': if __name__ == '__main__':
import sys import sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment