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.
Yep, the DFLAGS parameter was given to the make call. Removing
it...
Thx!
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/
On Saturday, 5 July 2014 at 09:54:21 UTC, Nordlöw wrote:
On Saturday, 5 July 2014 at 02:13:39 UTC, Kapps wrote:
Possibly something related to:
https://github.com/D-Programming-Language/dmd/pull/3715
Have you tried updating to git master today?
Yes, unfortunately with the same problem (with l
On Saturday, 5 July 2014 at 02:13:39 UTC, Kapps wrote:
Possibly something related to:
https://github.com/D-Programming-Language/dmd/pull/3715
Have you tried updating to git master today?
Yes, unfortunately with the same problem (with ld.bfd).
With ld.gold I get a huge amount of errors:
../d
Possibly something related to:
https://github.com/D-Programming-Language/dmd/pull/3715
Have you tried updating to git master today?