--- swh-plugins-0.4.13/util/pitchscale.h 2005-07-28 03:31:27.000000000 -0400 +++ swh-plugins-0.4.13-gcc4/util/pitchscale.h 2005-07-28 03:18:17.000000000 -0400 @@ -46,6 +46,6 @@ const double sampleRate, const float *indata, float *outdata, const int adding, const float gain); -extern float ps_in[], ps_out[]; +static float ps_in[], ps_out[]; #endif --- swh-plugins-0.4.13/configure.in 2005-02-10 17:54:44.000000000 -0500 +++ swh-plugins-0.4.13-gcc4/configure.in 2005-07-28 03:18:17.000000000 -0400 @@ -102,7 +102,7 @@ MACHINE="-mcpu=${build_cpu} -march=${build_cpu}" if test ${build_cpu} = "powerpc"; then MACHINE=""; fi - CFLAGS="$CFLAGS -Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE} ${DARWIN_CFLAGS}" + CFLAGS="$CFLAGS -Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE} ${DARWIN_CFLAGS}" dnl For Intel's C compiler use: dnl CC="icc"