Unfortunately no messages.
Probably because the wildcard (*) symbol was used, the softlinks were not created silently (no errors).
I found out from a different post (which was posted sometime ago) that it probably was caused by ambiguity.
https://www.unix.com/shell-programmin...-links-ln.html
so I'm wondering if someone could elaborate on this matter.
Sorry, my bad.
There was a wrong link created...
In my directory, instead of creating links to all the files, it created a file called:
"*" linking to "../../FtE/lib/*" OR "*.lib" linking to "../../FtE/lib/*.lib"
Here's how it looks with ls -lh:
lrwxrwxrwx 1 cad cad 24 Sep 11 2009 *.lib -> ../../FtE/lib/*.lib