https://bugs.winehq.org/show_bug.cgi?id=56441 --- Comment #16 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- *** Bug 56594 has been marked as a duplicate of this bug. *** --- Comment #17 from E Risi <erisi(a)comcast.net> --- When I run ./configure, is LDFLAGS supposed to be an exported environment variable or one of the options for the ./configure script? --- Comment #18 from E Risi <erisi(a)comcast.net> --- When I run ./configure, I get checking for ft2build.h... yes checking for -lfreetype... not found configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. I have freetype installed (via x86_64 brew). I tried adding "-L/usr/local/lib" (which is where they are located by x86 brew) to LDFLAGS but that didn't help. How do I get configure to find the dylib? Thanks! --- Comment #19 from E Risi <erisi(a)comcast.net> --- When I run ./configure, I get checking for ft2build.h... yes checking for -lfreetype... not found configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. I have freetype installed (via x86_64 brew). I tried adding "-L/usr/local/lib" (which is where they are located by x86 brew) to LDFLAGS but that didn't help. How do I get configure to find the dylib? Thanks! --- Comment #20 from E Risi <erisi(a)comcast.net> --- For my build on an M3 in MacOS with arch = x86_64 in ZSH Should I be using "-m64" in CC ? If I do, configure completes but make doesn't seem to work. If I don't include "-m64", configure complains that the 32 bit version of freetype can't be found (but the links for freetrype are where I think they are supposed to be. Any suggestions? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.