Re: compilation issues (dmd, rdmd, ldc2)

2016-02-22 Thread kraxli via Digitalmars-d-learn
On Sunday, 21 February 2016 at 22:53:17 UTC, anonymous wrote: On 21.02.2016 22:51, kraxli wrote: Great this all works and good to know that D links as basic gcc/llvm link. Thanks a lot to everybody - very helpful!

Re: compilation issues (dmd, rdmd, ldc2)

2016-02-21 Thread kraxli via Digitalmars-d-learn
On Sunday, 21 February 2016 at 21:35:55 UTC, anonymous wrote: On Sunday, 21 February 2016 at 21:21:30 UTC, kraxli wrote: Thanks for coming back on that! The problem is the consoled-package which has the library: ~/.dub/packages/consoled-1.0.0/libconsoled.a So I link it (or aim to do it ;-) )

Re: compilation issues (dmd, rdmd, ldc2)

2016-02-21 Thread kraxli via Digitalmars-d-learn
On Sunday, 21 February 2016 at 20:50:11 UTC, anonymous wrote: On Sunday, 21 February 2016 at 20:04:34 UTC, kraxli wrote: What is going on here and what is the difference between dmd and rdmd? dmd compiles the modules that you specify on the command line. By default, it then links an

compilation issues (dmd, rdmd, ldc2)

2016-02-21 Thread kraxli via Digitalmars-d-learn
I have problems with compiling a very simple program which loads a couple of modules/functions (which I would like to use later on). rdmd -I~/.dub/packages/consoled-1.0.0/source/ appX.d runs great :-) and also dub runs works. But dmd only returns: ยดยดยด $ dmd