https://bugzilla.gdcproject.org/show_bug.cgi?id=289
--- Comment #4 from Stefan Schuerger ---
Fun fact: When taking the "helloworld" example from the dlang.org page
(https://tour.dlang.org/):
import std.stdio;
import std.algorithm;
import std.range;
void main()
{
// Let's get going!
writ
https://bugzilla.gdcproject.org/show_bug.cgi?id=289
--- Comment #3 from Stefan Schuerger ---
Hi Iain,
Thanks for the workaround! Changing libgphobos.spec from
*lib: %(liborig_gdc_renamed) -lm -lpthread -ldl
to
*lib: -lpthread %(liborig_gdc_renamed) -lm -ldl
works!
--
You are receiving th
https://bugzilla.gdcproject.org/show_bug.cgi?id=289
Iain Buclaw changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #2 from Iain Buclaw
https://bugzilla.gdcproject.org/show_bug.cgi?id=289
Bug ID: 289
Summary: Static linking has wrong libc/libpthread order
Product: GDC
Version: 7.x
Hardware: All
OS: All
Status: NEW
Severity: major
https://bugzilla.gdcproject.org/show_bug.cgi?id=289
Stefan Schuerger changed:
What|Removed |Added
CC||ste...@schuerger.com
--- Comment #1
On Monday, 26 March 2018 at 06:26:39 UTC, Cecil Ward wrote:
Got as far as downloading a huge .tar.xz file and extracting
it, but U just guessed at a version of gcc sources to ftp-fetch
in the first place.
I have a gcc-7.3.0 folder now. Is that the correct version
number ?
Next, the script f