Connect with developers and Intel engineers
I'm using 10.1.021 trying to get my application running in the 64 bit environment. I'm trying to build it from the command line using the same basic commands I've used in the 32 bit world. I opened the command prompt window for running on Intel(R)64. I get the "ifort: error #10037: could not find 'link'" error. I don't have a clue what to do. I couldn't find this error described in any documentation (is it?). I like to solve these by myself since it tends to be faster but don't know where this is documented. Can you help solve this problem and hopefully point me to some documentation that describes how to do this conversion.
Thanks,
Dave
Thanks. That got me going. Now to find all the addressing problems. We use integers as indexes into arrays. If my arrays are all less than 1,000,000,000 do I need to worry about them?