Ticket #13475 (closed defect: wontfix)
universal_cflags in 10.5 cause linking issue
| Reported by: | gzjjgod@… | Owned by: | jmpp@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | MacPorts base bugs |
| Component: | base | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Port: |
Description
If we use the default configure.universal_cflags to build universal binary in Mac OS X 10.5, error like
ld: library not found for -lcrt1.10.5.o
will happend. See also http://lists.apple.com/archives/Xcode-users/2007/Oct/msg00686.html
This patch fixed this by adding "-mmacosx-version-min=10.4" into default configure.universal_cflags.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

