[Bug 202] Undefined reference to libcurl functions with small program (not explicitly using network).

2015-11-16 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=202 Sebastien Alaiwan changed: What|Removed |Added Summary|Undefined reference to |Undefined reference to

[Bug 202] Undefined reference to libcurl functions with small program not explicitly using network.

2015-11-16 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=202 Sebastien Alaiwan changed: What|Removed |Added Summary|Undefined reference to |Undefined reference to

Re: Crash when iterating over files with foreach and std.file.dirEntries on Windows?

2015-11-16 Thread Jeremy DeHaan via D.gnu
On Monday, 16 November 2015 at 22:47:27 UTC, Vincent R wrote: On Monday, 16 November 2015 at 15:34:13 UTC, Jeremy DeHaan wrote: Should I file an issue in the bugzilla just in case? And if it makes you feel better, this is the first issue I've encountered with the MinGW builds. yes you should

Re: Crash when iterating over files with foreach and std.file.dirEntries on Windows?

2015-11-16 Thread Vincent R via D.gnu
On Monday, 16 November 2015 at 15:34:13 UTC, Jeremy DeHaan wrote: Should I file an issue in the bugzilla just in case? And if it makes you feel better, this is the first issue I've encountered with the MinGW builds. yes you should and please post the code you have used because I would be curi

Re: Crash when iterating over files with foreach and std.file.dirEntries on Windows?

2015-11-16 Thread Jeremy DeHaan via D.gnu
On Monday, 16 November 2015 at 09:31:22 UTC, Johannes Pfau wrote: Am Mon, 16 Nov 2015 03:08:39 + schrieb Jeremy DeHaan : I'm wondering if anyone has experienced a crash when using dirEntries to iterate over files. This is for the Windows 32 bits build of gdc from the gdc downloads page and

[Bug 202] New: Undefined reference to libcurl functions with small program

2015-11-16 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=202 Bug ID: 202 Summary: Undefined reference to libcurl functions with small program Product: GDC Version: development Hardware: All OS: Linux Statu

Re: Crash when iterating over files with foreach and std.file.dirEntries on Windows?

2015-11-16 Thread Johannes Pfau via D.gnu
Am Mon, 16 Nov 2015 03:08:39 + schrieb Jeremy DeHaan : > I'm wondering if anyone has experienced a crash when using > dirEntries to iterate over files. This is for the Windows 32 bits > build of gdc from the gdc downloads page and it happens for both > the 5.2.0 and 4.9.3 gcc versions (I ha