From: Kevin W. <kw...@co...> - 2020-07-30 13:01:24
|
On 7/29/20 10:57 PM, Kevan Hashemi wrote: > ld: warning: ignoring file > /Users/kevan/Desktop/Scratch/TclTk/build/tcl/Deployment/libtclstub8.6.a, > building for macOS-x86_64 but attempting to link with file built for > unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E > 0x0A 0x2F 0x20 0x20 0x20 0x20 0x20 0x20 0x20 ) > Undefined symbols for architecture x86_64: I usually build Tcl/Tk first (make -C) and then build the embedded version next (make -C embedded). I wonder if that might help. The embedded Wish can act strangely or fail to build at all if you don't follow these steps, in my experience. -- Kevin Walzer Code by Kevin http://www.codebykevin.com |