bug-ncurses
[Top][All Lists]
Advanced

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

build system error ?


From: Stanislav Ievlev
Subject: build system error ?
Date: Fri, 11 May 2007 16:22:46 +0400

Greetings!


ncurses ,snapshot from 20070505.

./configure --with-shared --with-termlib
--
gcc gcc ../obj_s/ansi.o ../obj_s/charset.o ../obj_s/color.o ../obj_s/control.o 
../obj_s/crum.o ../obj_s/edit.o ../obj_s/fun.o ../obj_s/init.o ../obj_s/menu.o 
../obj_s/modes.o ../obj_s/output.o ../obj_s/pad.o ../obj_s/scan.o 
../obj_s/sync.o ../obj_s/sysdep.o ../obj_s/tack.o -L../lib -lncurses -L../lib 
-ltinfo    -DHAVE_CONFIG_H -I../tack -I. -I. -I../include  -D_GNU_SOURCE 
-DNDEBUG -O2 --param max-inline-insns-single=1200 -fPIC  -o tack
x86_64-alt-linux-gcc: gcc: No such file or directory

--

As I understand this is a result of :
(from tack/Makefile)
--
LIBTOOL_LINK    = ${CC}
...
LINK            =  $(LIBTOOL_LINK) $(CC)
--

in tack/Makefile.in
--
LINK            = @LINK_PROGS@ $(LIBTOOL_LINK) $(CC)
--

--
in progs/Makefile.in
LINK            = @LINK_PROGS@ $(LIBTOOL_LINK)
--

Looks like you have made a typo in tack/Makefile.in

--
With best regards
Stanislav Ievlev.






reply via email to

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