Hello!

I want to build rpm from source for lame for my SuSE 10.0 (I've downloaded lame rpm also, but I'd like to build it from source ).
When I run rpmbuild, following error is shown:
Code:
error: Failed build dependencies:
        gcc3 = 3.0.1 is needed by lame-3.97-1
I'm not sure what is gcc3.
I assume it is gcc with version 3.0.1 or higher. Is it correct?

I have following gcc related rpms installed:
Code:
colorgcc-1.3.2-123
libgcc-4.0.2_20050901-3
gcc-4.0.2_20050901-3
gcc-c++-4.0.2_20050901-3
gcc-java-4.0.2_20050901-3
gcc-info-4.0.2_20050901-3
Is anything more needed?
Or I just have to update some kind of PATH variable?

Thanks in advance