bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stop search of regular paths?


From: Patrick
Subject: stop search of regular paths?
Date: Tue, 12 Mar 2019 15:12:39 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Icedove/52.9.1

Hi Everyone

I am trying something weird. I have compiled ncurses with tcc but I want to use tcc's cross compiling features. I want to control where configure looks for libraries. I have what I want for now in my $PATH and this PATH does not have the standard stuff like /usr/include etc

ncurses's configure seems to be finding libraries I don't want it to. I used this:

alias tcc='arm-tcc -nostdinc -nostdlib'

I have tcc failing to find the standard libraries in the standard places when I compile a "hello_word.c" program. This is what I want for now but configure is finding them.

I tried ./configure --help but I didn't see the option to disable the search of libraries in standard places. Can anyone tell me how to disable this? Thanks for reading-Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]