Marc Kleine-Budde wrote:
> Gary Thomas wrote:
>> I just updated to the latest trunk (r7721).  I'm running an up-to-date
>> Fedora 8 system.
>>
>> When I try to install I get this:
>>
>> [EMAIL PROTECTED] ptxdist-0.10-trunk]$ ./configure --prefix=/opt/ptx.test
>> checking for gcc... gcc
>> 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 gcc accepts -g... yes
>> checking for gcc option to accept ANSI C... none needed
>> 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 ncurses.h usability... yes
>> checking ncurses.h presence... yes
>> checking for ncurses.h... yes
>> checking for gawk... gawk
>> checking for egrep... (cached) grep -E
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking for flex... flex
>> checking for yywrap in -lfl... yes
>> checking lex output file root... lex.yy
>> checking whether yytext is a pointer... yes
>> checking for bison... bison -y
>> checking whether #! works in shell scripts... yes
>> checking for bash... /bin/bash
>> checking for sed... /bin/sed
>> checking sed version... 4.1.5
>> checking for bunzip2... /usr/bin/bunzip2
>> checking for gunzip... /bin/gunzip
>> checking for readlink... /usr/bin/readlink
>> checking for awk... /bin/awk
>> checking for mktemp... /bin/mktemp
>> checking for pkg-config... /usr/bin/pkg-config
>> checking whether python finds distutils... yes
>> checking for patch... /usr/bin/patch
>> checking whether /usr/bin/patch will work... yes
>> checking for dirname... yes
>> checking for cat... yes
>> checking for find... yes
>> checking for sort... yes
>>
>> configure: creating ./config.status
>> config.status: creating Makefile
>> config.status: creating scripts/ptxdist_version.sh
>> config.status: creating rules/ptxdist-version.in
>>
>> ptxdist version 0.10.svn configured.
>> Using '/opt/ptx.test' for installation prefix.
>>
>> Report bugs to ptxdist@pengutronix.de
>>
>> [EMAIL PROTECTED] ptxdist-0.10-trunk]$ make
>> building conf...
>> cd "/home/gthomas/ptxdist-0.10-trunk/scripts/kconfig" && \
>>                  make conf "[EMAIL PROTECTED]@"
>> make[1]: Entering directory 
>> `/home/gthomas/ptxdist-0.10-trunk/scripts/kconfig'
>> cc "-DCURSES_LOC=<ncurses.h>" -DKBUILD_NO_NLS -c conf.c -o conf.o
>> cp zconf.tab.c_shipped zconf.tab.c
>> cp lex.zconf.c_shipped lex.zconf.c
>> cp zconf.hash.c_shipped zconf.hash.c
>> sed < lkc_proto.h > lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
>> cc "-DCURSES_LOC=<ncurses.h>" -DKBUILD_NO_NLS -c zconf.tab.c -o zconf.tab.o
>> cc conf.o zconf.tab.o -o conf @CONF_LIBS@
>> cc: @CONF_LIBS@: No such file or directory
>> make[1]: *** [conf] Error 1
>> make[1]: Leaving directory `/home/gthomas/ptxdist-0.10-trunk/scripts/kconfig'
>> make: *** [all] Error 2
> 
> try ./autogen.sh first

Thanks, that helped.  Perhaps there should be a note in 'README'?


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to