Looks like a problem with the configuration of the compilation. Its passing "-I -I /opt/gnome2/include" to the compiler which it is taking as an additional source file, even though it isn't. It is still an invalid command line anyway.
Maybe you specified CFLAGS or the configuration options incorrectly. On Wed, 2003-02-12 at 03:46, Marian Eichholz wrote: > Hallo! > > maybe (only) a bit offtopic, but ... > > for evolution 1.2.1 I need soup-0.7.X and it won't compile with my gcc-3.2.1 due to >the infamous > switch problem. > > What is *Your* suggestion to get around this trouble? > > Thank You for any suggestion! > > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-DG_LOG_DOMAIN=\"SOUP-APACHE\" -I../../src -I/opt/gnome2/include/glib-1.2 >-I/opt/gnome2/lib/glib/include -I/usr/include/gnome-xml -I -I /opt/gnome2/include >-Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes >-Wnested-externs -Wpointer-arith -D_REENTRANT -c soup-apache.c > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"SOUP-APACHE\" -I../../src >-I/opt/gnome2/include/glib-1.2 -I/opt/gnome2/lib/glib/include >-I/usr/include/gnome-xml -I -I /opt/gnome2/include -Wall -Wstrict-prototypes >-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith >-D_REENTRANT -c soup-apache.c -fPIC -DPIC -o .libs/soup-apache.lo > gcc: cannot specify -o with -c or -S and multiple compilations > make[3]: *** [soup-apache.lo] Error 1 > make[3]: Leaving directory `/mnt/packages/gnome2/soup-0.7.11/src/libsoup-apache' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/mnt/packages/gnome2/soup-0.7.11/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/mnt/packages/gnome2/soup-0.7.11' > make: *** [all-recursive-am] Error 2 > > urmel:/packin/gnome2 # gcc --version > gcc (GCC) 3.2.1 > > > - Marian Eichholz > > > _______________________________________________ > evolution-hackers maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution-hackers _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
