Typos in std.process.execute documentation?

2013-12-08 Thread Nikhil Padmanabhan
Hi, I just noticed what looks like two typos in the std.process.execute documentation : 1/ auto dmd = execute("dmd", "myapp.d"); should be auto dmd = execute(["dmd", "myapp.d"]); 2/ if (status ==0) should be if (status !=0) Should I file a bug report, or is there a way I can simply s

Re: Building phobos fails on linux system

2013-12-06 Thread Nikhil Padmanabhan
That fixed it! Thanks! On Friday, 6 December 2013 at 19:09:26 UTC, Dicebot wrote: On Friday, 6 December 2013 at 19:04:08 UTC, Nikhil Padmanabhan wrote: Hi, I've been trying to build phobos on a linux system, and it's failing during the link step : /usr/bin/ld: unrecognized op

Building phobos fails on linux system

2013-12-06 Thread Nikhil Padmanabhan
Hi, I've been trying to build phobos on a linux system, and it's failing during the link step : /usr/bin/ld: unrecognized option '--no-warn-search-mismatch' Poking at this a little, I see that I'm running a relatively old version of ld : [np274@login-0-0 phobos]$ ld --version GNU ld versi