Problem Linking Phobos git master

Mike Wey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jul 5 04:03:18 PDT 2014


On 07/05/2014 12:13 AM, "Nordlöw" wrote:
> On Ubuntu 14.04 my git master build script for phobos now fails as below.
>
> Why? Help please.
>
> /usr/bin/ld points to /usr/bin/ld.bfd on my system
>
> Terminal echo and error message follows:
>
> ../dmd/src/dmd -I/home/per/opt/x86_64-unknown-linux-gnu/dmd/include/d2
> -shared -debuglib= -defaultlib= ...

Do you have an DFLAGS environment variable set on your system?

It looks like the environment variable is used instead of the make file 
variable while compiling.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list