On Fri, 2003-02-14 at 09:32, Felipe Leon wrote: > Dear list, I want to rebuild a package in order to make it more > appropriate for my system. I have installed RH 8. When I intended to do > so with > rpmbuild --rebuild <program name>src.rpm > > I got some error messages related with some missing dependencies. ... > One of the dependencies is gcc3 version >= 3.1
Since you have gcc 3.2 installed already, use 'rpm -i' to install the src.rpm. Then, edit the package's spec file in the SPECS directory, and change that dependency from gcc3 to gcc. Then, build the package: rpmbuild -ba <program name>.spec -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list