Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 1997 14:27:31 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        gurney_j@resnet.uoregon.edu
Cc:        current@FreeBSD.ORG, bde@FreeBSD.ORG
Subject:   Re: does buildworld really use old libs??
Message-ID:  <199708222127.OAA11160@vader.cs.berkeley.edu>
In-Reply-To: <19970822053737.64659@hydrogen.nike.efn.org> (message from John-Mark Gurney on Fri, 22 Aug 1997 05:37:37 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * well.. I was watching buildworld build.. and I noticed something:
 * cc -nostdinc -O2 -pipe   -I/usr/obj/a/home/johng/FreeBSD-checkout/current/src/tm
 * p/usr/include  -o rain rain.o  -ltermcap -lcompat
 * 
 * acording to this line, we are still using the old libraries... shouldn't

Have you tried to move /usr/lib/libtermcap.* out of the way and see if 
it works? :)

 * we add -nostdlib -L${.OBJDIR}/tmp/usr/lib or something similar so that
 * we actually link against the libs that are part of the install set??

The library paths (and some others) are handled by environment
variables.  See COMPILER_ENV.

Satoshi



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