Tiny Core Linux

General TC => General TC Talk => Topic started by: halma on July 20, 2014, 04:02:56 PM

Title: standard destination
Post by: halma on July 20, 2014, 04:02:56 PM
hi

id just like to ask, under Debian Linux is it usually to put the "libs" under "/lib" or "/usr/lib" and also the other main system stuff for usually.

If i am right then Tinycorelinux is the needs all under "/usr/local/" as destination. I am right with Tinycorelinux ?

best regards
Halma
Title: Re: standard destination
Post by: bmarkus on July 20, 2014, 04:10:53 PM
You are right
Title: Re: standard destination
Post by: halma on July 20, 2014, 04:17:50 PM
Hi bmarkus
then almost all configure scripts needs "--prefix=/usr/local" and also "libdir=/usr/local/lib"  , thats right ?

sorry may its to hot here in Germany to think clean ;-)

best regards
Halma
Title: Re: standard destination
Post by: bmarkus on July 20, 2014, 04:34:35 PM
--prefix=/usr/local is enough, gnu autotools will dervie lib, share, bin, sbin, etc. in most cases from prefix. The best is to issue

Code: [Select]
./configure --help
in the terminal in the source tree; at the beginning you will see how to configure directories