Can't find libgcc after building 1.4.1

Wyllys Ingersoll wyllys.ingersoll at sun.com
Thu Aug 4 08:56:39 EDT 2005


Mike Friedman wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Wed, 3 Aug 2005 at 16:21 (-0400), Wyllys Ingersoll wrote:
> 
>> Set your LD_LIBRARY_PATH environment variable to include /usr/local/lib
>>
>> Ex:
>> bash$  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
> 
> 
> Do you mean just at configure time, or must this variable always be set 
> in the runtime environment as well?

Run time.

OR - you can add the following linker arguments to LDFLAGS at build 
time:  -R/usr/local/lib


> 
> I set LD_LIBRARY_PATH in a shell script that then ran the 'configure'. 
> The 'make' then ran OK, but 'make install' bombed out right near the 
> beginning, while 'making install in util ...'.
> 
> I'm sure I'm doing something wrong.  This is the first time I've 
> installed MIT K5 with shared libraries (which now is the default), so 
> I'm not used to dealing with these issues.
> 
> Mike


More information about the Kerberos mailing list