DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34920>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34920 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2005-05-20 03:44 ------- One last fix...the INSTALL commands at the end of the darwin section need a small addition to get the symlinks built: Currently: INSTALL_COMMAND_2=["\$(RM) \$(DESTDIR)\${libdir}/\${LIBMAJORNAME} && \$(LN_S) \${LIBNAME}\$(DESTDIR)\${libdir}/\${LIBMAJORNAME}"] INSTALL_COMMAND_3=["\$(RM) \$(DESTDIR)\${libdir}/\${LIBSHORTNAME} && \$(LN_S) \${LIBNAME}\$(DESTDIR)\${libdir}/\${LIBSHORTNAME}"] Should be: INSTALL_COMMAND_2=["\$(RM) \$(DESTDIR)\${libdir}/\${LIBMAJORNAME} && \$(LN_S) \$(DESTDIR)\${libdir}/\${LIBNAME} \$(DESTDIR)\${libdir}/\${LIBMAJORNAME}"] INSTALL_COMMAND_3=["\$(RM) \$(DESTDIR)\${libdir}/\${LIBSHORTNAME} && \$(LN_S) \$(DESTDIR)\${libdir}/\${LIBNAME} \$(DESTDIR)\${libdir}/\${LIBSHORTNAME}"] The change is to add \$(DESTDIR)\${libdir}/ in front of the first parameter in the link commands. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.