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