On Wed, Oct 06, 2004 at 04:54:22PM -0400, Dov Kruger wrote: > Hello, > > Trying to build gimp again, we have a problem on RedHat EE 3. > gimp-2.0.4 requires gimp-print; most other packages are already > installed under redhat. > > Each package is configured using: > > ./configure --prefix=/opt > ./configure --help gives you everything you need to know. to fix this problem try: ./configure --prefix=/opt --disable-print i think gimp builds have been like this since gimp-1.2. gimp-print and gimp are two separate projects; i dont know if this is the reason for the circular dependency. easily handled in the configuration though. carol