Re: D in SUSE Enterprise Linux

2018-05-01 Thread Joakim via Digitalmars-d-learn
On Tuesday, 1 May 2018 at 16:02:03 UTC, rikki cattermole wrote: On 02/05/2018 3:51 AM, Vino wrote: On Tuesday, 1 May 2018 at 15:42:38 UTC, Jonathan M Davis wrote: On Tuesday, May 01, 2018 15:18:12 Vino via Digitalmars-d-learn wrote: [...] That sounds like your /tmp is mounted with noexec.

Re: D in SUSE Enterprise Linux

2018-05-01 Thread rikki cattermole via Digitalmars-d-learn
On 02/05/2018 3:51 AM, Vino wrote: On Tuesday, 1 May 2018 at 15:42:38 UTC, Jonathan M Davis wrote: On Tuesday, May 01, 2018 15:18:12 Vino via Digitalmars-d-learn wrote: On Tuesday, 1 May 2018 at 15:04:43 UTC, rikki cattermole wrote: > On 02/05/2018 2:56 AM, Vino wrote: >> [...] > > Does this

Re: D in SUSE Enterprise Linux

2018-05-01 Thread Jonathan M Davis via Digitalmars-d-learn
On Tuesday, May 01, 2018 15:51:14 Vino via Digitalmars-d-learn wrote: > On Tuesday, 1 May 2018 at 15:42:38 UTC, Jonathan M Davis wrote: > > On Tuesday, May 01, 2018 15:18:12 Vino via Digitalmars-d-learn > > > > wrote: > >> On Tuesday, 1 May 2018 at 15:04:43 UTC, rikki cattermole wrote: > >> > On

Re: D in SUSE Enterprise Linux

2018-05-01 Thread Vino via Digitalmars-d-learn
On Tuesday, 1 May 2018 at 15:42:38 UTC, Jonathan M Davis wrote: On Tuesday, May 01, 2018 15:18:12 Vino via Digitalmars-d-learn wrote: On Tuesday, 1 May 2018 at 15:04:43 UTC, rikki cattermole wrote: > On 02/05/2018 2:56 AM, Vino wrote: >> [...] > > Does this work? > > $ dmd -run foo.d Hi Rikki,

Re: D in SUSE Enterprise Linux

2018-05-01 Thread Jonathan M Davis via Digitalmars-d-learn
On Tuesday, May 01, 2018 15:18:12 Vino via Digitalmars-d-learn wrote: > On Tuesday, 1 May 2018 at 15:04:43 UTC, rikki cattermole wrote: > > On 02/05/2018 2:56 AM, Vino wrote: > >> Hi All, > >> > >> Request your help, trying to execute the below program in > >> > >> SUSE Linux but there is no

Re: D in SUSE Enterprise Linux

2018-05-01 Thread Vino via Digitalmars-d-learn
On Tuesday, 1 May 2018 at 15:04:43 UTC, rikki cattermole wrote: On 02/05/2018 2:56 AM, Vino wrote: Hi All,  Request your help, trying to execute the below program in SUSE Linux but there is no output Code #!/usr/bin/env rdmd import std.stdio; void main() { writeln("Test"); } DMD Version

Re: D in SUSE Enterprise Linux

2018-05-01 Thread rikki cattermole via Digitalmars-d-learn
On 02/05/2018 2:56 AM, Vino wrote: Hi All,  Request your help, trying to execute the below program in SUSE Linux but there is no output Code #!/usr/bin/env rdmd import std.stdio; void main() { writeln("Test"); } DMD Version : DMD64 D Compiler v2.079.1 Package installed :

D in SUSE Enterprise Linux

2018-05-01 Thread Vino via Digitalmars-d-learn
Hi All, Request your help, trying to execute the below program in SUSE Linux but there is no output Code #!/usr/bin/env rdmd import std.stdio; void main() { writeln("Test"); } DMD Version : DMD64 D Compiler v2.079.1 Package installed : dmd-2.079.1-0.openSUSE.x86_64.rpm Execution 1 : rdmd