Ticket #22040 (new defect)
cunit-2.1_0_1 has unresolved reference at link time
| Reported by: | ceharris414@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | ||
| Port: | cunit |
Description
When launching a simple test runner linked against cunit-2.1_0_1, dyld throws the following error for a symbol in ncurses. Explicitly linking against ncurses and cunit resolves the reference. CUnit built from original sources does not have this problem.
Test runner attached.
dyld: Symbol not found: _acs_map Referenced from: /opt/local/lib/libcunit.1.dylib Expected in: flat namespace in /opt/local/lib/libcunit.1.dylib
Attachments
Change History
Changed 4 years ago by ceharris414@…
- Attachment TestRunner.c added
comment:1 Changed 4 years ago by ceharris414@…
Forgot to mention this is Mac OS X 10.6 and XCode 3.2.
Note: See
TracTickets for help on using
tickets.


Test runner program