From: Jean B. <jbo...@ac...> - 2006-02-01 18:37:51
|
Hi there, I'm trying to build wxHaskell 0.9.4 with wxMac 2.6.1 (tried with 2.6.2) and GHC 6.4.1 on MacOS 10.4.4 (gcc 4.0.0). wxWidget is configured with --disable-shared and --disable-unicode. Compilation of the "wxc" layer goes fine but the linking of libwxc- mac2.6.1-0.9.4.dylib fails complaining about "weak definitions": ld: out/wxc/master.o undefined symbol 36218 (__ZdaPv) can't be a weak definition Before I dig into the "dirty" details, I would like to know if I missed anything and/or if anybody encourtered this before (and maybe knows the solution...). Thanks Jean |