WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: standard destination  (Read 1701 times)

Offline halma

  • Full Member
  • ***
  • Posts: 164
standard destination
« on: July 20, 2014, 01: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
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: standard destination
« Reply #1 on: July 20, 2014, 01:10:53 PM »
You are right
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: standard destination
« Reply #2 on: July 20, 2014, 01: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
« Last Edit: July 20, 2014, 01:28:13 PM by halma »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: standard destination
« Reply #3 on: July 20, 2014, 01: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
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."