Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2000 15:12:57 +0400 (MSD)
From:      "Ilmar S. Habibulin" <ilmar@ints.ru>
To:        "David O'Brien" <obrien@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: libgcc
Message-ID:  <Pine.BSF.4.21.0004151505001.9735-100000@ws-ilmar.ints.ru>
In-Reply-To: <20000415004118.A54040@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004151505001.9735-100000>