Bug #11151 2007-05-23 13:33
killerbot
keeps linking
I think in the near past something has changed to the compiler/commands generation.
I have a lot of projects with a target for different compilers. They all build a static lib. But now the OpenWatom and M$ one keep linking each time. The project file specified libMylib.a, but those 2 compilers/linkers always create libMylib.lib, and as such the link step is always done again.
Any developer an idea on his recent changes that might have caused this:
Snippet from the cbp file :
<Target title="MsVc(debug)">
<Option output="..\Deliv\MsVcDebug\libHomingCorrectionAlgo.a" prefix_auto="0" extension_auto="0" />
<Option working_dir="" />
<Option object_output="..\Deliv\MsVcDebug" />
<Option type="2" />
<Option compiler="msvc8" />
<Compiler>
<Add option="/Wp64" />
</Compiler>
</Target>
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2007-05-28 12:32
- Assigned to
History
fixed it today : rev 4003