Re: name of map file

2010-09-13 Thread Nick Sabalausky
> On Mon, Sep 13, 2010 at 8:42 AM, Nick Sabalausky wrote: >> >> I also like to use RDMD as an alternate to rebuild/xfbuild (especially >> since >> xfbuild's been giving me trouble since I moved to D2). >> >> "Andrej Mitrovic" wrote in message news:mailman.200.1284394076.858.digitalmars-d-le...

Re: name of map file

2010-09-13 Thread Andrej Mitrovic
xfbuild has racing problems, according to its creator. He recommended me to force xfbuild to use only one thread. I had issues where it's output would quite literally come out in an alien language. When there are problems I have to re-run xfbuild several times until it finally builds properly. I w

Re: name of map file

2010-09-12 Thread Nick Sabalausky
"BCS" wrote in message news:a6268ff1c0308cd20c34c198...@news.digitalmars.com... > Hello Andrej, > >> Yeah but using -of creates an executable in the directory I provide. >> RDMD is supossed to be used with hiding the executable in a temp dir, >> afaik. >> >> So it's hashing at play, ok. Just want

Re: name of map file

2010-09-12 Thread BCS
Hello Andrej, Yeah but using -of creates an executable in the directory I provide. RDMD is supossed to be used with hiding the executable in a temp dir, afaik. So it's hashing at play, ok. Just wanted to know why. Personally I'd like RDMD to hide the map and deps files as well, I don't know wh

Re: name of map file

2010-09-12 Thread Andrej Mitrovic
Yeah but using -of creates an executable in the directory I provide. RDMD is supossed to be used with hiding the executable in a temp dir, afaik. So it's hashing at play, ok. Just wanted to know why. Personally I'd like RDMD to hide the map and deps files as well, I don't know why it only hides t

Re: name of map file

2010-09-12 Thread Nick Sabalausky
"Andrej Mitrovic" wrote in message news:i6jc5g$1p2...@digitalmars.com... > Just a quick question, why does the map file have a long name like so: > > file_test-d-40DA973DB4C6AD075993AB5CD9866DDE.map ? Because you're using rdmd and not using -of. rdmd comes up with an executable filename by hash

name of map file

2010-09-12 Thread Andrej Mitrovic
Just a quick question, why does the map file have a long name like so: file_test-d-40DA973DB4C6AD075993AB5CD9866DDE.map ?