On 8/26/20 7:37 PM, James Lu wrote:
https://gdcproject.org/downloads, which last appears to be updated
several years ago.
...
It looks bad to have one of the main compilers point to a website with
downloads timestamped "2016."
I pointed this out on this forum in May 2019, so don't hold your b
On 8/19/19 4:02 AM, Daniel Kozak wrote:
On Monday, 19 August 2019 at 03:47:04 UTC, James Blachly wrote:
I hope that there are plans for
convenient binary installs (rather than through package managers which
tend to be outdated, and cannot be installed on managed systems) as
there are with DMD a
On 8/19/19 3:59 AM, Daniel Kozak wrote:
It is possible, to share your code, so any one else could try why is gdc
faster than ldc? From what I can say, there is almost always a way to
make ldc as fast as gdc (sometimes you need to pass some specific args
to cimpiler or tweak a code a little bit)
I got around to finally compiling my project (processing high throughput
sequencing data) and found GDC compiled code executed TWICE as fast as
LDC compiled code, which itself was faster than DMD. I am truly surprised.
Can't test all my code yet as GDC 8.3.0 doesn't include support for
assoc a
On 8/18/19 11:20 AM, James Blachly wrote:
../intervaltree/.dub/build/library-release-debug-linux.posix-x86_64-gdc_2068-CAF4B0AA644EFF0EF2E4C805B972A804/libintervaltree.a:(minfo+0x20):
multiple definition of `_D12intervaltree7avltree11__moduleRefZ'
/tmp/ccNVyy2Z.o:(minfo+0xe0): first defined here
On 8/6/19 7:45 AM, Stefanos Baziotis wrote:
Hello everyone,
I just installed GDC with sudo apt-get install gdc and I can't compile a
simple hello world program. I get e.g. static foreach errors:
I also have just installed GDC via apt on Ubuntu18 and cannot compile my
codebase (via dub build
Apologies, but the website is extremely outdated, and I cannot find
reliable, specific instructions on how to install recent GDC on linux.
Distribution packages are often quite behind. For example, Ubuntu 16LTS
which we are still on at work max out at GDC 5.
LDC is a tarball. Is there a simi