- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Anyone know why this option isn't supported in windows? Its making my life a pain - finding all the necessary libraries and passing them to microsofts linker is not fun. Anyone know of a better solution?
I can't understand why this option would be removed from the windows compiler.
I can't understand why this option would be removed from the windows compiler.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This is not the option you are looking for.
That option was not removed - it was never there in the first place because it is not needed on Windows. It isn't what you want anyway.
I am going to guess that you have a mixed C-Fortran application with a C main project and a Fortran library. What you really want is to REMOVE an option - /libdir:noauto - on the Fortran library project. In Visual Studio, this is the property Libraries..Disable default library search rules.. You will find it set to Yes, change it to No and rebuild.
