Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2000 00:41:18 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        "Ilmar S. Habibulin" <ilmar@ws-ilmar.ints.ru>
Cc:        freebsd-current@freebsd.org
Subject:   Re: libgcc
Message-ID:  <20000415004118.A54040@dragon.nuxi.com>
In-Reply-To: <200004150726.LAA83042@ws-ilmar.ints.ru>; from ilmar@ws-ilmar.ints.ru on Sat, Apr 15, 2000 at 11:26:44AM %2B0400
References:  <200004150726.LAA83042@ws-ilmar.ints.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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    (obrien@NUXI.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000415004118.A54040>