rdmd - No output when run on WebFaction

David Chin via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 31 02:01:23 PDT 2014


Hi all,

On WebFaction, my Linux shared hosting server, I created a simple 
"Hello, World!" script in a file named "hello.d".

Attempting to run the script with "rdmd hello.d" yielded no error 
messages, and strangely, no output.

However, the following works, and I see the output:

(1) dmd hello.d
(2) ./hello

Running "rdmd --chatty hellod.d" shows D writing some files to 
/tmp folder and calling exec on the final temp file.

I suspect the reason I'm not seeing any output using rdmd has 
something to do with WebFaction's security policies disallowing 
any execution on files in the /tmp folder.

May I request that rdmd check, say, the environment variables tmp 
or temp for the path to write the temporary files in?

Thanks!


More information about the Digitalmars-d mailing list