April 07, 2005
The link is not working from compiler.html but it seems to be working from
changelog.html.
Strange ...

I' m using Mozilla ...


"Russ Lewis" <spamhole-2001-07-16@deming-os.org> wrote in message news:d31j2r$4ok$1@digitaldaemon.com...
> Walter wrote:
> > Focus is on fixing compiler issues.
> >
> > http://www.digitalmars.com/d/changelog.html
>
> Anybody else having trouble accessingthe FTP site?


April 07, 2005
Walter wrote:
> Focus is on fixing compiler issues.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> 
> 
I tried all the settings in IE.
The file can't be downloaded.

I have been able to download all the preceding
versions without any problems.

Someone suggested to use:
  http://ftp.digitalmars.com/dmd.120.zip
  ( which work ok )	

instead of:
  ftp://ftp.digitalmars.com/dmd.120.zip
  ( which does not work anymore )

And as someone else said, SmartFTP and WinXP ftp
works ok too.

So something must have been changed on
your side ?

April 07, 2005
"Carlos" <carlos2003nov@yahoo.ca> wrote in message news:d339um$21t4$1@digitaldaemon.com...
> I tried all the settings in IE.
> The file can't be downloaded.
>
> I have been able to download all the preceding
> versions without any problems.
>
> Someone suggested to use:
>    http://ftp.digitalmars.com/dmd.120.zip
>    ( which work ok )
>
> instead of:
>    ftp://ftp.digitalmars.com/dmd.120.zip
>    ( which does not work anymore )

I just clicked on that link in your post. It downloaded successfully. I'm using WinXP and Outlook Express.

It's a complete mystery what is going on. I've been repeatedly trying it, and it works every time.


April 07, 2005
Walter wrote:
> "Carlos" <carlos2003nov@yahoo.ca> wrote in message
> news:d339um$21t4$1@digitaldaemon.com...
> 
>>I tried all the settings in IE.
>>The file can't be downloaded.
>>
>>I have been able to download all the preceding
>>versions without any problems.
>>
>>Someone suggested to use:
>>   http://ftp.digitalmars.com/dmd.120.zip
>>   ( which work ok )
>>
>>instead of:
>>   ftp://ftp.digitalmars.com/dmd.120.zip
>>   ( which does not work anymore )
> 
> 
> I just clicked on that link in your post. It downloaded successfully. I'm
> using WinXP and Outlook Express.
> 
> It's a complete mystery what is going on. I've been repeatedly trying it,
> and it works every time.
> 
> 

If it is a firewall or proxy problem as someone suggested, then you won't notice it as your inside of the wall.

Lars Ivar Igesund

PS It seemed to work for me today
April 07, 2005
"Walter" <newshound@digitalmars.com> wrote in message news:d341t0$aor$1@digitaldaemon.com...
>
> "Carlos" <carlos2003nov@yahoo.ca> wrote in message news:d339um$21t4$1@digitaldaemon.com...
>> I tried all the settings in IE.
>> The file can't be downloaded.
>>
>> I have been able to download all the preceding
>> versions without any problems.
>>
>> Someone suggested to use:
>>    http://ftp.digitalmars.com/dmd.120.zip
>>    ( which work ok )
>>
>> instead of:
>>    ftp://ftp.digitalmars.com/dmd.120.zip
>>    ( which does not work anymore )
>
> I just clicked on that link in your post. It downloaded successfully. I'm using WinXP and Outlook Express.
>
> It's a complete mystery what is going on. I've been repeatedly trying it, and it works every time.

It only worked for me after I read and followed these instructions: "Ok, I just saw Dave's post in the normal D Forum, about going to "Tools->Internet Options->Advanced tab" in IE6 and unchecking the "Use Passive FTP" checkbox. I does do the trick, cause I can now start the download in just a few seconds. Thanks for the headups Dave!"


April 07, 2005
"Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:d344ih$ift$1@digitaldaemon.com...
> Walter wrote:
> > "Carlos" <carlos2003nov@yahoo.ca> wrote in message news:d339um$21t4$1@digitaldaemon.com...
> >
> >>I tried all the settings in IE.
> >>The file can't be downloaded.
> >>
> >>I have been able to download all the preceding
> >>versions without any problems.
> >>
> >>Someone suggested to use:
> >>   http://ftp.digitalmars.com/dmd.120.zip
> >>   ( which work ok )
> >>
> >>instead of:
> >>   ftp://ftp.digitalmars.com/dmd.120.zip
> >>   ( which does not work anymore )
> >
> >
> > I just clicked on that link in your post. It downloaded successfully.
I'm
> > using WinXP and Outlook Express.
> >
> > It's a complete mystery what is going on. I've been repeatedly trying
it,
> > and it works every time.
> >
> >
>
> If it is a firewall or proxy problem as someone suggested, then you won't notice it as your inside of the wall.

