On Mon, 19 Mar 2001, Bruce Little wrote:

> Help,
>
> I am getting the following errors from trying to compile lyx-1.1.6fix1
> under HP-UX11. In fact I am unable to compile any version of lyx newer
> than 1.0.4. I have spent ages running the configure script in different
> ways and it always says that configuration is successful. However,
> compilation always fails.
>
> I have no knowledge of c++, hence the error messages below mean little
> to me. I would be most grateful for any help.

Try:
        make distclean
        ./configure --disable-threads
        make

add whatever other flags you normally need to the configure script.
The disable-threads flag is default on cvs lyx but not on any of the
existing releases I think.  This should fix your situation.  If it
doesn't make any difference then we'll need to check what your compiler
doesn't like about sigc++ and file a report to the sigc++ developers.

Allan. (ARRae)

Reply via email to