To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80003
User maho changed the following: What |Old value |New value ================================================================================ Assigned to|maho |obo -------------------------------------------------------------------------------- Status|STARTED |NEW -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Tue Jul 24 20:48:29 +0000 2007 ------- reassign to obo for review. http://www.go-ooo.org/bonsai/cvsview2.cgi?command=DIFF&subdir=external%2Flibxslt&file=makefile.mk&rev1=1.5&rev2=1.7&whitespace_mode=show&diff_mode=context I think your change outsource -lxml2 and -lz as > xslt_LDFLAGS+=-lxml2 -lz Of course, this is correct, but it does expects libxml2 and libz are located at default libdir, e.g., /usr/lib. makefile.mk 1.5 worked for FreeBSD because xslt_LDFLAGS was empty, namely I was lucky :) If we pass correct xslt_LDFLAGS, then we also need xslt_LDFLAGS+=-L$(SOLARLIBDIR) because libxml2 is there. --------------------------------------------------------------------- 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]