User forums > General (but related to Code::Blocks)

STL with GCC on HPUX

<< < (2/2)

thomas:

--- Quote from: BigAngryDog on July 11, 2006, 09:41:20 am ---Thanks for replies. :)

It's lookling like there is there is no STL on machine I'm using.

--- End quote ---
You could always compile STLPort then. I have never done it, but I heard the Ogre project has a nice HOWTO on this (they use STLPort for some compatibility reason). Google on Ogre and STLPort will help :)

mandrav:
You should know that gcc != g++. STL is part of g++...

MortenMacFly:

--- Quote from: thomas on July 11, 2006, 09:48:49 am ---
--- Quote ---I wonder if it works if you don't use include <string>, but include <string.h>
--- End quote ---
With gcc, the ".h" STL includes live in the "backwards" subfolder [...]

--- End quote ---
I haven't read "GCC". Sure, for GCC you'll get a backward warning in that case, so forget about my post.

BigAngryDog:
Thanks for all the help! :)

>You should know that gcc != g++. STL is part of g++...

OK. I'm learning this. :)

I have discovered that STL is indeed installed on the machine I'm using, but [I think] I need to setup an environment path. As I'm still learning the difference between the c shell and bash shell, I some way to go.

Oh and I love VI!

Cheers :)

mandrav:

--- Quote from: BigAngryDog on July 11, 2006, 12:59:09 pm --->You should know that gcc != g++. STL is part of g++...

OK. I'm learning this. :)

--- End quote ---

What I meant was that you might have gcc installed but not g++. Just another lead :)

Navigation

[0] Message Index

[*] Previous page

Go to full version