Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread deadalnix via Digitalmars-d
On Thursday, 6 August 2015 at 14:18:09 UTC, Andrei Alexandrescu wrote: So I am trying to unittest phobos in its 32-bit build on a Ubuntu64 machine. I installed these additional packages: sudo apt-get install libc6-dev-i386 libcurl3:i386 When I try to unittest a phobos module, e.g.: make -f

Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread Jacob Carlborg via Digitalmars-d
On 06/08/15 16:18, Andrei Alexandrescu wrote: So I am trying to unittest phobos in its 32-bit build on a Ubuntu64 machine. I installed these additional packages: sudo apt-get install libc6-dev-i386 libcurl3:i386 When I try to unittest a phobos module, e.g.: make -f posix.mak MODEL=32

Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread rsw0x via Digitalmars-d
On Thursday, 6 August 2015 at 14:18:09 UTC, Andrei Alexandrescu wrote: So I am trying to unittest phobos in its 32-bit build on a Ubuntu64 machine. I installed these additional packages: sudo apt-get install libc6-dev-i386 libcurl3:i386 When I try to unittest a phobos module, e.g.: make -f

Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread Andrei Alexandrescu via Digitalmars-d
On 8/6/15 10:30 AM, Jacob Carlborg wrote: On 06/08/15 16:18, Andrei Alexandrescu wrote: So I am trying to unittest phobos in its 32-bit build on a Ubuntu64 machine. I installed these additional packages: sudo apt-get install libc6-dev-i386 libcurl3:i386 When I try to unittest a phobos module,

Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread Andrei Alexandrescu via Digitalmars-d
On 8/6/15 10:37 AM, rsw0x wrote: On Thursday, 6 August 2015 at 14:18:09 UTC, Andrei Alexandrescu wrote: So I am trying to unittest phobos in its 32-bit build on a Ubuntu64 machine. I installed these additional packages: sudo apt-get install libc6-dev-i386 libcurl3:i386 When I try to unittest

Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread Andrei Alexandrescu via Digitalmars-d
On 8/6/15 12:09 PM, Andrei Alexandrescu wrote: On 8/6/15 10:37 AM, rsw0x wrote: On Thursday, 6 August 2015 at 14:18:09 UTC, Andrei Alexandrescu wrote: So I am trying to unittest phobos in its 32-bit build on a Ubuntu64 machine. I installed these additional packages: sudo apt-get install

Re: dmd on ubuntu 64: how to unittest phobos with -m32?

2015-08-06 Thread rsw0x via Digitalmars-d
On Thursday, 6 August 2015 at 16:09:16 UTC, Andrei Alexandrescu wrote: On 8/6/15 10:37 AM, rsw0x wrote: On Thursday, 6 August 2015 at 14:18:09 UTC, Andrei Alexandrescu wrote: [...] do you have gcc-multilib and g++multilib? It probably includes some necessary libraries for 32 bit