# \[Embedding\] Windows Binaries

**URL:** https://discourse.julialang.org/t/embedding-windows-binaries/3352
**Category:** General Usage
**Tags:** embedding
**Created:** [April 23, 2017, 11:30pm UTC](https://discourse.julialang.org/t/embedding-windows-binaries/3352 "2017-04-23T23:30:57Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![SylvainCorlay](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaincorlay/32/923_2.png) [@SylvainCorlay](https://discourse.julialang.org/u/SylvainCorlay)
#### Post date: [April 24, 2017, 11:34am UTC](https://discourse.julialang.org/t/embedding-windows-binaries/3352/6 "2017-04-24T11:34:15Z")

</div>

When instantiating the Julia interpreter from the C++ you do need to link with symbols defined in LLVM.

This is confirmed by @ihnorton in the following thread and in my experience:

> [@Embedding: Ubuntu PPA library location](https://discourse.julialang.org/t/embedding-ubuntu-ppa-library-location/3270/):
>
> I am working on embedding the Julia interpreter as a library in a C++ application (in the context of testing julia bindings for a library). At the moment, I doing experiments with the build from the ubuntu PPA [https://launchpad.net/~staticfloat/+archive/ubuntu/juliareleases](https://launchpad.net/~staticfloat/+archive/ubuntu/juliareleases) by @staticfloat. While the libjulia.so library is found in /usr/lib/x86\_64-linux-gnu/ as expected, a number of other shared libraries required by libjulia.so are installed into /usr/lib/x86\_64-linux-gnu/julia. ldd gives l…

---

_[View the full topic](https://discourse.julialang.org/t/embedding-windows-binaries/3352)._
