This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling Scala-generated bytecode


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]