Re: new module 'gocomp-script'

2025-03-24 Thread Bruno Haible via Gnulib discussion list
Hi Collin, > > +# Avoid error "CC environment variable is relative; must be absolute path" > > +# on native Windows. Cf. > > +# > > > > +unset CC > > +unset CXX > > The CC and CXX variable are used to determine what C

Re: new module 'gocomp-script'

2025-03-23 Thread Collin Funk
Hi Bruno, Bruno Haible via Gnulib discussion list writes: > +# Avoid error "CC environment variable is relative; must be absolute path" > +# on native Windows. Cf. > +# > > +unset CC > +unset CXX The CC and CXX vari

Re: new module 'gocomp-script'

2025-03-07 Thread Bruno Haible via Gnulib discussion list
> 2025-03-06 Bruno Haible > > gocomp-script: New module. > * m4/gocomp.m4: New file. > * build-aux/gocomp.sh.in: New file. > * modules/gocomp-script: New file. A small tweak for MSVC, when the 'go' implementation is a native Windows one: 2025-03-07 Bruno Haible

new module 'gocomp-script'

2025-03-06 Thread Bruno Haible via Gnulib discussion list
The Go programming environments, like Java and C#, have their own way of invoking the Go compiler. It's not entirely trivial. Therefore here is a module to do that in a simple way. Similar to 'javacomp-script' and 'csharpcomp-script'. 2025-03-06 Bruno Haible gocomp-script: New module.