Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2010 18:19:14 -0700 (PDT)
From:      Super Biscuit <super_bisquit@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Install path not found
Message-ID:  <217200.44530.qm@web110112.mail.gq1.yahoo.com>

next in thread | raw e-mail | index | archive | help
Kdelibs stops with 
	Code:
	libtool: install: error: cannot install `libkunittest.la' to a directory not ending in /usr/local/lib
.

Changing to the directory and grepping for /usr/local/lib returns 
	Code:
	tima# cat /usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kunittest/Makefile|grep /usr/local/lib
LIBART_LIBS = -L/usr/local/lib -lart_lgpl_2 -lm
LIBART_RPATH = -R/usr/local/lib
LIBPCRE = -L/usr/local/lib -Wl,-R/usr/local/lib -lpcreposix -lpcre
LIBXML_LIBS = -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm
LIBXML_RPATH = -R/usr/local/lib -R/usr/local/lib
LIBXSLT_LIBS = -L/usr/local/lib -lxslt -lxml2 -lz -liconv -lm
LIBXSLT_RPATH = -R/usr/local/lib
LIB_CUPS = -lcups -L/usr/local/lib -lgnutls -lz -pthread -lm -lcrypt
LIB_EXR = -pthread -L/usr/local/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread  
X_LDFLAGS = -L/usr/local/lib
all_libraries = -L${exec_prefix}/lib -L/usr/local/lib   
qt_libraries = /usr/local/lib
x_libraries = /usr/local/lib
tima#
Which is the path for the install? To me it looks like 
	Code:
	all_libraries = -L${exec_prefix}/lib -L/usr/local/lib
, but I am not sure.
		


      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?217200.44530.qm>