help-3dldf
[Top][All Lists]
Advanced

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

Re: [help-3dldf] installation problem with 3DLDF


From: lfinsto1
Subject: Re: [help-3dldf] installation problem with 3DLDF
Date: Tue, 19 Feb 2008 10:33:36 +0100 (CET)
User-agent: SquirrelMail/1.4.9a

Sorry, I forgot that `aclocal' should be called before `autoconf', i.e.,
aclocal && autoconf && autoheader && automake -- copy --add-missing
You can, of course, call the command separately.

Please let me know if it still doesn't work after this.

Laurence

>> Try calling `automake --copy --add-missing' and then call `configure'
>> again (with the same `--prefix' argument).
>
>
> one minute ago, I did a new CVS:
>
> address@hidden Group]$ automake --copy --add-missing
> configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
> configure.ac: You should verify that configure.ac invokes
> AM_INIT_AUTOMAKE,
> configure.ac: that aclocal.m4 is present in the top-level directory,
> configure.ac: and that aclocal.m4 was recently regenerated (using
> aclocal).
> configure.ac:67: installing `./install-sh'
> CWEB/Makefile.am:91: `:='-style assignments are not portable
> CWEB/Makefile.am:93: `:='-style assignments are not portable
> CWEB/Makefile.am:96: `:='-style assignments are not portable
> CWEB/Makefile.am:98: `:='-style assignments are not portable
> CWEB/Makefile.am:102: `:='-style assignments are not portable
> CWEB/Makefile.am:114: `:='-style assignments are not portable
> CWEB/Makefile.am:118: `:='-style assignments are not portable
> CWEB/Makefile.am:277: `:='-style assignments are not portable
> CWEB/Makefile.am:298: `:='-style assignments are not portable
> CWEB/Makefile.am:310: `:='-style assignments are not portable
> CWEB/Makefile.am:1020: `%'-style pattern rules are a GNU make extension
> CWEB/Makefile.am:1028: `%'-style pattern rules are a GNU make extension
> CWEB/Makefile.am: installing `./depcomp'
> /usr/share/automake-1.10/am/depend2.am: am__fastdepCXX does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> `am__fastdepCXX' is to add `AC_PROG_CXX'
> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> `aclocal' and `autoconf' again.
> /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.10/am/depend2.am:   The usual way to define `AMDEP'
> is to add one of the compiler tests
> /usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
> AC_PROG_CXX, AC_PROG_OBJC,
> /usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
> AM_PROG_UPC
> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> `aclocal' and `autoconf' again.
> CWEB/Makefile.am:205: `CXXFLAGS' is a user variable, you should not
> override it;
> CWEB/Makefile.am:205: use `AM_CXXFLAGS' instead.
> CWEB/Makefile.am: Lex (C++) source seen but `LEX' is undefined
> CWEB/Makefile.am:   The usual way to define `LEX' is to add `AM_PROG_LEX'
> CWEB/Makefile.am:   to `configure.ac' and run `aclocal' and `autoconf'
> again.
> configure.ac: installing `./ylwrap'
> DOC/Makefile.am:56: `:='-style assignments are not portable
> DOC/TEXINFO/Makefile.am:61: `:='-style assignments are not portable
> DOC/TEXINFO/TEXIPP/Makefile.am:74: `:='-style assignments are not portable
> DOC/TEXINFO/TEXIPP/Makefile.am:77: `:='-style assignments are not portable
> Makefile.am:55: `:='-style assignments are not portable
> Makefile.am:56: `:='-style assignments are not portable
> Makefile.am:57: `:='-style assignments are not portable
> Makefile.am:58: `:='-style assignments are not portable
> Makefile.am:59: `:='-style assignments are not portable
> Makefile.am:60: `:='-style assignments are not portable
> address@hidden Group]$
>
> address@hidden Group]$ ./configure --prefix=/usr/local/3DLDF-1.2.0
> checking for a BSD-compatible install... /bin/install -c
> checking whether build environment is sane... yes
> /bin/sh: /home/arnuld/programs/3dldf/Group/missing: No such file or
> directory
> configure: WARNING: `missing' script is too old or missing
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for g++... g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of g++... gcc3
> checking for gcc... gcc
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking dependency style of gcc... gcc3
> checking for a BSD-compatible install... /bin/install -c
> checking whether make sets $(MAKE)... (cached) yes
> checking for bison... no
> checking for byacc... no
> checking for flex... no
> checking for lex... lex
> checking for yywrap in -lfl... no
> checking for yywrap in -ll... no
> checking lex output file root... lex.yy
> checking whether yytext is a pointer... no
> checking for sha224sum... 1
> checking for sha1sum... 1
> checking for md5sum... 1
> checking for cksum... 1
> checking for gzip... 1
> checking for gsl_matrix_alloc in -lgsl... no
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking gsl/gsl_complex.h usability... no
> checking gsl/gsl_complex.h presence... no
> checking for gsl/gsl_complex.h... no
> checking gsl/gsl_complex_math.h usability... no
> checking gsl/gsl_complex_math.h presence... no
> checking for gsl/gsl_complex_math.h... no
> checking gsl/gsl_matrix.h usability... no
> checking gsl/gsl_matrix.h presence... no
> checking for gsl/gsl_matrix.h... no
> checking for unsigned long long... yes
> checking for unsigned long... yes
> checking for unsigned int... yes
> checking for library containing trunc... -lm
> checking for floor... yes
> checking for sqrt... yes
> checking for trunc... yes
> Enabling conditional compilation of debugging output
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: error: cannot find input file: Makefile.in
> address@hidden Group]$
>
> ------------------------------------------------------------------
>
>
>> If this doesn't work, try this:
>
>> autoconf && autoheader && automake -- copy --add-missing
>> ./configure --prefix=/usr/local/3DLDF-1.2.0/
>>
>> Please let me know if neither of these things works.
>
> address@hidden Group]$ autoconf
> configure.ac:60: error: possibly undefined macro: AM_INIT_AUTOMAKE
>       If this token and others are legitimate, please use
> m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:62: error: possibly undefined macro: AM_CONFIG_HEADER
> configure.ac:70: error: possibly undefined macro: AM_PROG_LEX
>
> address@hidden Group]$ make
> make: *** No targets specified and no makefile found.  Stop.
> address@hidden Group]$
>
>
> address@hidden Group]$ autoconf && autoheader && automake --copy
> --add-missing && ./configure --prefix=/usr/local/3DLDF-1.2.0
>
> autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
> address@hidden Group]$
>
>
>
> -- arnuld
> http://lispmachine.wordpress.com
>
>
> --
>
> Email and shopping with the feelgood factor!
> 55% of income to good causes. http://www.ippimail.com
>
>
>
> _______________________________________________
> help-3dldf mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-3dldf
>






reply via email to

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