Changes between Initial Version and Version 2 of Ticket #19715
- Timestamp:
- May 22, 2009, 1:17:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19715
- Property Owner changed from macports-tickets@… to eridius@…
-
Ticket #19715 – Description
initial v2 1 1 encfs is failing with this message: 2 2 3 {{{ 3 4 /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.0 -DRLOG_COMPONENT="encfs" -I/opt/local/include -DLOCALEDIR=\"/opt/local/share/locale\" -W -Wall -Wpointer-arith -Wwrite-strings -O2 -D_THREAD_SAFE -L/opt/local/lib -lboost_system-mt-s -lboost_serialization-mt-s -o test test.o libencfs.la -lrlog -lssl -lfuse -lboost_serialization-mt-s -lboost_filesystem-mt-s -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation 4 5 /usr/bin/g++-4.0 -DRLOG_COMPONENT=encfs -I/opt/local/include -DLOCALEDIR=\"/opt/local/share/locale\" -W -Wall -Wpointer-arith -Wwrite-strings -O2 -D_THREAD_SAFE -o .libs/test test.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/opt/local/lib ./.libs/libencfs.dylib -lboost_system-mt-s /opt/local/lib/librlog.dylib -lssl /opt/local/lib/libfuse.0.0.0.dylib -lboost_serialization-mt-s -lboost_filesystem-mt-s /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc … … 16 17 17 18 collect2: ld returned 1 exit status 19 }}} 20