stl and g++ 2.91.66
From: Matias Woloski (woloski_at_sion.com)
Date: 09/29/03
- Next message: glen stark: "Re: Need Linux on a bunch of computers quickly and easily"
- Previous message: Jitesh K Patil, Systems Engineer, Wipro Technologies.: "Re: Problem loading shared objects from /usr/local/hello/lib even after puting path in ld.so.conf"
- Next in thread: Ulrich Eckhardt: "Re: stl and g++ 2.91.66"
- Reply: Ulrich Eckhardt: "Re: stl and g++ 2.91.66"
- Reply: Carlos Moreno: "Re: stl and g++ 2.91.66"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Sep 2003 10:59:31 -0300
Hi. I need to use the STL on my project. I've written everything under
redhat 8 and gcc 3.1.x. Now I want to compile it under redhat 6.2 with g++
2.91.66. Note: I need to compile it under that version because it's
something I have to deliver for a school project and they test it with that
version.
I get lot of errors regards the STL.
For example, it cannot find the vector::at method which it seems to not be
there and I don't want to change my 10,000 lines of source code because of
that.
So, I need to deliver this project with a makefile so others could compile
it and run it, but I want make sure they will use a good stl lib. Could I
include the redhat 8 stl lib or STLPort and create the binary with one of
those libs instead the one coming in /usr/include/... ?
this is pretty urgent...
thanks,
Matias
- Next message: glen stark: "Re: Need Linux on a bunch of computers quickly and easily"
- Previous message: Jitesh K Patil, Systems Engineer, Wipro Technologies.: "Re: Problem loading shared objects from /usr/local/hello/lib even after puting path in ld.so.conf"
- Next in thread: Ulrich Eckhardt: "Re: stl and g++ 2.91.66"
- Reply: Ulrich Eckhardt: "Re: stl and g++ 2.91.66"
- Reply: Carlos Moreno: "Re: stl and g++ 2.91.66"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|