Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Prototype designs always work. -- Don Vonada


devel / comp.lang.tcl / Re: Cross-Build weirdless with Tcl 8.6.11

SubjectAuthor
* Cross-Build weirdless with Tcl 8.6.11Robert Heller
`- Cross-Build weirdless with Tcl 8.6.11Robert Heller

1
Cross-Build weirdless with Tcl 8.6.11

<gNycnVnEDtAGWRr-nZ2dnZfqn_qdnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10272&group=comp.lang.tcl#10272

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 30 Nov 2022 21:01:15 +0000
MIME-Version: 1.0
From: hel...@deepsoft.com (Robert Heller)
Organization: Deepwoods Software
X-Newsreader: TkNews 3.0 (1.2.15)
Subject: Cross-Build weirdless with Tcl 8.6.11
Newsgroups: comp.lang.tcl
Content-Type: text/plain;
charset="us-ascii"
Originator: heller@sharky4.deepsoft.com
Message-ID: <gNycnVnEDtAGWRr-nZ2dnZfqn_qdnZ2d@giganews.com>
Date: Wed, 30 Nov 2022 21:01:15 +0000
Lines: 24
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-7XOQ4iIP3djb1tmx21CERmHTibjP1E8F5gp1Ah6NiBvWAcipa2lYfrA5KHj44vQgEMZJb7FFagRPdU+!7xy37IULs+HB+RbzCNwXjB0ooiHYlKLRBOsybOf0ZtH/NkdJYwXeGK0DclbSLSPhGvrCXt3NT0P8!auo=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Robert Heller - Wed, 30 Nov 2022 21:01 UTC

I am cross-building using the MXE packages under Ubuntu and have encountered a
weirdness:

I am configuring with:

../../../TclTk/tcl8.6.11/win/configure --host=i686-w64-mingw32.static \
--prefix=/usr/local/i686-w64-mingw32

Everything compiles just fine, then the everthing gets re-compiled for a
second time (why?), but instead of using i686-w64-mingw32.static-<program>
(program is gcc, ar, ranlib, etc.), it uses i686-w64-mingw32-<program>, which
fails (I have created symlinks as a temporary hack). (The MXE packages provide
two versions of the compilers a static and a shared version -- I am using the
static versions.)

Why is it doing this? I cannot find anyplace in the Makefiles that is causing
this. Is this a bug of some sort?

--
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
heller@deepsoft.com -- Webhosting Services

Re: Cross-Build weirdless with Tcl 8.6.11

<bYWdnRygR58krhX-nZ2dnZfqnPednZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10273&group=comp.lang.tcl#10273

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 01 Dec 2022 04:55:21 +0000
MIME-Version: 1.0
From: hel...@deepsoft.com (Robert Heller)
Organization: Deepwoods Software
X-Newsreader: TkNews 3.0 (1.2.15)
Subject: Re: Cross-Build weirdless with Tcl 8.6.11
In-Reply-To: <gNycnVnEDtAGWRr-nZ2dnZfqn_qdnZ2d@giganews.com>
References: <gNycnVnEDtAGWRr-nZ2dnZfqn_qdnZ2d@giganews.com>
Newsgroups: comp.lang.tcl
Content-Type: text/plain;
charset="us-ascii"
Originator: heller@sharky4.deepsoft.com
Message-ID: <bYWdnRygR58krhX-nZ2dnZfqnPednZ2d@giganews.com>
Date: Thu, 01 Dec 2022 04:55:21 +0000
Lines: 31
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-zgodpByUuBEzQXh6DJsjb3wfhtskIRoSJQP1IrmkZtnFcekXtI393G8ntFYM+18OoK0megs138vLYc7!onYcd8RZZ7xoTLVkNgLX4zV2NDPnMwBCHsrdtrH9dQp8c7u19WLCAnc1+54QwizUw1qWFZ9pAACy!tRQ=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Robert Heller - Thu, 1 Dec 2022 04:55 UTC

Nevermind. I found the problem. I had the wrong --host option value for the
64-bit build and for some reason it fell back to the odd 32-bit pathname.

At Wed, 30 Nov 2022 21:01:15 +0000 Robert Heller <heller@deepsoft.com> wrote:

>
> I am cross-building using the MXE packages under Ubuntu and have encountered a
> weirdness:
>
> I am configuring with:
>
> ./../../TclTk/tcl8.6.11/win/configure --host=i686-w64-mingw32.static \
> --prefix=/usr/local/i686-w64-mingw32
>
> Everything compiles just fine, then the everthing gets re-compiled for a
> second time (why?), but instead of using i686-w64-mingw32.static-<program>
> (program is gcc, ar, ranlib, etc.), it uses i686-w64-mingw32-<program>, which
> fails (I have created symlinks as a temporary hack). (The MXE packages provide
> two versions of the compilers a static and a shared version -- I am using the
> static versions.)
>
> Why is it doing this? I cannot find anyplace in the Makefiles that is causing
> this. Is this a bug of some sort?
>

--
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
heller@deepsoft.com -- Webhosting Services

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor