From: Vadim G. <vgo...@ro...> - 2007-10-01 17:35:01
|
Christos Chryssochoidis wrote: > > I would like to ask if it is possible to build QtAda 0.2.0 on Mac OS > X (Intel). This is very interesting! >> /usr/bin/ld: unknown flag: --unresolved-symbols=ignore-in-shared-libs >> collect2: ld returned 1 exit status You may remove following line from all Makefile.in COMMONLDFLAGS = -Wl,--unresolved-symbols=ignore-in-shared-libs -no-undefined and rerun configure. Unknown linker flags no more to be passed. PS. If this will help, can you please send configure log? This will help to fix this problem. |