[random] Known problems compiling random lib with Dinkumware STL?
I'm using the Intel 6.0 compiler under MS Visual Studio 6.0 SP6 and just attempted to plug the Dinkumware STL distribution into the mix. I ran into a slew of compile-time errors in the random library and am wondering if anyone has seen this before I ride into battle. Thanks - Chris
Chris Russell wrote:
I'm using the Intel 6.0 compiler under MS Visual Studio 6.0 SP6 and just attempted to plug the Dinkumware STL distribution into the mix. I ran into a slew of compile-time errors in the random library and am wondering if anyone has seen this before I ride into battle.
Please post the first of these error messages, since otherwise only someone with your exact combination can help you. Do you have trouble with your combination when compiling other stuff? Jens Maurer
Jens - thank you. Just picked up your post but have my hands full today and
don't want to switch STL libs at the moment. I'll circle back around
tomorrow, do a recompile with the Dinkumware STL and post the messages. Some
complaining about min/max if I recall.
- Chris
"Jens Maurer"
Chris Russell wrote:
I'm using the Intel 6.0 compiler under MS Visual Studio 6.0 SP6 and just attempted to plug the Dinkumware STL distribution into the mix. I ran
into a
slew of compile-time errors in the random library and am wondering if anyone has seen this before I ride into battle.
Please post the first of these error messages, since otherwise only someone with your exact combination can help you.
Do you have trouble with your combination when compiling other stuff?
Jens Maurer
I'm using the Intel 6.0 compiler under MS Visual Studio 6.0 SP6 and just attempted to plug the Dinkumware STL distribution into the mix. I ran into a slew of compile-time errors in the random library and am wondering if anyone has seen this before I ride into battle.
It's likely that the config is all wrong for that compiler-library combination - sadly it's almost impossible to detect Dinkumware library variants - can you run the configure script? John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm
John, sorry for the slow follow-up here - it's been at least two weeks since
I posted my original question. The root of my problem turned out to be an
#include
I'm using the Intel 6.0 compiler under MS Visual Studio 6.0 SP6 and just attempted to plug the Dinkumware STL distribution into the mix. I ran into a slew of compile-time errors in the random library and am wondering if anyone has seen this before I ride into battle.
It's likely that the config is all wrong for that compiler-library combination - sadly it's almost impossible to detect Dinkumware library variants - can you run the configure script?
John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm
participants (3)
-
Chris Russell
-
Jens Maurer
-
John Maddock