Opened 14 years ago
Closed 13 years ago
#25188 closed enhancement (fixed)
FIX for mips-elf-gcc does not compile
Reported by: | sjalander@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.0 |
Keywords: | Cc: | ||
Port: | mips-elf-gcc |
Description
When compiling mips-elf-gcc it complains that libiconv, libiconv_open, and libiconv_close are missing as symbols. To avoid this compilation error LIBICONV_PLUG should be defined when including /opt/local/include/iconv.h (My quick and dirty fix was to define it in the h-file during the compilation).
The second problem is that several make scripts use -arch X86_64 as compilation flag, which results in errors. Removing this argument makes the port compile and install.
Change History (1)
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r79459