On Sat, Apr 15, 2000 at 11:26:44AM +0400, Ilmar S. Habibulin wrote:
> When does subj links with the executables?
When using the ``cc'' or ``c++'' front ends libgcc.a is automatically
linked in. Use ``cc -v'' to see this happening.
> I have many problems linking new KDE, because it uses service function
> from this library, and i suspect that libgcc.a is not linked by
> default. :( Should it or i have to point it (?) by hands?
Adding "CFLAGS+= -v" to your /etc/make.conf might help you in finding the
problem.
--
-- David ([EMAIL PROTECTED])
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message