Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29271 Discussions

Dependency problems after upgrade 9.1 to 10.0.027

jimdempseyatthecove
Honored Contributor III
372 Views

I have recently upgraded from IVF 9.1 to V10.0.025 then V10.0.027 and now I am experiencing build dependency problems.

The solution has 12 projects and about 700 files. Depending on what changes in the project the build will fail and rebuild will fail in the LINK phase. Sometimes it is in making a static library, sometimes it is in making the execuitable.

(I posted this on Premier Support)

The errors indicate that one of the .lib files (built in the project) failed to be included in the link. (undefined symbols)Checking the dependencies and all seems OK.

After several individual builds of the various dependent libraries and indiffering sequencesthe link eventualy succeeds. I have not been able to figure out what is going on. I haven't tried setting one thread for the parallel build. (in the event the link occures during the build phase of the library by other thread).

I suppose I could delete the configuration(s) then reenter them. This will be quite a pain due to the numerous settings.

Jim Dempsey


0 Kudos
1 Reply
Steven_L_Intel1
Employee
372 Views
Did you also change from VS2003 to VS2005? Are there C projects included? Do you have VS2005 SP1 installed?
0 Kudos
Reply