Compile loongarch64 applications using Lazarus under windows. The cross-compile package has been installed. But will appear
Debug: C:\LazarusFPC\cross\bin\loongarch64-linux\loongarch64-unknown-linux-gnu-ld.exe: warning: libpangocairo-1.0.so.0, needed by C:\LazarusFPC\cross\lib\loongarch64-linux\/libgdk-x11-2.0.so, not found (try using -rpath or -rpath-link)
Multiple similar errors, such as libX11.so, etc. But this file is here
C:\LazarusFPC\cross\lib\loongarch64-linux\ directory.
Add the compiler parameter -L C:\LazarusFPC\cross\lib\loongarch64-linux
Later error
Debug: C:\LazarusFPC\cross\bin\loongarch64-linux\loongarch64-unknown-linux-gnu-ld.exe: warning: libpangocairo-1.0.so.0, needed by C:\LazarusFPC\cross\lib\loongarch64-linux/libgdk-x11-2.0.so, not found (try using -rpath or -rpath-link)
How to change/to \ in the last level directory