22 Dec
2008
22 Dec
'08
2:29 p.m.
On 22.12.2008, at 12:25, MacRuby wrote:
So is there a way to tell the build program not to use the readline from
{{{ /usr/local/include/readline/*.* }}}
but the one from
{{{ /usr/include/readline/readline.h -> ../editline/readline.h }}}
by using a command line switch?
-I/srcdir $ man make or $ make --help will help you in the future. regards, Sandor Szücs --