installer icon indicating copy to clipboard operation
installer copied to clipboard

binary release doesn't work on newer FreeBSD (10) versions

Open dlangBugzillaToGithub opened this issue 11 years ago • 1 comments

Martin Nowak (@MartinNowak) reported this on 2014-10-29T17:28:31Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=13665

CC List

  • Seb

Description

FreeBSD 10 switched completely to clang and libc++.so, but we build the binary release with FreeBSD 8.4 that still uses g++ and libstdc++.so. Thus the dmd binaries won't run.

    Shared object "libstdc++.so.6" not found, required by "dmd"

A temporary workaround is to install the lang/gcc package.

    pkg install lang/gcc

http://blog.khmersite.net/2014/04/freebsd-10-shared-object-libstdc-so-6-not-found/
https://wiki.freebsd.org/NewC++Stack

dlangBugzillaToGithub avatar Oct 29 '14 17:10 dlangBugzillaToGithub