X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rIS5eHKoN7Md/70KpFTo1T6Im5Ktzg8dR5oagAcc+04=; b=BR/sakAtQ/kQHs7zyZ9xEmMPcBeNFOi7zIc+jl5YCQ4kkoURk/aBzCi3Ekyi5i9M6Q Be3eumRbWs2Z5hClRS57w6D+9vsUIISfCzaTH6Hzt1jRwdylIbJ8CNRRvUJs2NBB5dCN /oJ0qThrJhQQoWWJncg6z4r/rzf51RKV9y6jRpi6/xPmM3KJ0CvprCD4qmyDq5dyLj1W uwzVZ9tcNxwi6jxj4sFmFskjNsFjc25CDLgi3t+9nSH2AHApU2kFJbUSL3D2m3laR0eu 6oYEJEeZgp+BF4fjsrZS2ZSHT4m0tlbmfRsjwvKGTSsIxhwvAzKHeLp3I9hL5STD4jtv qAvw== MIME-Version: 1.0 X-Received: by 10.107.46.218 with SMTP id u87mr39500504iou.68.1432069135229; Tue, 19 May 2015 13:58:55 -0700 (PDT) In-Reply-To: <201505192042.t4JKg2oV018028@envy.delorie.com> References: <201505042003 DOT t44K3odg011007 AT delorie DOT com> <201505192042 DOT t4JKg2oV018028 AT envy DOT delorie DOT com> Date: Tue, 19 May 2015 23:58:55 +0300 Message-ID: Subject: Re: ANNOUNCE: DJGPP 2.05 beta 1 From: "Ozkan Sezer (sezeroz AT gmail DOT com)" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 5/19/15, DJ Delorie wrote: > > Beware, if parts of the tzinfo package are included in libc.a, we'd > need to keep doing it the way it's currently done. > tzsetwall() is part of libc.a:ctime.c but it is stubb'ed, therefore no problems occur if zoneinfo is compiled using a 2.05-based toolchain. As its build system currently is, the only way to make sure that it is built+linked against current djgp is (i) build djgpp itself, (ii) update your toolchain from that build, (iii) and rebuild djgpp and take tzinfo stuff from that second build.