git clone compile errors on isnan
Larry Evans
cppljevans at suddenlink.net
Fri Aug 5 15:54:39 UTC 2016
On 08/05/2016 08:24 AM, Michael Stahl wrote:
[snip]
> did you do a "make clean" after your previous build attempt? if there
> are still object files around built by the compiler in /usr/local then
> problems like that are expected.
>
> in case "make clean" doesn't fix it try "make verbose=t
> LDFLAGS="-Wl,--trace"" to see what libraries are being linked.
>
YEAH MICHAEL!
The following:
--{--cut here--
make clean
export CC=/usr/bin/gcc ; export CXX=/usr/bin/g++ ; ./configure
make
--}--cut here--
worked. Last 2 lines of output:
[BIN] top level modules: libreoffice
[ALL] top level modules: build-non-l10n-only build-l10n-only
Thanks Mike!
BTW, the --with-gcc-home= apparently didn't
set CC to /usr/bin/gcc. It only set CXX to /usr/bin/g++.
Also, what produces the [BIN] and [ALL] output on output.
I've never seen that before in a make. Just curious.
-regards,
Larry
More information about the LibreOffice
mailing list