On Tue, 2010-09-28 at 08:49 +0330, ali hagigat wrote: > I have a question about 4.4.6, Directory Search for Link Libraries, it > talks about 'prefix /lib’, i think prefix, depends on the path that > make has been installed on. Does make use an environment variable to > specify prefix? > Can i set prefix myself?
The prefix referred to in this section is a hardcoded value set at configure time (of GNU make) and cannot be changed except by reconfiguring/recompiling GNU make. There is no environment variable or make variable that controls it. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
