On 2017-06-05 13:48, bvoq wrote:
So I ran: dmd -unittest -main -v -L-lgmp -L-lc -g gmp/*
The error seems to stem from: cc dbgio.o -o dbgio -g -m64 -Xlinker
-no_compact_unwind -lgmp -lc -L/usr/local/Cellar/dmd/2.074.0/lib -lgmp
-lgmp -lgmp -lgmp -lc -lphobos2 -lpthread -lm
Full invocation of com
On Monday, 5 June 2017 at 10:34:12 UTC, Jacob Carlborg wrote:
On 2017-06-05 01:14, bvoq wrote:
The flag -L-lc seems to have been passed to the library.
This is the full error message after running it with dub test
--verbose
You need to continue to invoke the sub commands, that is, DMD,
Clan
On 2017-06-05 01:14, bvoq wrote:
The flag -L-lc seems to have been passed to the library.
This is the full error message after running it with dub test --verbose
You need to continue to invoke the sub commands, that is, DMD, Clang and
the linker with the verbose flag (-v) added. There's no po
On Sunday, 4 June 2017 at 16:13:22 UTC, Jacob Carlborg wrote:
On 2017-06-04 12:45, Nordlöw wrote:
My gmp-d tests successfully on Linux as
dub test
but on OS X it fails as
Undefined symbols for architecture x86_64:
"free", referenced from:
...
"malloc", referenced from:
...
Any ideas
On 2017-06-04 12:45, Nordlöw wrote:
My gmp-d tests successfully on Linux as
dub test
but on OS X it fails as
Undefined symbols for architecture x86_64:
"free", referenced from:
...
"malloc", referenced from:
...
Any ideas on why?
https://github.com/nordlow/gmp-d/issues/4#issuecomment
On Sunday, 4 June 2017 at 10:45:23 UTC, Nordlöw wrote:
My gmp-d tests successfully on Linux as
dub test
but on OS X it fails as
Undefined symbols for architecture x86_64:
"free", referenced from:
...
"malloc", referenced from:
...
Any ideas on why?
https://github.com/nordlow/gmp-d/is
My gmp-d tests successfully on Linux as
dub test
but on OS X it fails as
Undefined symbols for architecture x86_64:
"free", referenced from:
...
"malloc", referenced from:
...
Any ideas on why?
https://github.com/nordlow/gmp-d/issues/4#issuecomment-305974761