Subject: Re: Problem with linking our emacs package
To: Matthias Scheler <tron@lyssa.owl.de>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: current-users
Date: 03/16/1998 10:26:33
tron@lyssa.owl.de (Matthias Scheler) writes:

> Cut & paste error, the important lines are missing:
> 
> ld: -ltermcap: no match
> *** Error code 1
> 
> The strange thing is that "ld" find "libc" and "libm" in "/usr/lib" but not
> "libtermcap". Adding a "-L/usr/lib" before "-ltermcap" fixes the problem.
> But that isn't necessary to compile it under 1.3.

The reason -L/usr/lib wasn't necessary under 1.3 but is necessary
under recent (actually after early march) -current is because our
compiler driver was changed to pass down -nostdlib flag to linker if
it is given.

enami.