From owner-freebsd-current Sat Apr 15 4:13:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from ws-ilmar.ints.ru (ws-ilmar.ints.ru [194.67.173.16]) by hub.freebsd.org (Postfix) with ESMTP id C6F1E37B89D; Sat, 15 Apr 2000 04:13:33 -0700 (PDT) (envelope-from ilmar@ints.ru) Received: from localhost (localhost [127.0.0.1]) by ws-ilmar.ints.ru (8.9.3/8.9.3) with ESMTP id PAA23249; Sat, 15 Apr 2000 15:13:07 +0400 (MSD) Date: Sat, 15 Apr 2000 15:12:57 +0400 (MSD) From: "Ilmar S. Habibulin" To: "David O'Brien" Cc: freebsd-current@freebsd.org Subject: Re: libgcc In-Reply-To: <20000415004118.A54040@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 15 Apr 2000, David O'Brien wrote: > 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. You mean to look at cc vertion? Yes, it is just gcc frontend or hardlink(i suppose). > > 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. libtool prints out commands executed. And this autoconf/automake/configure stuff uses gcc and g++. I set CC,CXX and CPP variables. Now everything seem to work. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message