Re: use of changes in STL library

2006-05-25 Thread Chris Jefferson
On 5/25/06, Marek Zuk <[EMAIL PROTECTED]> wrote: Hi thanks a lot for your reply. I'm not sure if you understood what I meant... I'm a student of the Faculty of Mathematics & Computer Science at the Warsaw University of Technology. I'm in my final year of my studies (MSc) and I'm working on my f

Re: use of changes in STL library

2006-05-25 Thread Marek Zuk
Hi thanks a lot for your reply. I'm not sure if you understood what I meant... I'm a student of the Faculty of Mathematics & Computer Science at the Warsaw University of Technology. I'm in my final year of my studies (MSc) and I'm working on my final project. The the subject of my project is: "E

Re: use of changes in STL library

2006-05-25 Thread Paolo Bonzini
Could you write us what command we should use? We'd like to emphasize that we don't want to recompile whole gcc on our computer, we just want to make use of changes we did in the repository. Short answer is you can't. The gcc build system doesn't support building just the target libraries. Yo

Re: use of changes in STL library

2006-05-24 Thread Paul Brook
> Now, we'd like to modify the gnu sources that we downloaded and test the > changes in our programm. > In other words, we don't want to recompile the standard library that is > installed on our computer, but we'd like to make some changes in the > downloaded repository and check if our programms i

use of changes in STL library

2006-05-24 Thread Marek Zuk
We are students of Warsaw University of Technology and we are in our final year. We've just started working on our final project at our university. We'd like to develop the STL library and enhance it with some features. We checked out the GNU source using the svn command: svn -q checkout svn://g