Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Iain Buclaw
On 17 October 2013 07:17, Joseph Rushton Wakeling wrote: > On 17/10/13 00:34, Iain Buclaw wrote: >> >> On Ubuntu, there is no workaround other than patching gcc proper with >> the Ubuntu patches for multiarch. >> >> You are required to set: >> CPATH=/usr/include/ >> LIBRARY_PATH=/usr/lib/ >> >> So

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Iain Buclaw
On 17 October 2013 07:24, Iain Buclaw wrote: > On 17 October 2013 07:17, Joseph Rushton Wakeling > wrote: >> On 17/10/13 00:34, Iain Buclaw wrote: >>> >>> On Ubuntu, there is no workaround other than patching gcc proper with >>> the Ubuntu patches for multiarch. >>> >>> You are required to set: >

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Joseph Rushton Wakeling
On 17/10/13 00:34, Iain Buclaw wrote: On Ubuntu, there is no workaround other than patching gcc proper with the Ubuntu patches for multiarch. You are required to set: CPATH=/usr/include/ LIBRARY_PATH=/usr/lib/ So that a vanilla gcc is able to find headers and libraries to compile and link progr

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Iain Buclaw
On 17 October 2013 00:52, Dicebot wrote: > On Wednesday, 16 October 2013 at 23:09:04 UTC, Iain Buclaw wrote: >> >> Wait, dmd uses /dlang/ now for headers? What a strange compiler... :o) > > > More like "What a strange packager" ;) I place all stuff under > /usr/include/dlang/, helps to experiment

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Dicebot
On Wednesday, 16 October 2013 at 23:09:04 UTC, Iain Buclaw wrote: Wait, dmd uses /dlang/ now for headers? What a strange compiler... :o) More like "What a strange packager" ;) I place all stuff under /usr/include/dlang/, helps to experiment with all 3 at once. Of course changing paths in that

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Iain Buclaw
On Oct 16, 2013 11:55 PM, "Dicebot" wrote: > > If anyone wants to patch gdc to use include paths more similar to usual dmd style, my Arch Linux packaging script can serve as a simple example : https://github.com/Dicebot/Arch-PKGBUILDs/tree/master/gdc (PKGBUILD file is just a special bash script)

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Dicebot
If anyone wants to patch gdc to use include paths more similar to usual dmd style, my Arch Linux packaging script can serve as a simple example : https://github.com/Dicebot/Arch-PKGBUILDs/tree/master/gdc (PKGBUILD file is just a special bash script)

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Iain Buclaw
On 16 October 2013 20:26, Stefan Frijters wrote: > On Tuesday, 24 September 2013 at 14:48:44 UTC, Iain Buclaw wrote: >> >> On 24 September 2013 15:32, eles wrote: >>> >>> On Tuesday, 24 September 2013 at 14:16:53 UTC, Johannes Pfau wrote: Am Tue, 24 Sep 2013 16:02:11 +0200 sch

Re: gdc on linux does not install druntime's .d files?

2013-10-16 Thread Stefan Frijters
On Tuesday, 24 September 2013 at 14:48:44 UTC, Iain Buclaw wrote: On 24 September 2013 15:32, eles wrote: On Tuesday, 24 September 2013 at 14:16:53 UTC, Johannes Pfau wrote: Am Tue, 24 Sep 2013 16:02:11 +0200 schrieb "eles" : Hi, After compiling/installing the HEAD version of gdc in /op

[Bug 81] New: ICE in gimple_expand_cfg

2013-10-16 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=81 Bug #: 81 Summary: ICE in gimple_expand_cfg Classification: Unclassified Product: GDC Version: development Platform: x86 OS/Version: Linux Status: NEW Severit