%doc question

Ralf Corsepius rc040203 at freenet.de
Tue Sep 13 16:31:56 UTC 2005


On Tue, 2005-09-13 at 17:12 +0100, Paul F. Johnson wrote:
> Hi,
> 
> > > %{_libdir}/*.lib
> > > 
> > > while nice, doesn't work (can't glob it).
> > 
> > It doesn't sound right to put .asm/.def/.opt files into %_libdir.
> > The program ought to use its own sub-directory for such files, and,
> > assuming they are assembler language input files, to put them in
> > a directory below %_datadir.
> 
> The original version placed the files in /usr/local/lib/z88dk/lib|
> include. My idea is to place them in /usr/lib/z88dk/lib|include however,
> I think the makefiles are somewhat messed up, so I may need to re-write
> them.
GNU cross toolchains place target files (headers, libs, etc.) into
/usr/<target>/{lib|include|...}

while the toolchain's (gcc, binutils, gdb) components are being placed
into /usr/bin, /usr/lib/gcc and /usr/libexec/gcc.

Ralf









More information about the fedora-extras-list mailing list