This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcc_s.so.1 and libgcj.so.4
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 19 Apr 2003 09:58:24 -0600
- Subject: Re: libgcc_s.so.1 and libgcj.so.4
- References: <POEIJGMGPFPGFHAGKFHAIEEFCHAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> I'm still at odds where to install things to. When should I have
Erik> the rpm install to /usr/lib/local/myprogram as opposed to
Erik> /usr/lib/myprogram?
Maybe you mean /usr/local/lib?
I think actually you are supposed to install in /opt. /usr/local is
used by the local site only.
You'd have to find the real answer elsewhere. Maybe the file system
standard.
Tom