On Fri, 18 Feb 2000, Manfred Huber wrote:
[LyX Version]
> It's version 1.1.4
>
> Manfred
> > Manfred> The System is a Sparc with Solaris2.5.1. The compiler is gcc
> > Manfred> Version 2.95.2 with libstdc++ Version 2.90.6. After the
> > Manfred> make-command, i got these errors:
Are you sure you got that gcc version number correct? I thought we only
needed -fpermissive for 2.95 and 2.95.1. Unless of course the Solaris
version is a special case.
> > You forgot something important: what lyx version is that? What is
> > missing is the -fpermissive flag to g++, but configure is supposed to
> > add it automatically when needed.
It does, based on compiler version. Maybe we need to AC_TRY_COMPILE
something and then decide instead?
Allan. (ARRae)