On Sun, 13 Aug 2000 13:27:18 -0500 (CDT), 
Adi Linden <[EMAIL PROTECTED]> wrote:
>This did the trick for compiling tcpdump! The next problem I am having is
>compiling fileutils with ncurses instead of termcap. I think the only
>binary that comes up requiring termcap is ls. If I do 'make
>LDFLAGS=-lncurses' it ends up requiring termcap and ncurses! How can I
>exclude a lib from being used?

You cannot if the code needs functions from those libraries.  You can
create your own library containing stubs that do nothing but you would
be better off removing the dependency on curses.  AFAIK ls only uses
ncurses for color codes, can you compile ls without color support?


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to