Does OOo build clobber files in /usr/lib?

NAKATA Maho chat95 at mac.com
Sun Sep 24 21:46:38 PDT 2006


From: "Charles P. Schaum" <verbo.solo at sbcglobal.net>
Subject: Does OOo build clobber files in /usr/lib?
Date: Sun, 24 Sep 2006 22:52:09 -0500

> I know that I had no dealings with those files; everything was in order
> after I built 2.0.4-RC1. So I figured I'd ask to track it down. If

This is real FAQ and I committed a fix for it but I've never explained
at this ML so I do.

You are using FBSD version later than 601130. In 601130, Glibc style
gethostbyname_r and others are MFC'ed to 6-STABLE. For them,
moz project is broken because configure of
moz project detects gethostbyname_r at libc_r. This is wrong.
and usually not consistent with thread lib we use.
If we use -lpthread (by -pthread), this inconsistency occurs. in other
project, we check the symbols of shared libs. Since some libraries are
linked against libc_r, and we always expect linked against libpthread,
then dll checker tells some symbols are missing.
that's why your build is broken.

Thanks,
-- NAKATA, Maho (maho at FreeBSD.org)


More information about the freebsd-openoffice mailing list