[Quickfix-developers] STREAMS Requirement for Configure
Brought to you by:
orenmnero
|
From: Paul C. <pa...@op...> - 2007-11-20 08:41:59
|
Hi: I am running on a Debian Linux system, first time working with QuickFIX= =2E=20 Reading through the documentation, I see: "Also note that if your version of gcc does not come with sstream, you will= =20 need to download it from the link above and put it in the correct include=20 directory." My configure is failing the STREAM test: "checking for STREAMS ioctl... no" but I am able to compile without error. A few questions/comments: o I see a file sstream in my libstdc++ include=20 directory: /usr/include/c++/4.2/sstream. Is this file supposed to provide= =20 the same functionality? Does the fact that I do not get an error (just=20 the "no" above in the configure output) mean that I have the required=20 functionality? o If I do have to install the file you give in your link, what should the= =20 file name be? Thanks, Paul |