Opened 4 years ago
Closed 4 years ago
#61847 closed defect (duplicate)
ICU duplicate symbol
Reported by: | rmottola (Riccardo) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | leopard gcc | Cc: | |
Port: | icu |
Description
Compiling with GCC on Leopard 10.5 I am unable to build, I get this duplicated symbol. I tried both gcc 6 and 7, no difference.
ld: duplicate symbol icu_67::number::NumberFormatterSettings<icu_67::number::UnlocalizedNumberFormatter>::copyErrorTo(UErrorCode&) const in number_skeletons.o and number_fluent.o collect2: error: ld returned 1 exit status gnumake[1]: *** [../lib/libicui18n.67.1.dylib] Error 1
I have no issues on intel, but probably there it is built on clang.
Attachments (1)
Change History (5)
comment:1 Changed 4 years ago by rmottola (Riccardo)
comment:4 Changed 4 years ago by kencu (Ken)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Anybody tried compiling on intel with gcc?