On 2008-03-28 12:05:12 (+0200), Vad N <[EMAIL PROTECTED]> wrote:
>    main: libmain.a
>              $(LINK) $^ -o $@
> 
>    The above makefile yield following:
>    libmain.a -o main
>    make: libmain.a: command not found
>    make *** [main] Error 127
> 
>    I think make cannot recognize a $(LINK) variable and try to interpret the
>    next word like command and of course libmain.a is not a command.
>    But what i need to use insteed $(LINK) ?
Try $(LD).

Kristof


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to