[NBLUG/talk] GCC: Compiling older apps with latest version

Scott Doty scott at corp.sonic.net
Sat Jan 28 13:59:24 PST 2006


On Sat, Jan 28, 2006 at 12:54:46PM -0800, Dave Sisley wrote:
> <http://gutschke.com/wy60/html/archive/wy60-2.0.8.tar.gz>)

I'm use FC4 for all my personal systems.  FC4 comes with "gcc32", which
isn't a comment on the width of its ints, but rather:  it's gcc 3.2.3.

_[/home/scott]_(scott at tsk)_
$ cat /etc/fedora-release 
Fedora Core release 4 (Stentz)
_[/home/scott]_(scott at tsk)_
$ gcc32 -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--enable-languages=c,c++,f77 --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.fc4)

So you should be able to type "export CC=gcc32" (in bash), then run
./configure ...

Ah heck -- just tried it, it worked. :)

Take care,

 -Scott



More information about the talk mailing list