discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Compile OpenSCAD with MSYS2

GS
Guenther Sohler
Wed, Jan 4, 2023 12:16 PM

This mail is is mainly directed to Jordan Brown, He has documented in the
WIKI, how to
compile OpenSCAD with MSYS2.

I did succeed! However the binary does not run outside MSYS2
environment because
the shared libraries are missing.
I'd like to link the libs statically and I am wondering if there is a
compile option.

Thank you for your attention
.

This mail is is mainly directed to Jordan Brown, He has documented in the WIKI, how to compile OpenSCAD with MSYS2. I did succeed! However the binary does not run outside MSYS2 environment because the shared libraries are missing. I'd like to link the libs statically and I am wondering if there is a compile option. Thank you for your attention .
JB
Jordan Brown
Fri, Jan 6, 2023 7:21 AM

On 1/4/2023 4:16 AM, Guenther Sohler wrote:

This mail is is mainly directed to Jordan Brown, He has documented in
the WIKI, how to
compile OpenSCAD with MSYS2.

I did succeed! However the binary does not run outside MSYS2
environment because
the shared libraries are missing.
I'd like to link the libs statically and I am wondering if there is a
compile option.

I'm afraid that I have no idea what's necessary to make the binary
usable outside the MSYS2 environment.

It might (or might not ) be sufficient to gather up a bunch of shared
libraries and drop them all in the same directory with openscad.exe.

On 1/4/2023 4:16 AM, Guenther Sohler wrote: > This mail is is mainly directed to Jordan Brown, He has documented in > the WIKI, how to > compile OpenSCAD with MSYS2. > > I did succeed! However the binary does not run outside MSYS2 > environment because > the shared libraries are missing. > I'd like to link the libs statically and I am wondering if there is a > compile option. I'm afraid that I have no idea what's necessary to make the binary usable outside the MSYS2 environment. It might (or might not ) be sufficient to gather up a bunch of shared libraries and drop them all in the same directory with openscad.exe.