On Sunday, 21 October 2012 at 13:14:25 UTC, Iain Buclaw wrote:
If you compiled gdc - it should have also include libphobos in
the
build... unless you did something strange and omitted it. :)
The old update script did it wrong sometimes. When the sources
were parallel, like /usr/local/src/gcc
On 21 October 2012 21:31, Brad Lanam wrote:
> On Saturday, 20 October 2012 at 05:37:20 UTC, H. S. Teoh wrote:
>>
>> configure: error: Link tests are not allowed after
>> GCC_NO_EXECUTABLES.
>
>
> Had this problem many, many times...
> IIRC I think this is the piece you need, which isn't do
On Saturday, 20 October 2012 at 05:37:20 UTC, H. S. Teoh wrote:
configure: error: Link tests are not allowed after
GCC_NO_EXECUTABLES.
Had this problem many, many times...
IIRC I think this is the piece you need, which isn't documented
well.
if [[ $(uname -m) == "x86_64" ]]; then
export L
http://gdcproject.org/bugzilla/show_bug.cgi?id=17
Alex Rønne Petersen changed:
What|Removed |Added
CC||a...@lycus.org
--- Comment #1 from
http://gdcproject.org/bugzilla/show_bug.cgi?id=17
Bug #: 17
Summary: Nasty interface contract bug
Classification: Unclassified
Product: GDC
Version: development
Platform: All
OS/Version: All
Status: NEW
Sever
On 20 October 2012 18:14, H. S. Teoh wrote:
> Huh, weird, I tried compiling again this morning and somehow it works
> now!! I think it may have to do with the configure options: I tried a
> different configuration this time:
>
> /usr/src/gcc-4.7/gcc-4.7-4.7.2/src/configure \
> --en
On 20 October 2012 19:40, Johannes Pfau wrote:
> Am Sat, 20 Oct 2012 17:27:33 +0200
> schrieb "Timo Sintonen" :
>
>> On Saturday, 20 October 2012 at 14:35:44 UTC, Martin Nowak wrote:
>> > I recently did a project on the STM32F0-Discovery board.
>> > After having used a nice arm-none-eabi-*/openocd
On Saturday, 20 October 2012 at 18:40:51 UTC, Johannes Pfau wrote:
BTW: Here's the dmd commit which introduced betterc:
https://github.com/D-Programming-Language/dmd/commit/707949edc30f245a68145bef619f6f02b85e39ab
but right now it only disables moduleinfo generation, afaics.
This is only in d