Re: Tcl help ...

2021-03-29 Thread Joshua Root
On 2021-3-30 08:42 , Joshua Root wrote: On 2021-3-30 08:15 , Christopher Jones wrote: This is probably the problem, as there are a few ports that do pass it to a shell. see e.g.

Re: Tcl help ...

2021-03-29 Thread Joshua Root
On 2021-3-30 08:15 , Christopher Jones wrote: This is probably the problem, as there are a few ports that do pass it to a shell. see e.g. Yeah, that's going to be an

Re: Tcl help ...

2021-03-29 Thread Christopher Jones
Hi, > On 29 Mar 2021, at 9:40 pm, Joshua Root wrote: > > On 2021-3-30 06:35 , Christopher Jones wrote: >> Hi All, >> Working on fixing a build issue and hitting a limit in my current >> understanding of Tcl… I am trying to set some new env vars in the build.env >> set ldflags

Re: Tcl help ...

2021-03-29 Thread Joshua Root
On 2021-3-30 06:35 , Christopher Jones wrote: Hi All, Working on fixing a build issue and hitting a limit in my current understanding of Tcl… I am trying to set some new env vars in the build.env         set ldflags ${configure.ldflags}         build.env-append   GO_EXTLINK_ENABLED=1      

Tcl help ...

2021-03-29 Thread Christopher Jones
Hi All, Working on fixing a build issue and hitting a limit in my current understanding of Tcl… I am trying to set some new env vars in the build.env set ldflags ${configure.ldflags} build.env-append GO_EXTLINK_ENABLED=1 build.env-append