Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 1999 20:27:36 -0700 (PDT)
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Thiago Sayao <sayao@netville.com.br>
Cc:        questions@FreeBSD.ORG
Subject:   Re: /usr/local
Message-ID:  <Pine.BSF.4.05.9910082025580.8080-100000@fw.wintelcom.net>
In-Reply-To: <000b01bf11a0$d07c2660$cc2ffea9@Sayao>

next in thread | previous in thread | raw e-mail | index | archive | help

On Fri, 8 Oct 1999, Thiago Sayao wrote:

> the ./configure script are not finding the *.h (includes) and *.so (libs)
> that is in the /usr/local directory
> the libs are in the ldconfig_path and it is in the ld.so hints too.
> if i move the libs to other directory like /usr/lib and the includes to
> /usr/include it works fine
> i'm confused!
> 
> if you are Sheldon Hearn, thanks for answering the my other question, it
> helped i lot!
> i've solved that! but this litte problem is still behind me.. :)

export C_INCLUDE_PATH=/usr/local/include
export LD_LIBRARY_PATH=/usr/local/lib

you can also use ':' seperated entries like so:

export C_INCLUDE_PATH=/usr/local/include:/usr/X11R6/include

enjoy
-Alfred



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910082025580.8080-100000>