To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78768 Issue #|78768 Summary|libtextcat and .so vs .dylib Component|porting Version|680m214 Platform|All URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P1 Subcomponent|MacOSX Assigned to|kz Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Thu Jun 21 15:49:16 +0000 2007 ------- Hi, on Mac OS X, we do not have .so's, we have dylibs. Please fix in m217: Index: makefile.mk =============================================================== ==== RCS file: /cvs/external/libtextcat/makefile.mk,v retrieving revision 1.1 diff -u -r1.1 makefile.mk --- makefile.mk 12 Jan 2007 12:34:28 -0000 1.1 +++ makefile.mk 21 Jun 2007 15:48:47 -0000 @@ -65,7 +65,7 @@ BUILD_ACTION=make -OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*.so +OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*$(DLLPOST) .ENDIF # "$(GUI)"=="UNX" --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
