Link loadable library to Scheme file
7 Sep
2021
7 Sep
'21
16:50
Hello community, I want to declare procedures in a file `a`, which can be reused by loadable libraries. If I understood correctly, I need to -flat -link the new file `a` and link this together, but I don't grasp the steps. This produces my loadable library, which is working fine. `gsc -ld-options "-ltree-sitter -ltree-sitter-java" -o bin/ts-java-binding.o1 lib/lang/java/ts-java-binding.scm` But I want to access methods from file `a`, which lies in the parent directory. How should I assemble the new loadable library? Thanks in advance.. Thomas
Afficher les réponses par date
1746
Âge (en jours)
1746
Dernière activité (en jours)
0 commentaires
1 participants
participants (1)
-
Thomas Hage