Compiling Scala-generated bytecode
Andrew Haley
aph@redhat.com
Mon Oct 20 08:04:00 GMT 2014
On 20/10/14 07:19, Marko DimjaÅ¡eviÄ wrote:
> All of these undefined reference classes are in scala-library-2.9.2.jar. What am I missing?
You have to link with the Scala library, either directly or indirectly.
You will want to compile the library to a shared object.
Before explaining any more, do you have experience with shared
libraries in C and C++?
Andrew.
More information about the Java-patches
mailing list