Ticket #2101 (closed defect: worksforme)
BUG: gettext
| Reported by: | hopperj@… | Owned by: | toby@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
gettext is failing because its trying to build the included libintl and use the dylibs. but the internal build of libintl is creating softlinks to libintl.3.4.0.dylib but it is not building this dylib.
Change History
Note: See
TracTickets for help on using
tickets.


I get the same result: ... gcc: ../intl/.libs/libintl.dylib: No such file or directory make[3]: * [gettext] Error 1 ... The file libintl.dylib is a softlink (gettext-runtime/intl/.libs/libintl.dylib -> libintl.3.4.0.dylib), but libintl.3.4.0.dylib doesn't exist.
John