[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C problem
On Sat, 13 Feb 1999, Peter L. Peres wrote:
>>You want -Lmarzo not -lmarzo. Read the gcc/ld manpage carefully. Also, it
Of course I had meant -L./ -lmarzo if libmarzo.so is put there.
>is not enough to compile as library, you need to pack it as a library too
>afaik. rtfm ar(1). Also check the compiled executable with ldd to see
>that it does indeed point where it should (marzo) and that ld.so.conf is
>updated before you use it. Keep a set of rescue diskettes around all the
>time, you can kill the system with bad libs and lib.conf, and keep a log
>of changes you make to the lib system. If you run RH the next software
>install/uninstall may get confused or wipe your changes, be warned.
>
>BTW the default static shell (not the SYSTEM default shell, no flames
>please) in RH is sash. It seems to be a version of ash.
>
>bye,
>
> Peter
>