D seems interesting, but...

Gerry Weaver gerryw at compvia.com
Mon Oct 15 10:51:59 PDT 2012


On Monday, 15 October 2012 at 17:36:10 UTC, Ali Çehreli wrote:
> On 10/15/2012 06:22 AM, Iain Buclaw wrote:
> > On 15 October 2012 08:23, Gerry Weaver<gerryw at compvia.com>
> wrote:
>
> >> Disassembly of section .text:
> >>
> >> 00000000<.text>:
> >>     0:   b8 10 00 00 00          mov    $0x10,%eax
> >>     5:   b9 00 00 00 00          mov    $0x0,%ecx
> >>     a:   8b 11                   mov    (%ecx),%edx
> >>     c:   89 10                   mov    %edx,(%eax)
> >>     e:   89 01                   mov    %eax,(%ecx)
> >>    10:   c3                      ret
> >>
> >>
> >> Thanks,
> >> -G
> >>
> >
> >
> > That looks to me as if hello.d is an empty file.
>
> That is the most plausible reason so far: The OP has an empty 
> file in the current directory but the hello.d that is being 
> edited in Emacs is elsewhere. :)
>
> Ali

Hi,

I have been looking into this. I'm afraid it isn't that simple. I 
just created the file with vi in the same directory I was trying 
to compile it in. I can cat it etc., so I know the text is there. 
I have even reproduced the issue on a different partition etc.. 
I'm starting to think that some other package that is installed 
on this particular system may be the source of the problem. I 
can't reproduce the issue on another install of the same OS, 
version, etc.. I went ahead and installed the .deb package on the 
new system and it still works.

Thanks,
-G



More information about the Digitalmars-d mailing list