bug-ncurses
[Top][All Lists]
Advanced

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

troubles with libtool


From: Roman Svetlov
Subject: troubles with libtool
Date: Tue, 22 May 2001 02:40:35 +0400

hi!

i'm run ./configure with:

$./configure --with-shared --with-normal --with-libtool
$make -j3

and i see:

libtool: link: `-L../lib' cannot specify a relative directory
make[1]: *** [demo] Error 1
make[1]: Leaving directory `/usr/src/ncurses-5.2/_SOMEDIR'
make: *** [all] Error 2

Makefile in _SOMEDIR contains:
LDFLAGS         =  -L../lib -L$(libdir) -L$(libdir) ../lib/libncurses.la
I was remove -L../lib from Makefile in _SOMEDIR:
LDFLAGS         =  -L$(libdir) -L$(libdir) ../lib/libncurses.la

all ok. :)

                                        address@hidden



reply via email to

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