Re: datetime fails with undefined reference

2011-02-21 Thread Jonathan M Davis
On Monday 21 February 2011 08:40:38 Kai Meyer wrote: > == Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article > > > On Friday, February 18, 2011 16:27:23 Russel Winder wrote: > > > As noted in my earlier email on the other list, I too got this problem. > > > Fromn what I can tell 1.066 and

Re: datetime fails with undefined reference

2011-02-21 Thread Kai Meyer
== Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article > On Friday, February 18, 2011 16:27:23 Russel Winder wrote: > > As noted in my earlier email on the other list, I too got this problem. > > Fromn what I can tell 1.066 and 2.051 have dmd.conf files but there is > > no such thing in the

Re: datetime fails with undefined reference

2011-02-19 Thread Jonathan M Davis
On Saturday 19 February 2011 12:07:40 Russel Winder wrote: > On Sat, 2011-02-19 at 04:55 -0800, Jonathan M Davis wrote: > [ . . . ] > > > I don't know anything about SCons. However, you _can_ use dmd to link if > > you want to (though that doesn't always work, since not all linker flags > > make i

Re: datetime fails with undefined reference

2011-02-19 Thread Russel Winder
On Sat, 2011-02-19 at 20:07 +, Russel Winder wrote: [ . . . ] > The problem I have here is that I have 64-bit Ubuntu, 64-bit Ubuntu, s/Ubuntu/Debian/ -- Russel. = Dr Russel Winder t: +44 20 7585 2200 voip: sip

Re: datetime fails with undefined reference

2011-02-19 Thread Russel Winder
On Sat, 2011-02-19 at 04:55 -0800, Jonathan M Davis wrote: [ . . . ] > I don't know anything about SCons. However, you _can_ use dmd to link if you > want to (though that doesn't always work, since not all linker flags make it > through safely; e.g., -L-static), so you shouldn't normally actually

Re: datetime fails with undefined reference

2011-02-19 Thread Jonathan M Davis
On Saturday 19 February 2011 04:39:21 Russel Winder wrote: > Jonathan, > > On Fri, 2011-02-18 at 17:28 -0800, Jonathan M Davis wrote: > > On Friday, February 18, 2011 16:27:23 Russel Winder wrote: > > > As noted in my earlier email on the other list, I too got this problem. > > > Fromn what I can

Re: datetime fails with undefined reference

2011-02-19 Thread Russel Winder
Jonathan, On Fri, 2011-02-18 at 17:28 -0800, Jonathan M Davis wrote: > On Friday, February 18, 2011 16:27:23 Russel Winder wrote: > > As noted in my earlier email on the other list, I too got this problem. > > Fromn what I can tell 1.066 and 2.051 have dmd.conf files but there is > > no such thing

Re: datetime fails with undefined reference

2011-02-18 Thread Jonathan M Davis
On Friday, February 18, 2011 16:27:23 Russel Winder wrote: > As noted in my earlier email on the other list, I too got this problem. > Fromn what I can tell 1.066 and 2.051 have dmd.conf files but there is > no such thing in the 1.067 and 2.052 distributions. So the "out of the > box" configuratio

Re: datetime fails with undefined reference

2011-02-18 Thread Russel Winder
On Sat, 2011-02-19 at 00:27 +, Russel Winder wrote: > As noted in my earlier email on the other list, I too got this problem. > Fromn what I can tell 1.066 and 2.051 have dmd.conf files but there is > no such thing in the 1.067 and 2.052 distributions. So the "out of the > box" configuration d

Re: datetime fails with undefined reference

2011-02-18 Thread Russel Winder
As noted in my earlier email on the other list, I too got this problem. Fromn what I can tell 1.066 and 2.051 have dmd.conf files but there is no such thing in the 1.067 and 2.052 distributions. So the "out of the box" configuration does seem to be "broken". > That should be in the dmd.conf in dm

Re: datetime fails with undefined reference

2011-02-18 Thread Jonathan M Davis
On Friday, February 18, 2011 12:29:40 Kai Meyer wrote: > == Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article > > > On Friday, February 18, 2011 10:12:09 Kai Meyer wrote: > > > Great news! Worked like a champ. Is there documentation somewhere that > > > I missed? I would love to be able

Re: datetime fails with undefined reference

2011-02-18 Thread Kai Meyer
== Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article > On Friday, February 18, 2011 10:12:09 Kai Meyer wrote: > > Great news! Worked like a champ. Is there documentation somewhere that I > > missed? I would love to be able to answer these questions on my own. I've > > been stumped on this

Re: datetime fails with undefined reference

2011-02-18 Thread Jonathan M Davis
On Friday, February 18, 2011 11:43:22 Lars T. Kyllingstad wrote: > On Fri, 18 Feb 2011 10:23:41 -0800, Jonathan M Davis wrote: > > On Friday, February 18, 2011 10:12:09 Kai Meyer wrote: > >> Great news! Worked like a champ. Is there documentation somewhere that > >> I missed? I would love to be abl

Re: datetime fails with undefined reference

2011-02-18 Thread Lars T. Kyllingstad
On Fri, 18 Feb 2011 10:23:41 -0800, Jonathan M Davis wrote: > On Friday, February 18, 2011 10:12:09 Kai Meyer wrote: >> Great news! Worked like a champ. Is there documentation somewhere that >> I missed? I would love to be able to answer these questions on my own. >> I've been stumped on this one

Re: datetime fails with undefined reference

2011-02-18 Thread Jonathan M Davis
On Friday, February 18, 2011 10:12:09 Kai Meyer wrote: > Great news! Worked like a champ. Is there documentation somewhere that I > missed? I would love to be able to answer these questions on my own. I've > been stumped on this one for a week :( That should be in the dmd.conf in dmd.2.052.zip. If

Re: datetime fails with undefined reference

2011-02-18 Thread Kai Meyer
Great news! Worked like a champ. Is there documentation somewhere that I missed? I would love to be able to answer these questions on my own. I've been stumped on this one for a week :(

Re: datetime fails with undefined reference

2011-02-18 Thread Lars T. Kyllingstad
On Fri, 18 Feb 2011 16:38:19 +, Kai Meyer wrote: > I can't seem to use std.datetime at all. I get undefined reference on > whether I use a StopWatch, or if I just try to compile the unittest. All > I have to do is declare a StopWatch: > > import std.stdio; > import std.datetime; > > void mai

datetime fails with undefined reference

2011-02-18 Thread Kai Meyer
I can't seem to use std.datetime at all. I get undefined reference on whether I use a StopWatch, or if I just try to compile the unittest. All I have to do is declare a StopWatch: import std.stdio; import std.datetime; void main() { StopWatch sw; } This fails to compile: [kai@worky ~]$ dmd