Thread: Integrating Boost with STLPort

  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446

    Integrating Boost with STLPort

    I'm a little confused with the documentation (or lack thereof). Just need one clarification.

    Seems to be a no brainer that I need to use the gcc-stlport toolset to build boost for the GCC with the stlport. But then I'm confronted with the fact it is possible to build the STLPort with boost support by defining STLP_BUILD_BOOST_PATH.

    I have both boost and the stlport port for a while, but they weren't build for support of each other. I want to change that, for both.

    Is it irrelevant which I build first? Boost with STLPort support, or STLPort with boost support?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Nevermind. Found the answer in user_config.h.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Boost Read/Write Mutexes
    By Zafrir Patt in forum C++ Programming
    Replies: 1
    Last Post: 06-11-2009, 09:32 AM
  2. Boost Auto-Linking
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 12-30-2007, 06:11 AM
  3. Replies: 2
    Last Post: 12-12-2007, 06:45 AM
  4. Book or site for learning Boost?
    By cpjust in forum C++ Programming
    Replies: 5
    Last Post: 11-08-2007, 09:56 AM
  5. building boost iostreams
    By l2u in forum C++ Programming
    Replies: 3
    Last Post: 04-14-2007, 02:29 PM