Changes between Initial Version and Version 3 of Ticket #54422
- Timestamp:
- Jul 5, 2017, 4:01:30 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54422
-
Property
Status
changed from
new
toaccepted
- Property Cc Schamschula added
-
Property
Summary
changed from
gnutls fails to build - library not found for -lsnowleopardfixes
tognutls @3.5.14: ld: library not found for -lsnowleopardfixes
- Property Owner set to ryandesign
- Property Keywords snowleopard leopard tiger added
- Property Port gnutls added
-
Property
Status
changed from
-
Ticket #54422 – Description
initial v3 1 1 whilst configuring the c-compiler: library not found for -lsnowleopardfixes 2 2 3 {{{ 3 4 configure:5377: checking whether the C compiler works 4 5 configure:5399: /opt/local/bin/clang-mp-3.7 -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -lsnowleopardfixes -arch x86_64 conftest.c >&5 5 6 ld: library not found for -lsnowleopardfixes 6 7 clang: error: linker command failed with exit code 1 (use -v to see invocation) 8 }}}