Making some progress with current FC4, but gspiceui refuses to compile -- it invokes g++ (v4) and will not use g++32 (via CXX environment variable). Probably can do this by hand. Verilog does compile now with g++32, for some reason.
The Wiki documentation for FC4 install should definitely mention 1. You need compat-gcc-32 package (for gcc32) 2. You need to export CC=gcc32 (not 'cc') 3. You need the compat-gcc-32-c++ package (for g++32) 4. You need to export CXX=g++32 My /proc/version: Linux version 2.6.13-1.1532_FC4 ([EMAIL PROTECTED]) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 Thu Oct 20 01:30:08 EDT 2005 -- Martin On 10/30/05, Martin, AA6E <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to install on FC4. I've read the Wiki notes, etc., but > still it won't go. > gspiceui and icarus verilog fail. These are C++ programs. > > I have installed the compat-gcc-32-c++ package, and I tried 'export > CXX=g++32', but the make files don't seem to pick up CXX. > > Any tips? Or do we have to install these separately? > > It would be great if the monolithic install were broken down into > pieces, or if the installer recognized sections that were already > there. Maybe there is a way to do this that I haven't found yet. > > TIA > Martin > -- > [EMAIL PROTECTED] > http://blog.aa6e.net > -- [EMAIL PROTECTED] http://blog.aa6e.net
