Home > OS >  Msys2 used in ln -s showed unable to create a symbolic link
Msys2 used in ln -s showed unable to create a symbolic link

Time:10-21

# ln -s. Libs/_wavpy. So.
Ln: unable to create a symbolic link './_wavpy. So ': the File exists


When I use ln -s displayed when unable to create a symbolic link to an article that will be added to the/etc/profile export MSYS="winsymlinks: LNK", the result is still the same, is there a big help to solve!!

CodePudding user response:

You can't use ". ", ". "in Linux is a file

Try this
Ln -s. Libs/_wavpy. So _wavpy. So

CodePudding user response:

Still the same mistakes,,
By the way, do you know libtool: warning: undefined symbols not allowed in x86_64 w64 - mingw32 Shared libraries. Building the static only appear this kind of mistake is there any way to solve it,,
thank you

CodePudding user response:

Tip said the file already exists, isn't it?
  • Related