I'm not inside the wall. The digitalmars.com server is in another state!


April 07, 2005
Walter wrote:

> Focus is on fixing compiler issues.
> 
> http://www.digitalmars.com/d/changelog.html

FILE: main.d
---START---
import std.socketstream;

int main(){
    return 0;
}
---END---

$ dmd *.d
gcc main.o -o main -lphobos -lpthread -lm
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libphobos.a(socketstream.o
(.rodata+0x180): undefined reference to `_D3std6stream6Stream6writefFYv'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libphobos.a(socketstream.o
(.rodata+0x184): undefined reference to `_D3std6stream6Stream8writeflnFYv'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libphobos.a(socketstream.o
(.rodata+0x18c): undefined reference to
`_D3std6stream6Stream8copyFromFC3std6stream6StreamkZv'
collect2: ld returned 1 exit status
--- errorlevel 1

Anybody got this problem too?
-- 
Dawid Ciężarkiewicz | arael
jid: arael@fov.pl
April 07, 2005
On Thu, 7 Apr 2005 14:58:23 -0700, Walter wrote:

> "Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:d344ih$ift$1@digitaldaemon.com...
>> Walter wrote:
>>> "Carlos" <carlos2003nov@yahoo.ca> wrote in message news:d339um$21t4$1@digitaldaemon.com...
>>>
>>>>I tried all the settings in IE.
>>>>The file can't be downloaded.
>>>>
>>>>I have been able to download all the preceding
>>>>versions without any problems.
>>>>
>>>>Someone suggested to use:
>>>>   http://ftp.digitalmars.com/dmd.120.zip
>>>>   ( which work ok )
>>>>
>>>>instead of:
>>>>   ftp://ftp.digitalmars.com/dmd.120.zip
>>>>   ( which does not work anymore )
>>>
>>>
>>> I just clicked on that link in your post. It downloaded successfully.
> I'm
>>> using WinXP and Outlook Express.
>>>
>>> It's a complete mystery what is going on. I've been repeatedly trying
> it,
>>> and it works every time.
>>>
>>>
>>
>> If it is a firewall or proxy problem as someone suggested, then you won't notice it as your inside of the wall.
> 
> I'm not inside the wall. The digitalmars.com server is in another state!

Our company's main servers are 600 miles away, but I'm still inside the company's firewall.

-- 
Derek
Melbourne, Australia
8/04/2005 9:37:07 AM
April 08, 2005
Stupidly, I seem to have put the wrong libphobos.a into the zip file. I'll fix it. -Walter

"Dawid Ciê¿arkiewicz" <arael@fov.pl> wrote in message news:d34bt0$qam$1@digitaldaemon.com...
> FILE: main.d
> ---START---
> import std.socketstream;
>
> int main(){
>     return 0;
> }
> ---END---
>
> $ dmd *.d
> gcc main.o -o main -lphobos -lpthread -lm
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libphobos.a(socketstream.o
> (.rodata+0x180): undefined reference to `_D3std6stream6Stream6writefFYv'
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libphobos.a(socketstream.o
> (.rodata+0x184): undefined reference to `_D3std6stream6Stream8writeflnFYv'
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libphobos.a(socketstream.o
> (.rodata+0x18c): undefined reference to
> `_D3std6stream6Stream8copyFromFC3std6stream6StreamkZv'
> collect2: ld returned 1 exit status
> --- errorlevel 1
>
> Anybody got this problem too?
> -- 
> Dawid Ciê¿arkiewicz | arael
> jid: arael@fov.pl


April 08, 2005
Ben Hinkle wrote:

> It only worked for me after I read and followed these instructions:
> "Ok, I just saw Dave's post in the normal D Forum, about going to "Tools->Internet Options->Advanced tab" in IE6 and unchecking the "Use Passive FTP" checkbox. I does do the trick, cause I can now start the download in just a few seconds. Thanks for the headups Dave!"
> 
> 

Well Ben, when i said:

>>>I tried all the settings in IE.
>>>The file can't be downloaded.
>>>

it means i have read that post and followed these instructions.
But i swear it did not worked.

The good news is , it works now ! I dont know why, and let's
say it does not matter. The problem whatever it was, seems to be
gone.

<Intermede>
While i was writing this, before to send the post,
I started IE, did *checked* the "Use Passive FTP" options,
closed and restarted IE. now the option is on.
Go to DigitalMars site, click on the link,
and it now works...
</intermede>

So, The problem whatever it was, seems to be
gone.

I am sorry for the noise, let's get back to "D"...