Pergunta

I am using Intel Fortran Composer XE. I just built a static library which I'm trying to link against using the MS Visual Studio 2010 C++ compiler. Since my linking step isn't working, I want to list the symbols in my Fortran library to make sure that the name is mangled in the expected way. What is the easiest way to get a symbol list out of the library -- short of downloading and installing cygwin to get a 64-bit version of nm. Note that I am build/compiling/running on x64 (Windows 7).

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top