-
ln: g++: File exists /(이렇게 에러나면)What is a "failed to create a symbolic link: file exists" error?코딩Coding/make★gcc★&g++★clang★compiler 2022. 2. 18. 06:28728x90
What is a "failed to create a symbolic link: file exists" error?
ln 설정을 하다가 오타 나서 설정이 엉뚱하게 났던니 ln -s g++-11 g++ 했더니 ln: g++: File exists -- 어떻게 해야 하나하고 구글신에게 물어보니 -f 를 붙이면 밀어붙이기 방식이 있었다. 역시 구글신님 사랑합니다. ln -f -s g++-11 g++
https://www.youtube.com/watch?v=wY24ehH6mC0
https://askubuntu.com/questions/543516/what-is-a-failed-to-create-a-symbolic-link-file-exists-error
반응형'코딩Coding > make★gcc★&g++★clang★compiler' 카테고리의 다른 글
GCC 및 make를 사용한 ARM개발-Vaughn Kottler (0) 2022.02.18 GCC - compilation en C/C++(프랑스어라 자동번역 해야함) (0) 2022.02.18 how to use c++20 / g++ -std=c++11 -o test test.cpp (build.sh❤️파일 만드는법) (0) 2022.02.18 GCC 오류 설명서 (0) 2022.02.18 gcc-g memory.c -o memory ./valgrind .memory (bash) (0) 2022.02.05 C언어에서 gcc -Wall -save-temps main.c 하면 나오는 파일들main.o / main.i / main.s (0) 2022.01.27 Ubuntu]GCC를 사용하여 C프로그램 캄파일 후 실행 하기& Upgrade gcc and g++ in Ubuntu (0) 2021.12.20 Installing the GCC(C++ Compiler in macOS)& ❤️Apple M1 프로세서가 탑재된 최신 MacBook의 경우(경로 (0) 2021.12.20