octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Wed, 11 Jul 2018 21:01:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #78, bug #54235 (project octave):

This


-R/usr/sfw/lib -L/usr/sfw/lib -lfreetype


excerpt from the link command line indicates that FreeType is still being
linked into Octave.

You should try configuring with both '--without-fontconfig' and
'--without-freetype'. The configure script will still attempt to build and use
FreeType library functions even if Fontconfig isn't found or is disabled.

The real culprit here is the FreeType configuration, which is probably coming
from a botched pkg-config file with the FreeType packaging on your system.

Does 'env
PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/sfw/lib/pkgconfig:/usr/lib/pkgconfig
pkg-config --libs freetype2' return '-R/usr/sfw/lib -L/usr/sfw/lib
-lfreetype'?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]