<div dir="ltr"><div>okay i've installed msys2 and what should be gcc into mingw64 on a Windows10 laptop. this is not terribly clear as there are dozens of packages for gcc the one i installed was mingw-w64-x86_64-gcc 9.1.0-3 which i hope should be the one i need since it seemed the most generic, also gcc-libs as well.</div><div><br></div><div>doing the exact same actions (cd into active build directory then 'make all' results in 'bash make: command not found') so either the path has to be set or i need to navigate to where make is located. again i'm sure this is easy, but i don't know what to do to get make to run. looking in the /bin directory of c:\msys64\mingw64\bin i don't see a make binary but i really have no idea what to do at this point. i've edited the msys64/etc/fstab <br>file to include the path to the mingw64 folder but that has no effect on the bash path issue. further help appreciated!<br></div><div><br></div><div>also - i did find a cross compiler to install on my Mac so depending on how difficult this is to do in Windows i may just go that route.<br></div><div><br></div><div>best,</div><div>scott<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 10, 2019 at 12:06 AM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Am 10. Juli 2019 08:05:40 MESZ schrieb "Scott R. Looney" <<a href="mailto:scottrlooney@gmail.com" target="_blank">scottrlooney@gmail.com</a>>:<br>
<br>
> i'm on macOS and have installed GCC and mingw-64 via<br>
>Homebrew<br>
>so i should have what i need.<br>
><br>
>after blundering around i was able to figure out how to build by just<br>
>typing 'make all' in the directory, but it just made a linux .o and a<br>
>.pd_darwin library. there must be a way to override the system<br>
>architecture<br>
>and force it to build a DLL.<br>
<br>
If you want to build binaries for Windows on your mac, you'd need a cross compiler.<br>
<br>
If you dont know what that is, you probably should geht hold on a Windows machine with msys2/mingw64 installed and build natively *there*.<br>
<br>
mdg.zdr.sfj<br>
IOhannes<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>