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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to