bug-make
[Top][All Lists]
Advanced

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

GNU Make app and right text output with echo


From: filip-vps
Subject: GNU Make app and right text output with echo
Date: Sat, 19 Feb 2022 14:25:47 +0100 (CET)

Hello, i don't know how gnu make works, but i ghave problem with one example of Makefile code, under windows, using MSYS2 tool. I have tried two make applications. Classical make.exe and mingw32.make. Problem is wisible on follow example of file Makefile.win:

all :
     echo $(pkg-config --libs glib-2.0)

#-> It shows only command echo and, nothing next.

My ideal output is (from bash shell):

echo $(pkg-config --libs glib-2.0)
-LC:/Apps/msys2/mingw64/lib -lglib-2.0 -lintl

BUT! Your gnu make tool this output not generate.

Why?

Thanks Filip,
Nice Day!

reply via email to

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