On Mon, Jun 19, 2000 at 03:57:11PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Kayvan" == Kayvan Sylvan <[EMAIL PROTECTED]> writes:
> 
> Kayvan> This only happens with the latest lyx-1.1.6cvs, not the 1.1.5:
> Kayvan> bash-2.01$ bash autogen.sh Locating GNU m4... found: gm4
> Kayvan> Generate acinclude.m4... done. Building macros... aclocal:
> Kayvan> macro `E_SET at /remote/tools/ksylvan/bin/aclocal line 319,
> Kayvan> <CONFIGURE> line 70. done. Building config header template...
> Kayvan> done. Building Makefile templates... configure.in: 70:
> Kayvan> required file `./sigc++config.h.in' not found done. Building
> Kayvan> configure... done. Building lib/configure ... done. Creating
> Kayvan> POTFILES.in... done
>  
> I do not have these problems with solaris 2.6. Are you sure that your
> automake is correctly installed?

I found the problem.

This machine has perl-4.036 install as the default perl. For whatever
reason, the sigc++/ directory does not autoconf/configure correctly with
this version of perl (everything else with lyx does).

In addition, unless CONFIG_SHELL is set to bash, I get some weird
configure errors.

So, my solution to all my Solaris 2.5.1 install problems:

1) Compile and install a good perl5 and use it as my default (put it
   in my path before the perl4 version).

2) Compile and install my own gcc-2.95.2

3) Use this script to do the update and compile of lyx:

cd $HOME/src/lyx
cvs update -d

make maintainer-clean

bash ./autogen.sh

env CONFIG_SHELL=/usr/local/bin/bash \
        CXXFLAGS='-O2 -isystem /usr/openwin/include' \
        CFLAGS='-O2 -isystem /usr/openwin/include' LDFLAGS=-lintl \
        ./configure --prefix=/remote/tools/ksylvan \
                --with-extra-lib=/remote/tools/ksylvan/lib \
                --with-extra-inc=/remote/tools/ksylvan/include

make install

                        ---Kayvan
-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to