When compiling lyx on Solaris 10, using an up-to-date gnu setup (updated autoconf, automake, etc). Compilation of the recent svn stable branch completes without problems.

At startup however, lyx displays the main window, reports a SIGSEGV, displays the 'please report a bug message' and core dumps.

The debugger reports:
#0 0xd09f1015 in _lwp_kill () from /usr/lib/libc.so.1

The following parameters were used for configure:
export LDFLAGS="-L/usr/lib"
export CPPFLAGS="-I/usr/include"
./configure --prefix=/opt/lyx/latest --with-x --with-frontend=xforms \
--with-packaging=posix --with-pic  --x-includes=/opt/sfw/include \
--x-libraries=/opt/sfw/lib --with-pspell=no --disable-static \
--enable-shared

RESULT=$?
if [ $RESULT -eq 0 ]; then
        gmake
fi


I am now in the process of making a debug build.


Any suggestions?

Kind regards,

Lodewijk Bonebakker

Reply via email to