Odd ICE (win32)

2012-08-13 Thread Andrej Mitrovic
On win32 (WinXP) I get an ICE (segfault) but only if I compile with -m32 and if I invoke GDC via a system call in a D script, but never if I invoke it directly from a console window. GDC is invoked from within the same directory, so I don't understand what's causing this. The command in console is

Re: shared flag

2012-08-13 Thread Mike Wey
On 08/13/2012 06:35 PM, bioinfornatics wrote: Le lundi 13 août 2012 à 17:11 +0100, Gyula Gubacsi a écrit : Could you expand on it? On 13 August 2012 13:56, bioinfornatics wrote: Dear, ldc has shared flag i think dmd has too, i would like to know if gdc will

Re: D on the Raspberry Pi

2012-08-13 Thread Johannes Pfau
Am Mon, 13 Aug 2012 11:27:39 +0200 schrieb "Stefan Frijters" : > The relevant errors seem to be > > conftest.c:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP > > This is something that is explicitly set in the configure command > above to match what I saw in gcc -v. If I remove this, will

Re: shared flag

2012-08-13 Thread bioinfornatics
Le lundi 13 août 2012 à 17:11 +0100, Gyula Gubacsi a écrit : > Could you expand on it? > > On 13 August 2012 13:56, bioinfornatics > wrote: > Dear, > ldc has shared flag i think dmd has too, i would like to know > if gdc > will get it ? if no how get same thing >

Re: shared flag

2012-08-13 Thread Gyula Gubacsi
Could you expand on it? On 13 August 2012 13:56, bioinfornatics wrote: > Dear, > ldc has shared flag i think dmd has too, i would like to know if gdc > will get it ? if no how get same thing > >

shared flag

2012-08-13 Thread bioinfornatics
Dear, ldc has shared flag i think dmd has too, i would like to know if gdc will get it ? if no how get same thing

[Issue 1] Hello World

2012-08-13 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=1 Alex Rønne Petersen changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: D on the Raspberry Pi

2012-08-13 Thread Stefan Frijters
On Sunday, 12 August 2012 at 12:31:04 UTC, Stefan Frijters wrote: Ugh, I was in a hurry yesterday and while cleaning up some stuff (8GB SD card fills up mighty quickly when doing these compilations) I accidentally rm -rf'ed the wrong copy of the build, including the logs. So then I set it to co