Compiling agg (2.4 or 2.5) on a Slackware 10.2 using
./autogen.sh
./configure
make
I get this error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../../include
-I../../../include /usr/X11R6/include -g -O2 -c
agg_platform_support.cpp -fPIC -DPIC -o
.libs/libaggplatformX11_la-agg_platform_support.o
g++: cannot specify -o with -c or -S and multiple
compilations
make[3]: ***
[libaggplatformX11_la-agg_platform_support.lo] Error 1
make[3]: Leaving directory
`/home/fabio/sorgenti/agg-2.5/src/platform/X11'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/fabio/sorgenti/agg-2.5/src/platform'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/fabio/sorgenti/agg-2.5/src'
make: *** [all-recursive] Error 1