What version of gcc?
What is the “cons” command line you are using?
Are you setting any environment variables to override defaults?
What is the gcc command it is generating?
On RH7.3 (glibc2.2/gcc2.96), I get:
gcc -pipe -fsigned-char -DMISSIONPACK -D_DEBUG -g -Wall -O -fPIC -DCGAMEDLL -I/home/slick/headshot-mod/WET_Source.rmod.slick/src/game -I/home/slick/headshot-mod/WET_Source.rmod.slick/src/ui -c debug-x86-Linux-2.2/cgame/src/cgame/cg_atmospheric.c -o debug-x86-Linux-2.2/cgame/src/cgame/cg_atmospheric.o
And on RH9 (glibc2.3/gcc3.2.2):
gcc -pipe -fsigned-char -DMISSIONPACK -D_DEBUG -g -Wall -O -fPIC -DCGAMEDLL -I/home/slick/WET_Source/src/game -I/home/slick/WET_Source/src/ui -c debug-x86-Linux-2.3-gcc3/cgame/src/cgame/cg_atmospheric.c -o debug-x86-Linux-2.3-gcc3/cgame/src/cgame/cg_atmospheric.o
SiliconSlick