Stuart Brorson wrote:
Just run the following yum command and if everything is configured correctly, FC4 goes out and lists all of the packages relating to gcc for you... yum search gcc If you what to know if the package is installed use: yum list installed compat-gcc-32-c++ This will return the following: Installed Packages compat-gcc-32-c++.i386 3.2.3-47.fc4 installed Note: I installed the c++ package and it automatically installed the c pkg as well. I loaded the gerbv package from the CD onto my system, ran ./configure and hand edited the Makefiles to change the cc=gcc to cc=gcc32. The make seemed to work fine and I now have a gerbv window that appears to function. Here is a stupid question In pcb I placed a few components and told the program to print/gerber to a file. I can not get gerbv to open the file. It allows me to open a project, but so far, it will not open anything. I tried to open the geda project I created using geda and it says it failed. How is this suppose to work? What kind of file is required for the program? I will give your suggestion above a try and see what happens! Doug |