Skip to content

Is Furnace statically linked? #769

Closed Answered by yohannd1
BlastlessAnthony asked this question in Q&A
Discussion options

You must be logged in to vote

At least on linux, I don't think it's fully statically linked:

λ: ldd =furnace
        linux-vdso.so.1 (0x00007ffd9a09a000)
        libfftw3.so.3 => /usr/lib/libfftw3.so.3 (0x00007fc50cc00000)
        libfmt.so.9 => /usr/lib/libfmt.so.9 (0x00007fc50cfde000)
        libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007fc50cf5d000)
        librtmidi.so.6 => /usr/lib/librtmidi.so.6 (0x00007fc50cf43000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007fc50cf29000)
        libSDL2-2.0.so.0 => /usr/lib/libSDL2-2.0.so.0 (0x00007fc50ca29000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fc50c600000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007fc50ce41000)
        libgcc_s.so.1 => /u…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tildearrow
Comment options

@yohannd1
Comment options

Answer selected by BlastlessAnthony
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants