KDE location [was Re: basic debian question]

2002-09-02 Thread Tzafrir Cohen
On Mon, 2 Sep 2002, Arie Folger wrote: Tzafrir Cohen wrote: /opt and /usr/local are the same: not part of the formal system, and intended for extra packages. Although debian places some a few config files in /usr/local But quite some flamers are upset at RH for putting everything in

Fwd: Re: KDE location [was Re: basic debian question]

2002-09-02 Thread voguemaster
--- Start of forwarded message --- From: voguemaster [EMAIL PROTECTED] To: Tzafrir Cohen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organization: Jurassic Park Subject: Fwd: Re: KDE location [was Re: basic debian question] Date: 02/09/02 11:29:35 What really annoys me about /usr/bin

Fwd: Re: KDE location [was Re: basic debian question]

2002-09-02 Thread voguemaster
--- Start of forwarded message --- From: voguemaster [EMAIL PROTECTED] To: Tzafrir Cohen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organization: Jurassic Park Subject: Fwd: Re: KDE location [was Re: basic debian question] Date: 02/09/02 11:56:17 But they are spread all over

Re: KDE location [was Re: basic debian question]

2002-09-02 Thread voguemaster
gcc has its own built-in include and libs parameters (set at compile time), right? I don't know about that. When you configure gcc before compilation you usually set the installation location, library dirs if you want'em changed, other compile options etc.. I don't know enough because I've

Re: KDE location [was Re: basic debian question]

2002-09-02 Thread Yedidyah Bar-David
On Mon, Sep 02, 2002 at 12:16:28PM +0200, voguemaster wrote: gcc has its own built-in include and libs parameters (set at compile time), right? I don't know about that. When you configure gcc before compilation you usually set the installation location, library dirs if you want'em

Re: KDE location [was Re: basic debian question]

2002-09-02 Thread voguemaster
inside the top gcc source directory, mkdir somedir cd somedir ../configure --prefix=/usr/local/some/directory/for/this/gcc make install Then, put /usr/local/some/directory/for/this/gcc/bin in the beginning of your path. For c++ programs you will also want to put

Re: KDE location [was Re: basic debian question]

2002-09-02 Thread Yedidyah Bar-David
On Mon, Sep 02, 2002 at 12:53:53PM +0300, Yedidyah Bar-David wrote: On Mon, Sep 02, 2002 at 12:16:28PM +0200, voguemaster wrote: gcc has its own built-in include and libs parameters (set at compile time), right? I don't know about that. When you configure gcc before compilation

Re: KDE location [was Re: basic debian question]

2002-09-02 Thread Yedidyah Bar-David
On Mon, Sep 02, 2002 at 12:57:55PM +0200, voguemaster wrote: inside the top gcc source directory, mkdir somedir cd somedir ../configure --prefix=/usr/local/some/directory/for/this/gcc make install Then, put /usr/local/some/directory/for/this/gcc/bin in the beginning of your path. For